HomeSort by: relevance | last modified time | path
    Searched refs:is_same_host (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/am-utils/dist/conf/checkmount/
checkmount_osf.c 47 extern int is_same_host(char *name1, char *name2, struct in_addr addr2);
74 is_same_host(fslist[i].f_mntfromname,
81 is_same_host(delim + 1, host, hostaddr))
checkmount_bsd44.c 50 extern int is_same_host(char *name1, char *name2, struct in_addr addr2);
72 is_same_host(mntp->f_mntfromname, host, hostaddr))
checkmount_ultrix.c 47 extern int is_same_host(char *name1, char *name2, struct in_addr addr2);
67 is_same_host(ment.fd_devname, host, hostaddr))
checkmount_default.c 51 extern int is_same_host(char *name1, char *name2, struct in_addr addr2);
89 is_same_host(ment->mnt_fsname, host, hostaddr))
checkmount_svr4.c 47 extern int is_same_host(char *name1, char *name2, struct in_addr addr2);
71 is_same_host(ment.mnt_fsname, host, hostaddr))
checkmount_aix.c 56 extern int is_same_host(char *name1, char *name2, struct in_addr addr2);
89 (is_same_host(long_hostname, host, hostaddr) ||
90 is_same_host(short_hostname, host, hostaddr)))
  /src/external/bsd/am-utils/dist/fixmount/
fixmount.c 74 int is_same_host(char *, char *, struct in_addr);
95 is_same_host(char *name1, char *name2, struct in_addr addr2) function
132 if (is_same_host(mp->ml_hostname, thishost, thisaddr)) {
210 if (is_same_host(p->ml_hostname, thishost, thisaddr)) {

Completed in 28 milliseconds