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

/freebsd-12-stable/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-12-stable/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-12-stable/usr.sbin/inetd/
H A Dinetd.c989 struct servtab *sep, *new, **sepp; local
1170 sepp = &servtab;
1171 while ((sep = *sepp)) {
1173 sepp = &sep->se_next;
1176 *sepp = sep->se_next;
1193 struct servtab *sepp; local
1212 for (sepp = servtab; sepp; sepp = sepp
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_nvpair.c1890 char *sepp; local
1904 sepp = NULL;
1907 for (np = name; np && *np; np = sepp) {
1917 /* set 'sepp' to end of current component 'np' */
1919 sepp = strchr(np, sep);
1921 sepp = NULL;
1926 /* if sepp comes first, set idxp to NULL */
1927 if (sepp && idxp && (sepp < idxp))
1938 /* keep sepp u
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c1653 char *sepp = NULL; local
1659 if ((sepp = strpbrk(targetdup, "/@")) != NULL) {
1660 *sepp = '\0';
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c169 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp,
205 int dont_replycache, struct nfsdsession **sepp, int *slotposp);
206 static int nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp);
4678 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp,
4692 error = nfsv4_setcbsequence(nd, clp, 1, sepp, slotposp);
6602 int dont_replycache, struct nfsdsession **sepp, int *slotposp)
6610 error = nfsv4_getcbsession(clp, sepp);
6613 sep = *sepp;
6639 nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp) argument
6653 *sepp
4677 nfsrv_cbcallargs(struct nfsrv_descript *nd, struct nfsclient *clp, uint32_t callback, int op, const char *optag, struct nfsdsession **sepp, int *slotposp) argument
6601 nfsv4_setcbsequence(struct nfsrv_descript *nd, struct nfsclient *clp, int dont_replycache, struct nfsdsession **sepp, int *slotposp) argument
[all...]

Completed in 117 milliseconds