Searched refs:sepp (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c53 const char *sepp; local
150 sepp = sep;
151 while ((sepc = *sepp++) != '\0' && sepc != c)
160 sepp = sep;
161 while ((sepc = *sepp++) != '\0' && sepc != c)
/freebsd-10.3-release/lib/libc/regex/grot/
H A Dsplit.c25 char *sepp; local
122 sepp = sep;
123 while ((sepc = *sepp++) != '\0' && sepc != c)
132 sepp = sep;
133 while ((sepc = *sepp++) != '\0' && sepc != c)
/freebsd-10.3-release/usr.sbin/inetd/
H A Dinetd.c977 struct servtab *sep, *new, **sepp; local
1163 sepp = &servtab;
1164 while ((sep = *sepp)) {
1166 sepp = &sep->se_next;
1169 *sepp = sep->se_next;
1186 struct servtab *sepp; local
1205 for (sepp = servtab; sepp; sepp = sepp
[all...]
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_nvpair.c1619 char *sepp; local
1634 for (np = name; np && *np; np = sepp) {
1644 /* set 'sepp' to end of current component 'np' */
1646 sepp = strchr(np, sep);
1648 sepp = NULL;
1653 /* if sepp comes first, set idxp to NULL */
1654 if (sepp && idxp && (sepp < idxp))
1665 /* keep sepp up to date for *ep use as we advance */
1667 sepp
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zhack/
H A Dzhack.c130 char *sepp; local
157 if ((sepp = strpbrk(g_pool, "/@")) != NULL)
158 *sepp = '\0';
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c3483 char *sepp = NULL; local
3492 if ((sepp = strpbrk(*target, "/@")) != NULL) {
3493 sep = *sepp;
3494 *sepp = '\0';
3527 if (sepp)
3528 *sepp = sep;
3533 int sz = 1 + strlen(name) + ((sepp) ? strlen(sepp) : 0);
3536 (void) snprintf(*target, sz, "%s%s", name, sepp ? sepp
[all...]
/freebsd-10.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c128 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp);
162 int dont_replycache, struct nfsdsession **sepp);
163 static int nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp);
4267 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp)
4280 error = nfsv4_setcbsequence(nd, clp, 1, sepp);
6004 int dont_replycache, struct nfsdsession **sepp)
6012 error = nfsv4_getcbsession(clp, sepp);
6015 sep = *sepp;
6041 nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp) argument
6055 *sepp
4266 nfsrv_cbcallargs(struct nfsrv_descript *nd, struct nfsclient *clp, uint32_t callback, int op, const char *optag, struct nfsdsession **sepp) argument
6003 nfsv4_setcbsequence(struct nfsrv_descript *nd, struct nfsclient *clp, int dont_replycache, struct nfsdsession **sepp) argument
[all...]

Completed in 152 milliseconds