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

/osnet-11/usr/src/lib/libslp/clib/
H A DSLPUtils.c188 char *ascope, **srch; local
190 if (!(ascope = strdup(s))) { /* no memory! */
197 (void *) ascope, stree,
199 if (*srch != ascope)
200 /* scope is already in there, so just free ascope */
201 free(ascope);
382 char *ascope, **srch; local
384 if (!(ascope = strdup(s))) { /* no memory! */
392 (void *) ascope, collator,
394 if (*srch != ascope)
[all...]

Completed in 24 milliseconds