Searched refs:SEPARATORS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/usr.sbin/pkg_install/lib/
H A Dpkgwrap.c30 #define SEPARATORS " \t" macro
53 while (strchr(SEPARATORS, *cp) != NULL)
56 cp = strpbrk(cp, SEPARATORS);
66 while (*cp != '\0' && strchr(SEPARATORS, *cp) != NULL)
71 cp = strpbrk(buffer, SEPARATORS);
/freebsd-10.2-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_random.c13 #define SEPARATORS "_,.;:-!&" macro
79 output[length++] = SEPARATORS[i];

Completed in 45 milliseconds