Searched refs:ml_host (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/showmount/ |
H A D | showmount.c | 66 char ml_host[MNTNAMLEN+1]; member 276 strp = mp->ml_host; in xdr_mntdump() 296 val = strcmp(mp->ml_host, tp->ml_host); in xdr_mntdump() 403 printf("%s:%s\n", mp->ml_host, mp->ml_dirp); in print_dump() 409 printf("%s\n", mp->ml_host); in print_dump()
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 86 char ml_host[MNTNAMLEN+1]; member 1444 strp = &mlp->ml_host[0]; in xdr_mlist() 3752 strncpy(mlp->ml_host, host, MNTNAMLEN); in get_mountlist() 3753 mlp->ml_host[MNTNAMLEN] = '\0'; in get_mountlist() 3770 if (!strcmp(mlp->ml_host, hostp) && in del_mlist() 3783 fprintf(mlfile, "%s %s\n", mlp->ml_host, mlp->ml_dirp); in del_mlist() 3796 if (!strcmp(mlp->ml_host, hostp) && !strcmp(mlp->ml_dirp, dirp)) in add_mlist() 3803 strncpy(mlp->ml_host, hostp, MNTNAMLEN); in add_mlist() 3804 mlp->ml_host[MNTNAMLEN] = '\0'; in add_mlist() 3812 fprintf(mlfile, "%s %s\n", mlp->ml_host, mlp->ml_dirp); in add_mlist()
|