Searched refs:getnexttoken (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/lib/libdevinfo/ |
| H A D | devinfo_devperm.c | 656 getnexttoken(char *next, char **nextp, char **tokenpp, char *tchar) in getnexttoken() function 837 if (getnexttoken(cp, &cp, &p, &t) == 0) { in i_devfs_read_minor_perm() 853 if (getnexttoken(cp, &cp, &p, &t) == 0) { in i_devfs_read_minor_perm() 872 if (getnexttoken(cp, &cp, &p, &t) == 0) { in i_devfs_read_minor_perm() 881 if (getnexttoken(cp, &cp, &p, &t) == 0) { in i_devfs_read_minor_perm() 892 if (getnexttoken(cp, &cp, &p, 0) == 0) { in i_devfs_read_minor_perm()
|
| /illumos-gate/usr/src/cmd/devfsadm/ |
| H A D | devfsadm_impl.h | 420 static int getnexttoken(char *next, char **nextp, char **tokenpp, char *tchar);
|
| H A D | devfsadm.c | 7539 getnexttoken(char *next, char **nextp, char **tokenpp, char *tchar) in getnexttoken() function 7646 if (getnexttoken(cp, &cp, &p, &t) == DEVFSADM_FAILURE) { in read_driver_aliases_file() 7657 if (getnexttoken(cp, &cp, &p, &t) == DEVFSADM_FAILURE) { in read_driver_aliases_file()
|