Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c53 const char *sepp; in split() local
150 sepp = sep; in split()
151 while ((sepc = *sepp++) != '\0' && sepc != c) in split()
160 sepp = sep; in split()
161 while ((sepc = *sepp++) != '\0' && sepc != c) in split()
/freebsd/lib/libc/regex/grot/
H A Dsplit.c22 char *sepp; in split() local
119 sepp = sep; in split()
120 while ((sepc = *sepp++) != '\0' && sepc != c) in split()
129 sepp = sep; in split()
130 while ((sepc = *sepp++) != '\0' && sepc != c) in split()
/freebsd/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c1939 sepp = NULL; in nvlist_lookup_nvpair_ei_sep()
1956 sepp = NULL; in nvlist_lookup_nvpair_ei_sep()
1962 if (sepp && idxp && (sepp < idxp)) in nvlist_lookup_nvpair_ei_sep()
1975 sepp = idxp; in nvlist_lookup_nvpair_ei_sep()
1988 sepp = idxep; in nvlist_lookup_nvpair_ei_sep()
1998 sepp++; in nvlist_lookup_nvpair_ei_sep()
2000 n = sepp++ - np; in nvlist_lookup_nvpair_ei_sep()
2013 if (sepp) { in nvlist_lookup_nvpair_ei_sep()
2015 if (*sepp == 0) in nvlist_lookup_nvpair_ei_sep()
2016 sepp = NULL; in nvlist_lookup_nvpair_ei_sep()
[all …]
/freebsd/usr.sbin/inetd/
H A Dinetd.c975 struct servtab *sep, *new, **sepp; in config() local
1156 sepp = &servtab; in config()
1157 while ((sep = *sepp)) { in config()
1159 sepp = &sep->se_next; in config()
1162 *sepp = sep->se_next; in config()
1179 struct servtab *sepp; in unregisterrpc() local
1198 for (sepp = servtab; sepp; sepp = sepp->se_next) { in unregisterrpc()
1199 if (sepp == sep) in unregisterrpc()
1201 if (sepp->se_checked == 0 || in unregisterrpc()
1202 !sepp->se_rpc || in unregisterrpc()
[all …]
/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c276 char **endp, char **sepp, struct tarfs_node **retparent, in tarfs_lookup_path() argument
391 if (sepp) in tarfs_lookup_path()
392 *sepp = sep; in tarfs_lookup_path()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1877 char *sepp = NULL; in zpool_find_config() local
1886 if ((sepp = strpbrk(targetdup, "/@")) != NULL) in zpool_find_config()
1887 *sepp = '\0'; in zpool_find_config()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c172 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp,
209 int dont_replycache, struct nfsdsession **sepp, int *slotposp);
210 static int nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp);
4730 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp, in nfsrv_cbcallargs() argument
4747 error = nfsv4_setcbsequence(nd, clp, 1, sepp, slotposp); in nfsrv_cbcallargs()
6709 int dont_replycache, struct nfsdsession **sepp, int *slotposp) in nfsv4_setcbsequence() argument
6717 error = nfsv4_getcbsession(clp, sepp); in nfsv4_setcbsequence()
6720 sep = *sepp; in nfsv4_setcbsequence()
6748 nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp) in nfsv4_getcbsession() argument
6762 *sepp = sep; in nfsv4_getcbsession()