Searched defs:getnexttoken (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c652 getnexttoken(char *next, char **nextp, char **tokenpp, char *tchar) function
833 if (getnexttoken(cp, &cp, &p, &t) == 0) {
849 if (getnexttoken(cp, &cp, &p, &t) == 0) {
868 if (getnexttoken(cp, &cp, &p, &t) == 0) {
877 if (getnexttoken(cp, &cp, &p, &t) == 0) {
888 if (getnexttoken(cp, &cp, &p, 0) == 0) {
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c7519 getnexttoken(char *next, char **nextp, char **tokenpp, char *tchar) function
7626 if (getnexttoken(cp, &cp, &p, &t) == DEVFSADM_FAILURE) {
7637 if (getnexttoken(cp, &cp, &p, &t) == DEVFSADM_FAILURE) {

Completed in 67 milliseconds