Searched refs:opath (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/rpm/redhat/ |
H A D | zfs-dkms.spec.in | 87 opath="${dkms_root}/%{module}/${otherver}" 91 if dkms status -m %{module} -v "$otherver" 2>&1 | grep "${opath}/source/dkms.conf does not exist" 94 if [ -L "${opath}/source" -a ! -d "${opath}/source" ] 96 echo "Trying to fix it by removing the symlink: ${opath}/source" >&2 97 echo "You should manually remove ${opath}" >&2 98 rm -f "${opath}/source" || echo "Removal failed!" >&2
|
/freebsd/sys/contrib/openzfs/rpm/generic/ |
H A D | zfs-dkms.spec.in | 87 opath="${dkms_root}/%{module}/${otherver}" 91 … if dkms status -m %{module} -v "$otherver" 2>&1 | grep "${opath}/source/dkms.conf does not exist" 94 if [ -L "${opath}/source" -a ! -d "${opath}/source" ] 96 echo "Trying to fix it by removing the symlink: ${opath}/source" >&2 97 echo "You should manually remove ${opath}" >&2 98 rm -f "${opath}/source" || echo "Removal failed!" >&2
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | wpas-dbus-new.py | 85 for opath in res: 86 print(opath) 87 showBss(opath)
|
/freebsd/contrib/lib9p/pytest/ |
H A D | p9conn.py | 514 opath = self.getpath(fid) 516 if opath is None: 518 ocomps = opath.split(b'/') 524 if opath is None or opath[0] != '/': 534 ocomps = opath.split(b'/') 552 if not path2.startswith(opath):
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_cc.c | 1853 char ipath[20], opath[20]; /* big enough for /dev/fd/ + INT_MAX + \0 */ in dt_preproc() local 1895 (void) snprintf(opath, sizeof (opath), "/dev/fd/%d", fileno(ofp)); in dt_preproc() 1916 argv[argc++] = opath; in dt_preproc()
|
/freebsd/usr.bin/gzip/ |
H A D | gzip.c | 1898 char *opath = path, *s = NULL; in handle_pathname() local 1927 maybe_warn("can't stat: %s", opath); in handle_pathname()
|
/freebsd/contrib/sendmail/src/ |
H A D | queue.c | 8071 char opath[MAXPATHLEN]; local 8086 (void) sm_strlcpy(opath, queuename(old, DATAFL_LETTER), sizeof(opath)); 8094 syserr("@can't commit %s", opath); 8115 if (link(opath, npath) == 0) 8133 if (link(opath, npath) == 0) 8144 opath, npath, sm_errstring(errno));
|