Searched refs:ml_host (Results 1 – 2 of 2) sorted by relevance
| /src/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()
|
| /src/usr.sbin/mountd/ |
| H A D | mountd.c | 86 char ml_host[MNTNAMLEN+1]; member 1445 strp = &mlp->ml_host[0]; in xdr_mlist() 3771 strncpy(mlp->ml_host, host, MNTNAMLEN); in get_mountlist() 3772 mlp->ml_host[MNTNAMLEN] = '\0'; in get_mountlist() 3789 if (!strcmp(mlp->ml_host, hostp) && in del_mlist() 3802 fprintf(mlfile, "%s %s\n", mlp->ml_host, mlp->ml_dirp); in del_mlist() 3815 if (!strcmp(mlp->ml_host, hostp) && !strcmp(mlp->ml_dirp, dirp)) in add_mlist() 3822 strncpy(mlp->ml_host, hostp, MNTNAMLEN); in add_mlist() 3823 mlp->ml_host[MNTNAMLEN] = '\0'; in add_mlist() 3831 fprintf(mlfile, "%s %s\n", mlp->ml_host, mlp->ml_dirp); in add_mlist()
|