Home
last modified time | relevance | path

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

/netbsd-src/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()
/netbsd-src/external/cddl/osnet/dist/common/nvpair/
H A Dnvpair.c1612 char *sepp; in nvlist_lookup_nvpair_ei_sep() local
1626 sepp = NULL; in nvlist_lookup_nvpair_ei_sep()
1629 for (np = name; np && *np; np = sepp) { in nvlist_lookup_nvpair_ei_sep()
1641 sepp = strchr(np, sep); in nvlist_lookup_nvpair_ei_sep()
1643 sepp = NULL; in nvlist_lookup_nvpair_ei_sep()
1649 if (sepp && idxp && (sepp < idxp)) in nvlist_lookup_nvpair_ei_sep()
1662 sepp = idxp; in nvlist_lookup_nvpair_ei_sep()
1675 sepp = idxep; in nvlist_lookup_nvpair_ei_sep()
1678 skip_whitespace(sepp); in nvlist_lookup_nvpair_ei_sep()
1679 if (*sepp++ != ']') in nvlist_lookup_nvpair_ei_sep()
[all …]
/netbsd-src/external/cddl/osnet/dist/cmd/zhack/
H A Dzhack.c129 char *sepp; in import_pool() local
156 if ((sepp = strpbrk(g_pool, "/@")) != NULL) in import_pool()
157 *sepp = '\0'; in import_pool()
/netbsd-src/usr.sbin/inetd/
H A Dparse.c956 struct servtab *sep, **sepp = &servtab; in purge_unchecked() local
958 while ((sep = *sepp) != NULL) { in purge_unchecked()
960 sepp = &sep->se_next; in purge_unchecked()
964 *sepp = sep->se_next; in purge_unchecked()
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c3515 char *sepp = NULL; in find_zpool() local
3524 if ((sepp = strpbrk(*target, "/@")) != NULL) { in find_zpool()
3525 sep = *sepp; in find_zpool()
3526 *sepp = '\0'; in find_zpool()
3559 if (sepp) in find_zpool()
3560 *sepp = sep; in find_zpool()
3565 int sz = 1 + strlen(name) + ((sepp) ? strlen(sepp) : 0); in find_zpool()
3568 (void) snprintf(*target, sz, "%s%s", name, sepp ? sepp : ""); in find_zpool()
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c129 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp);
163 int dont_replycache, struct nfsdsession **sepp);
164 static int nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp);
4276 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp) in nfsrv_cbcallargs() argument
4289 error = nfsv4_setcbsequence(nd, clp, 1, sepp); in nfsrv_cbcallargs()
6017 int dont_replycache, struct nfsdsession **sepp) in nfsv4_setcbsequence() argument
6025 error = nfsv4_getcbsession(clp, sepp); in nfsv4_setcbsequence()
6028 sep = *sepp; in nfsv4_setcbsequence()
6054 nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp) in nfsv4_getcbsession() argument
6068 *sepp = sep; in nfsv4_getcbsession()