Home
last modified time | relevance | path

Searched refs:working_buf (Results 1 – 1 of 1) sorted by relevance

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