Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pam_modules/authtok_check/
H A Ddict.c173 char *listcopy; in update_dict_database() local
183 if ((listcopy = strdup(list)) == NULL) in update_dict_database()
186 buf = strtok(listcopy, "\t ,"); in update_dict_database()
201 free(listcopy); in update_dict_database()
209 free(listcopy); in update_dict_database()
H A Dpacker.c362 char *listcopy, *fname; in packer() local
365 if ((listcopy = strdup(list)) == NULL) { in packer()
373 fname = strtok(listcopy, " \t,"); in packer()
378 free(listcopy); in packer()