Searched refs:nextn (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c876 Char c, k, *nextp, *nextn; local
880 nextn = NULL;
892 nextn = name + 1;
932 if (nextn == NULL)
935 name = nextn;
H A Dglob.c908 Char c, k, *nextp, *nextn; local
912 nextn = NULL;
924 nextn = name + 1;
964 if (nextn == NULL)
967 name = nextn;
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.c911 Char *nextn = NULL; local
924 nextn = name + 1;
965 if (nextn) {
967 name = nextn;

Completed in 83 milliseconds