Home
last modified time | relevance | path

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]; in nfs4_create_components() local
183 for (nxtc = path; nxtc < ori_path + plen; nxtc++) { in nfs4_create_components()
184 if (*nxtc == '/' || *nxtc == '\0' || *nxtc == '\n') { in nfs4_create_components()
185 if ((slen = nxtc - path) == 0) { in nfs4_create_components()
186 path = nxtc + 1; in nfs4_create_components()
198 path = nxtc + 1; in nfs4_create_components()
200 if (*nxtc == '\0' || *nxtc == '\n') in nfs4_create_components()
/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.c9986 char *ori_path, *nxtc, buf[MAXNAMELEN]; in nfs4_create_components() local
9996 for (nxtc = path; nxtc < ori_path + plen; nxtc++) { in nfs4_create_components()
9997 if (*nxtc == '/' || *nxtc == '\0' || *nxtc == '\n') { in nfs4_create_components()
9998 if ((slen = nxtc - path) == 0) { in nfs4_create_components()
9999 path = nxtc + 1; in nfs4_create_components()
10010 path = nxtc + 1; in nfs4_create_components()
10012 if (*nxtc == '\0' || *nxtc == '\n') in nfs4_create_components()