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/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/contrib/openzfs/module/nvpair/
H A Dnvpair.c1955 const char *sepp = NULL; in nvlist_lookup_nvpair_ei_sep() local
1970 sepp = NULL; in nvlist_lookup_nvpair_ei_sep()
1973 for (np = name; np && *np; np = sepp) { in nvlist_lookup_nvpair_ei_sep()
1985 sepp = strchr(np, sep); in nvlist_lookup_nvpair_ei_sep()
1987 sepp = NULL; in nvlist_lookup_nvpair_ei_sep()
1993 if (sepp && idxp && (sepp < idxp)) in nvlist_lookup_nvpair_ei_sep()
2006 sepp = idxp; in nvlist_lookup_nvpair_ei_sep()
2019 sepp = idxep; in nvlist_lookup_nvpair_ei_sep()
2022 skip_whitespace(sepp); in nvlist_lookup_nvpair_ei_sep()
2023 if (*sepp++ != ']') in nvlist_lookup_nvpair_ei_sep()
[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.c1976 char *sepp = NULL; in zpool_find_config() local
1985 if ((sepp = strpbrk(targetdup, "/@")) != NULL) in zpool_find_config()
1986 *sepp = '\0'; in zpool_find_config()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c177 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp,
214 int dont_replycache, struct nfsdsession **sepp, int *slotposp);
215 static int nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp);
4508 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp, in nfsrv_cbcallargs() argument
4525 error = nfsv4_setcbsequence(nd, clp, 1, sepp, slotposp); in nfsrv_cbcallargs()
6501 int dont_replycache, struct nfsdsession **sepp, int *slotposp) in nfsv4_setcbsequence() argument
6509 error = nfsv4_getcbsession(clp, sepp); in nfsv4_setcbsequence()
6512 sep = *sepp; in nfsv4_setcbsequence()
6540 nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp) in nfsv4_getcbsession() argument
6554 *sepp = sep; in nfsv4_getcbsession()