Searched refs:mountpoint (Results 1 – 5 of 5) sorted by relevance
/openbsd/sbin/newfs/ |
H A D | newfs.c | 183 struct stat mountpoint; in main() local 507 mfsuid = mountpoint.st_uid; in main() 508 mfsgid = mountpoint.st_gid; in main() 761 char mountpoint[MNAMELEN]; in copy() local 766 strlcpy(mountpoint, src, sizeof(mountpoint)); in copy() 768 created = gettmpmnt(mountpoint, sizeof(mountpoint)); in copy() 775 warn("rmdir %s", mountpoint); in copy() 783 warn("unmount %s", mountpoint); in copy() 785 warn("rmdir %s", mountpoint); in copy() 815 if (mountpoint[n - 1] != '/') in gettmpmnt() [all …]
|
/openbsd/usr.sbin/quot/ |
H A D | quot.c | 543 char dev[MNAMELEN], *nm, *mountpoint, *cp; in main() local 598 mountpoint = NULL; in main() 618 mountpoint = mp[i].f_mntonname; in main() 630 quot(nm, mountpoint); in main()
|
/openbsd/sbin/disklabel/ |
H A D | editor.c | 72 char *mountpoint; member 1509 mi[i].mountpoint = mountpoints[i]; in mpsave() 1545 } else if (mi[i].mountpoint) { in mpsave() 1547 'a' + j, mi[i].mountpoint, in mpsave() 1789 if (mi1->mountpoint == NULL && mi2->mountpoint == NULL) in micmp() 1791 else if (mi1->mountpoint == NULL) in micmp() 1793 else if (mi2->mountpoint == NULL) in micmp() 1796 return strcmp(mi1->mountpoint, mi2->mountpoint); in micmp()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | README.bs2000 | 44 filesystem (we used the mountpoint /usr/local/ascii for this). Now
|
/openbsd/regress/usr.bin/diff/ |
H A D | t9.2 | 2803 * VFS. Accepts a path, which it converts to a mountpoint, as well as
|