Searched refs:opath (Results 1 – 8 of 8) sorted by relevance
| /src/sys/contrib/openzfs/rpm/redhat/ ! |
| H A D | zfs-dkms.spec.in | 93 opath="${dkms_root}/%{module}/${otherver}" 97 … if dkms status -m %{module} -v "$otherver" 2>&1 | grep "${opath}/source/dkms.conf does not exist" 100 if [ -L "${opath}/source" -a ! -d "${opath}/source" ] 102 echo "Trying to fix it by removing the symlink: ${opath}/source" >&2 103 echo "You should manually remove ${opath}" >&2 104 rm -f "${opath}/source" || echo "Removal failed!" >&2
|
| /src/sys/contrib/openzfs/rpm/generic/ ! |
| H A D | zfs-dkms.spec.in | 93 opath="${dkms_root}/%{module}/${otherver}" 97 … if dkms status -m %{module} -v "$otherver" 2>&1 | grep "${opath}/source/dkms.conf does not exist" 100 if [ -L "${opath}/source" -a ! -d "${opath}/source" ] 102 echo "Trying to fix it by removing the symlink: ${opath}/source" >&2 103 echo "You should manually remove ${opath}" >&2 104 rm -f "${opath}/source" || echo "Removal failed!" >&2
|
| /src/crypto/krb5/src/lib/krb5/unicode/ucdata/ ! |
| H A D | ucgendat.c | 1277 write_cdata(char *opath) in write_cdata() argument 1298 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "uctable.h", opath); in write_cdata() 1305 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "ctype.dat", opath); in write_cdata() 1438 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "case.dat", opath); in write_cdata() 1515 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "comp.dat", opath); in write_cdata() 1591 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "decomp.dat", opath); in write_cdata() 1684 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "kdecomp.dat", opath); in write_cdata() 1764 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "cmbcl.dat", opath); in write_cdata() 1838 snprintf(path, sizeof path, "%s" LDAP_DIRSEP "num.dat", opath); in write_cdata() 1890 char *prog, *opath; in main() local [all …]
|
| /src/contrib/wpa/wpa_supplicant/examples/ ! |
| H A D | wpas-dbus-new.py | 85 for opath in res: 86 print(opath) 87 showBss(opath)
|
| /src/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):
|
| /src/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()
|
| /src/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()
|
| /src/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));
|