Searched refs:nxtc (Results 1 – 3 of 3) sorted by relevance
173 char *ori_path, *nxtc, buf[MAXNAMELEN]; in nfs4_create_components() local183 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()
3998 int oct, nxtc; local4002 (nxtc = (*str & 0377)) == '0')4005 while ((nxtc = (*str & 0377)) != '\0' &&4006 isascii(nxtc) && isdigit(nxtc))4009 oct += nxtc - '0';
9729 char *ori_path, *nxtc, buf[MAXNAMELEN]; in nfs4_create_components() local9739 for (nxtc = path; nxtc < ori_path + plen; nxtc++) { in nfs4_create_components()9740 if (*nxtc == '/' || *nxtc == '\0' || *nxtc == '\n') { in nfs4_create_components()9741 if ((slen = nxtc - path) == 0) { in nfs4_create_components()9742 path = nxtc + 1; in nfs4_create_components()9753 path = nxtc + 1; in nfs4_create_components()9755 if (*nxtc == '\0' || *nxtc == '\n') in nfs4_create_components()