Searched refs:opath (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new.py85 for opath in res:
86 print(opath)
87 showBss(opath)
/freebsd-current/contrib/lib9p/pytest/
H A Dp9conn.py514 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-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c1853 char ipath[20], opath[20]; /* big enough for /dev/fd/ + INT_MAX + \0 */ local
1895 (void) snprintf(opath, sizeof (opath), "/dev/fd/%d", fileno(ofp));
1916 argv[argc++] = opath;
/freebsd-current/contrib/sendmail/src/
H A Dqueue.c8071 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));
/freebsd-current/usr.bin/gzip/
H A Dgzip.c1898 char *opath = path, *s = NULL; local
1927 maybe_warn("can't stat: %s", opath);

Completed in 204 milliseconds