Home
last modified time | relevance | path

Searched refs:getnexttoken (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c652 getnexttoken(char *next, char **nextp, char **tokenpp, char *tchar) in getnexttoken() function
833 if (getnexttoken(cp, &cp, &p, &t) == 0) { in i_devfs_read_minor_perm()
849 if (getnexttoken(cp, &cp, &p, &t) == 0) { in i_devfs_read_minor_perm()
868 if (getnexttoken(cp, &cp, &p, &t) == 0) { in i_devfs_read_minor_perm()
877 if (getnexttoken(cp, &cp, &p, &t) == 0) { in i_devfs_read_minor_perm()
888 if (getnexttoken(cp, &cp, &p, 0) == 0) { in i_devfs_read_minor_perm()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h420 static int getnexttoken(char *next, char **nextp, char **tokenpp, char *tchar);
H A Ddevfsadm.c7532 getnexttoken(char *next, char **nextp, char **tokenpp, char *tchar) in getnexttoken() function
7639 if (getnexttoken(cp, &cp, &p, &t) == DEVFSADM_FAILURE) { in read_driver_aliases_file()
7650 if (getnexttoken(cp, &cp, &p, &t) == DEVFSADM_FAILURE) { in read_driver_aliases_file()