Searched refs:GETTOK_R (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 45 #define GETTOK_R(xx, ll, tmp)\ macro 183 GETTOK_R(vfs_special, line, &tmp); 184 GETTOK_R(vfs_fsckdev, NULL, &tmp); 185 GETTOK_R(vfs_mountp, NULL, &tmp); 186 GETTOK_R(vfs_fstype, NULL, &tmp); 187 GETTOK_R(vfs_fsckpass, NULL, &tmp); 188 GETTOK_R(vfs_automnt, NULL, &tmp); 189 GETTOK_R(vfs_mntopts, NULL, &tmp);
|
H A D | getmntent.c | 50 #define GETTOK_R(xx, ll, tmp)\ macro 378 GETTOK_R(mnt_special, line, &tmp); 379 GETTOK_R(mnt_mountp, NULL, &tmp); 380 GETTOK_R(mnt_fstype, NULL, &tmp); 381 GETTOK_R(mnt_mntopts, NULL, &tmp); 382 GETTOK_R(mnt_time, NULL, &tmp);
|
Completed in 44 milliseconds