Home
last modified time | relevance | path

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

/trueos/lib/libc/regex/grot/
HDsplit.c24 char *sepp; local
121 sepp = sep;
122 while ((sepc = *sepp++) != '\0' && sepc != c)
131 sepp = sep;
132 while ((sepc = *sepp++) != '\0' && sepc != c)
/trueos/contrib/netbsd-tests/lib/libc/regex/
HDsplit.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()
/trueos/sys/cddl/contrib/opensolaris/common/nvpair/
HDnvpair.c1611 char *sepp; in nvlist_lookup_nvpair_ei_sep() local
1626 for (np = name; np && *np; np = sepp) { in nvlist_lookup_nvpair_ei_sep()
1638 sepp = strchr(np, sep); in nvlist_lookup_nvpair_ei_sep()
1640 sepp = NULL; in nvlist_lookup_nvpair_ei_sep()
1646 if (sepp && idxp && (sepp < idxp)) in nvlist_lookup_nvpair_ei_sep()
1659 sepp = idxp; in nvlist_lookup_nvpair_ei_sep()
1672 sepp = idxep; in nvlist_lookup_nvpair_ei_sep()
1675 skip_whitespace(sepp); in nvlist_lookup_nvpair_ei_sep()
1676 if (*sepp++ != ']') in nvlist_lookup_nvpair_ei_sep()
1680 skip_whitespace(sepp); in nvlist_lookup_nvpair_ei_sep()
[all …]
/trueos/usr.sbin/inetd/
HDinetd.c986 struct servtab *sep, *new, **sepp; in config() local
1172 sepp = &servtab; in config()
1173 while ((sep = *sepp)) { in config()
1175 sepp = &sep->se_next; in config()
1178 *sepp = sep->se_next; in config()
1195 struct servtab *sepp; in unregisterrpc() local
1214 for (sepp = servtab; sepp; sepp = sepp->se_next) { in unregisterrpc()
1215 if (sepp == sep) in unregisterrpc()
1217 if (sepp->se_checked == 0 || in unregisterrpc()
1218 !sepp->se_rpc || in unregisterrpc()
[all …]
/trueos/cddl/contrib/opensolaris/cmd/zhack/
HDzhack.c130 char *sepp; in import_pool() local
157 if ((sepp = strpbrk(g_pool, "/@")) != NULL) in import_pool()
158 *sepp = '\0'; in import_pool()
/trueos/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c3384 char *sepp = NULL; in find_zpool() local
3393 if ((sepp = strpbrk(*target, "/@")) != NULL) { in find_zpool()
3394 sep = *sepp; in find_zpool()
3395 *sepp = '\0'; in find_zpool()
3428 if (sepp) in find_zpool()
3429 *sepp = sep; in find_zpool()
3434 int sz = 1 + strlen(name) + ((sepp) ? strlen(sepp) : 0); in find_zpool()
3437 (void) snprintf(*target, sz, "%s%s", name, sepp ? sepp : ""); in find_zpool()
/trueos/sys/fs/nfsserver/
HDnfs_nfsdstate.c128 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp);
162 int dont_replycache, struct nfsdsession **sepp);
163 static int nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp);
4250 uint32_t callback, int op, const char *optag, struct nfsdsession **sepp) in nfsrv_cbcallargs() argument
4263 error = nfsv4_setcbsequence(nd, clp, 1, sepp); in nfsrv_cbcallargs()
5985 int dont_replycache, struct nfsdsession **sepp) in nfsv4_setcbsequence() argument
5993 error = nfsv4_getcbsession(clp, sepp); in nfsv4_setcbsequence()
5996 sep = *sepp; in nfsv4_setcbsequence()
6022 nfsv4_getcbsession(struct nfsclient *clp, struct nfsdsession **sepp) in nfsv4_getcbsession() argument
6036 *sepp = sep; in nfsv4_getcbsession()