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

/freebsd-10.1-release/lib/libc/regex/grot/
H A Dsplit.c24 char *sepp; local
121 sepp = sep;
122 while ((sepc = *sepp++) != '\0' && sepc != c)
131 sepp = sep;
132 while ((sepc = *sepp++) != '\0' && sepc != c)
/freebsd-10.1-release/usr.sbin/inetd/
H A Dinetd.c986 struct servtab *sep, *new, **sepp; local
1172 sepp = &servtab;
1173 while ((sep = *sepp)) {
1175 sepp = &sep->se_next;
1178 *sepp = sep->se_next;
1195 struct servtab *sepp; local
1214 for (sepp = servtab; sepp; sepp = sepp
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dnvpair.c1610 char *sepp; local
1625 for (np = name; np && *np; np = sepp) {
1635 /* set 'sepp' to end of current component 'np' */
1637 sepp = strchr(np, sep);
1639 sepp = NULL;
1644 /* if sepp comes first, set idxp to NULL */
1645 if (sepp && idxp && (sepp < idxp))
1656 /* keep sepp up to date for *ep use as we advance */
1658 sepp
[all...]
/freebsd-10.1-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.1-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c3323 char *sepp = NULL; local
3332 if ((sepp = strpbrk(*target, "/@")) != NULL) {
3333 sep = *sepp;
3334 *sepp = '\0';
3367 if (sepp)
3368 *sepp = sep;
3373 int sz = 1 + strlen(name) + ((sepp) ? strlen(sepp) : 0);
3376 (void) snprintf(*target, sz, "%s%s", name, sepp ? sepp
[all...]
/freebsd-10.1-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c99 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp);
133 int dont_replycache, struct nfsdsession **sepp);
134 static int nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp);
4152 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp)
4165 error = nfsv4_setcbsequence(nd, clp, 1, sepp);
5879 int dont_replycache, struct nfsdsession **sepp)
5887 error = nfsv4_getcbsession(clp, sepp);
5890 sep = *sepp;
5916 nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp) argument
5930 *sepp
4151 nfsrv_cbcallargs(struct nfsrv_descript *nd, struct nfsclient *clp, uint32_t callback, int op, const char *optag, struct nfsdsession **sepp) argument
5878 nfsv4_setcbsequence(struct nfsrv_descript *nd, struct nfsclient *clp, int dont_replycache, struct nfsdsession **sepp) argument
[all...]

Completed in 73 milliseconds