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

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPUtils.c192 char *ascope, **srch; local
194 if (!(ascope = strdup(s))) { /* no memory! */
201 (void *) ascope, stree,
203 if (*srch != ascope)
204 /* scope is already in there, so just free ascope */
205 free(ascope);
386 char *ascope, **srch; local
388 if (!(ascope = strdup(s))) { /* no memory! */
396 (void *) ascope, collator,
398 if (*srch != ascope)
[all...]

Completed in 45 milliseconds