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

/freebsd-11-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-11-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-11-stable/usr.sbin/inetd/
H A Dinetd.c987 struct servtab *sep, *new, **sepp; local
1168 sepp = &servtab;
1169 while ((sep = *sepp)) {
1171 sepp = &sep->se_next;
1174 *sepp = sep->se_next;
1191 struct servtab *sepp; local
1210 for (sepp = servtab; sepp; sepp = sepp
[all...]
/freebsd-11-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-11-stable/cddl/contrib/opensolaris/cmd/zhack/
H A Dzhack.c129 char *sepp; local
156 if ((sepp = strpbrk(g_pool, "/@")) != NULL)
157 *sepp = '\0';
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c4994 char *sepp = NULL; local
5004 if ((sepp = strpbrk(*target, "/@")) != NULL) {
5005 sep = *sepp;
5006 *sepp = '\0';
5039 if (sepp)
5040 *sepp = sep;
5045 int sz = 1 + strlen(name) + ((sepp) ? strlen(sepp) : 0);
5048 (void) snprintf(*target, sz, "%s%s", name, sepp ? sepp
[all...]
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c134 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp);
169 int dont_replycache, struct nfsdsession **sepp);
170 static int nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp);
4531 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp)
4544 error = nfsv4_setcbsequence(nd, clp, 1, sepp);
6471 int dont_replycache, struct nfsdsession **sepp)
6479 error = nfsv4_getcbsession(clp, sepp);
6482 sep = *sepp;
6508 nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp) argument
6522 *sepp
4530 nfsrv_cbcallargs(struct nfsrv_descript *nd, struct nfsclient *clp, uint32_t callback, int op, const char *optag, struct nfsdsession **sepp) argument
6470 nfsv4_setcbsequence(struct nfsrv_descript *nd, struct nfsclient *clp, int dont_replycache, struct nfsdsession **sepp) argument
[all...]

Completed in 117 milliseconds