Searched defs:sepp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c129 char *sepp; local
156 if ((sepp = strpbrk(g_pool, "/@")) != NULL)
157 *sepp = '\0';
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c377 stacks_entry_t **sepp, *nsep, *sep; local
404 for (sepp = &sip->si_hash[stacks_hash_entry(nsep)];
405 (sep = *sepp) != NULL;
406 sepp = &sep->se_next) {
418 *sepp = nsep;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c1335 struct service_entry **sepp; local
1389 ndevs * sizeof (*dep) + nsvcs * ndevs * sizeof (*sepp));
1404 sepp = (struct service_entry **)(dep + ndevs);
1407 dep->de_services = (const struct service_entry **)sepp;
1408 sebpp = sepp;
1415 for (se2pp = sebpp; se2pp < sepp;
1430 if (se2pp >= sepp)
1431 *sepp++ = &slp->sl_entry;
1438 dep->de_nservices = (const struct service_entry **)sepp -
1893 const struct service_entry **sepp, **sepp local
2276 const struct service_entry *sep, **sepp; local
[all...]
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c1621 char *sepp; local
1635 sepp = NULL;
1638 for (np = name; np && *np; np = sepp) {
1648 /* set 'sepp' to end of current component 'np' */
1650 sepp = strchr(np, sep);
1652 sepp = NULL;
1657 /* if sepp comes first, set idxp to NULL */
1658 if (sepp && idxp && (sepp < idxp))
1669 /* keep sepp u
[all...]
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3495 char *sepp = NULL; local
3504 if ((sepp = strpbrk(*target, "/@")) != NULL) {
3505 sep = *sepp;
3506 *sepp = '\0';
3539 if (sepp)
3540 *sepp = sep;
3545 int sz = 1 + strlen(name) + ((sepp) ? strlen(sepp) : 0);
3548 (void) snprintf(*target, sz, "%s%s", name, sepp ? sepp
[all...]

Completed in 104 milliseconds