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

/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_token.c386 char *working_buf; local
393 working_buf = strdup(pathlist);
394 if (working_buf == NULL) {
402 for (path = strtok_r(working_buf, " ", &last_str);

Completed in 190 milliseconds