1 /* Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved.
3 * Permission to use, copy, modify, and distribute this software
4 * is freely granted, provided that this notice is preserved.
14 argz_next (char *argz
,
24 if (entry
>= argz
+ argz_len
)
27 return (char *) entry
;