Searched refs:commp_find_token (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcommputil/common/
H A Dcommp_util.h63 extern int commp_find_token(const char **, const char **, const char *,
H A Dsdp_parse.c269 if (commp_find_token(&begin, &current, end, COMMP_SP, B_FALSE) != 0) {
281 if (commp_find_token(&begin, &current, end, COMMP_SP, B_FALSE) != 0)
287 if (commp_find_token(&begin, &current, end, COMMP_SP, B_FALSE) != 0)
293 if (commp_find_token(&begin, &current, end, COMMP_SP, B_FALSE) != 0) {
305 if (commp_find_token(&begin, &current, end, COMMP_SP, B_FALSE) != 0) {
317 if (commp_find_token(&begin, &current, end, COMMP_SP, B_TRUE) != 0)
359 if (commp_find_token(&begin, &current, end, COMMP_SP, B_FALSE) != 0)
365 if (commp_find_token(&begin, &current, end, COMMP_SP, B_TRUE) != 0)
416 if (commp_find_token(&begin, &current, end, COMMP_SP, B_FALSE) != 0) {
428 if (commp_find_token(
[all...]
H A Dcommp_util.c62 commp_find_token(const char **begin, const char **current, const char *end, function

Completed in 66 milliseconds