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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dref_subr.c173 char *ori_path, *nxtc, buf[MAXNAMELEN]; local
183 for (nxtc = path; nxtc < ori_path + plen; nxtc++) {
184 if (*nxtc == '/' || *nxtc == '\0' || *nxtc == '\n') {
185 if ((slen = nxtc - path) == 0) {
186 path = nxtc + 1;
198 path = nxtc
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c3998 int oct, nxtc; local
4002 (nxtc = (*str & 0377)) == '0')
4005 while ((nxtc = (*str & 0377)) != '\0' &&
4006 isascii(nxtc) && isdigit(nxtc))
4009 oct += nxtc - '0';
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c9681 char *ori_path, *nxtc, buf[MAXNAMELEN]; local
9691 for (nxtc = path; nxtc < ori_path + plen; nxtc++) {
9692 if (*nxtc == '/' || *nxtc == '\0' || *nxtc == '\n') {
9693 if ((slen = nxtc - path) == 0) {
9694 path = nxtc + 1;
9705 path = nxtc
[all...]

Completed in 84 milliseconds