Searched refs:fixmount_check_mount (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/conf/checkmount/ |
| H A D | checkmount_bsd44.c | 51 int fixmount_check_mount(char *host, struct in_addr hostaddr, char *path); 54 fixmount_check_mount(char *host, struct in_addr hostaddr, char *path) in fixmount_check_mount() function
|
| H A D | checkmount_svr4.c | 51 fixmount_check_mount(char *host, struct in_addr hostaddr, char *path) in fixmount_check_mount() function 93 found = fixmount_check_mount(host, hostaddr, path); in fixmount_check_mount()
|
| H A D | checkmount_default.c | 55 fixmount_check_mount(char *host, struct in_addr hostaddr, char *path) function 102 found = fixmount_check_mount(host, hostaddr, path);
|
| H A D | checkmount_ultrix.c | 51 fixmount_check_mount(char *host, struct in_addr hostaddr, char *path) in fixmount_check_mount() function
|
| H A D | checkmount_osf.c | 51 fixmount_check_mount(char *host, struct in_addr hostaddr, char *path) in fixmount_check_mount() function
|
| H A D | checkmount_aix.c | 60 fixmount_check_mount(char *host, struct in_addr hostaddr, char *path) in fixmount_check_mount() function
|
| /netbsd-src/external/bsd/am-utils/dist/fixmount/ |
| H A D | fixmount.c | 60 extern int fixmount_check_mount(char *host, struct in_addr hostaddr, char *path); 211 if (force || !fixmount_check_mount(host, hostaddr, p->ml_directory)) in fix_rmtab()
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | ChangeLog | 2302 * conf/checkmount/checkmount_osf.c (fixmount_check_mount): add 2638 (fixmount_check_mount): document why NOT to use xstrlcpy.
|