Lines Matching defs:paths
1399 * The user deals in absolute paths in the running global zone, but the
1401 * paths. Strip out the alternate root when specified.
2049 * paths.
10169 char **paths;
10173 * Callback to count the number of the paths listed in the profile.
10187 * Callback to store the paths in the paths_store struct pointed to by voidp.
10197 if ((ps->paths[ps->count] = strdup(path)) == NULL)
10213 free(ps[b].paths[i]);
10244 /* count the list of writable/readonly paths */
10259 /* allocate the list of writable/readonly paths */
10261 ps[w].paths = alloca(ps[w].max * sizeof (char *));
10306 char *psd = ps[ZS_WHITE].paths[j];
10330 ps[ZS_WHITE].paths[ps[ZS_WHITE].count++] = newp;
10338 * allocate the memory and then concatenate all the paths (including
10346 totlen += strlen(ps[w].paths[i]) + 1;
10362 (void) strcpy(q, ps[w].paths[i]);
10363 q += strlen(ps[w].paths[i]) + 1;