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

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h66 #define SEP_COMMA "," macro
H A Dconfig_parsing.c320 if ((next_token = strtok_r(value, SEP_COMMA, &lasts)) == NULL) {
345 next_token = strtok_r(NULL, SEP_COMMA, &lasts);

Completed in 16 milliseconds