Searched refs:path (Results 226 - 250 of 1464) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.DataModel64.d.ksh61 echo expected one argument: '<'dtrace-path'>'
H A Dtst.DefineNameWithCPP.d.ksh55 echo expected one argument: '<'dtrace-path'>'
H A Dtst.ELFGenerationOut.d.ksh54 echo expected one argument: '<'dtrace-path'>'
H A Dtst.PreprocessorStatement.d.ksh56 echo expected one argument: '<'dtrace-path'>'
H A Dtst.QuietMode.d.ksh53 echo expected one argument: '<'dtrace-path'>'
H A Dtst.TestCompile.d.ksh54 echo expected one argument: '<'dtrace-path'>'
H A Dtst.UnDefineNameWithCPP.d.ksh57 echo expected one argument: '<'dtrace-path'>'
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.create.ksh54 echo expected one argument: '<'dtrace-path'>'
H A Dtst.exec.ksh60 echo expected one argument: '<'dtrace-path'>'
H A Dtst.exitexit.ksh54 echo expected one argument: '<'dtrace-path'>'
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.violentdeath.ksh37 echo expected one argument: '<'dtrace-path'>'
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.hvmenable.ksh34 echo expected one argument: '<'dtrace-path'>'
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Dfilter_fork.h36 __archive_create_child(const char *path, int *child_stdin, int *child_stdout);
/freebsd-9.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_attrib_req.h87 osm_dr_path_t path; member in struct:osm_attrib_req
101 * path
102 * The directed route path to the node.
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dmiscd.c51 char path[MAXPATHNAMELEN]; local
114 sprintf(path, "%s/miscd", REAL_DAEMON_DIR);
116 (void) execv(path, argv);
117 syslog(LOG_ERR, "error: cannot execute %s: %m", path);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-getall.py23 path = wpas.GetInterface(ifname)
24 if_obj = bus.get_object("fi.w1.wpa_supplicant1", path)
28 print "GetAll(fi.w1.wpa_supplicant1.Interface, %s):" % (path)
34 print "GetAll(fi.w1.wpa_supplicant1.Interface.WPS, %s):" % (path)
/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Ddlfcn.h31 void *dlopen(const char *path, int mode);
/freebsd-9.3-release/usr.sbin/mtree/
H A Dverify.c51 static char path[MAXPATHLEN]; variable
63 miss(root, path);
177 if (qflag && stat(path, &statbuf) == 0)
180 (void)printf("%s missing", path);
198 if (symlink(p->slink, path))
203 if (lchown(path, p->st_uid, p->st_gid) == -1) {
207 else if (lchown(path, (uid_t)-1,
215 "\n", path, what, strerror(errno));
220 else if (mkdir(path, S_IRWXU))
238 if (chown(path,
[all...]
/freebsd-9.3-release/usr.sbin/ngctl/
H A Dlist.c118 char path[NG_PATHSIZ]; local
119 char *argv[2] = { "show", path };
122 snprintf(path, sizeof(path),
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dfile.h57 * The path specified was not usable by the operating system.
60 * permission was denied to some part of the file's path.
69 isc_file_mktemplate(const char *path, char *buf, size_t buflen);
77 *\li The path is prepended to an implementation-defined string and
78 * placed into buf. The string has no path characters in it,
80 * buflen should be at least strlen(path) + 15 characters or
97 * of the path with the internal template string.
152 * The path specified was not usable by the operating system.
155 * to some part of the file's path.
179 * to search the entire path
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm-c/
H A Dlto.h104 lto_module_is_object_file(const char* path);
111 lto_module_is_object_file_for_target(const char* path,
135 lto_module_create(const char* path);
150 lto_module_create_from_fd(int fd, const char *path, size_t file_size);
157 lto_module_create_from_fd_at_offset(int fd, const char *path, size_t file_size,
257 lto_codegen_set_assembler_path(lto_code_gen_t cg, const char* path);
274 * Writes a new object file at the specified path that contains the
279 lto_codegen_write_merged_modules(lto_code_gen_t cg, const char* path);
/freebsd-9.3-release/contrib/tcsh/
H A Dtw.spell.c135 Char *path, *s, oldch; local
146 path = xmalloc((Strlen(tilded_dir) + Strlen(name) + 1) * sizeof (*path));
147 (void) Strcpy(path, tilded_dir);
150 Strcat(path, name);
151 p = short2str(path);
152 xfree(path);
/freebsd-9.3-release/sys/boot/i386/efi/
H A Ddevicename.c43 * path in (devspec). If it contains an explicit device specification,
47 i386_getdev(void **vdev, const char *devspec, const char **path) argument
53 * If it looks like this is just a path and no device, then
58 if (rv == 0 && path != NULL)
59 *path = devspec;
64 return (i386_parsedev(dev, devspec, path));
70 * text in (path).
81 i386_parsedev(struct devdesc **dev, const char *devspec, const char **path) argument
125 if (path != NULL)
126 *path
[all...]
/freebsd-9.3-release/sys/boot/ia64/common/
H A Ddevicename.c43 * path in (devspec). If it contains an explicit device specification,
47 ia64_getdev(void **vdev, const char *devspec, const char **path) argument
53 * If it looks like this is just a path and no device, then
58 if (rv == 0 && path != NULL)
59 *path = devspec;
64 return (ia64_parsedev(dev, devspec, path));
70 * text in (path).
81 ia64_parsedev(struct devdesc **dev, const char *devspec, const char **path) argument
125 if (path != NULL)
126 *path
[all...]
/freebsd-9.3-release/tools/regression/file/ftruncate/
H A Dftruncate.c63 char path[PATH_MAX]; local
78 snprintf(path, PATH_MAX, "/tmp/ftruncate.XXXXXXXXXXXXX");
79 fd = mkstemp(path);
82 read_only_fd = open(path, O_RDONLY);
85 (void)unlink(path);
87 err(-1, "open(%s, O_RDONLY)", path);
89 (void)unlink(path);

Completed in 213 milliseconds

1234567891011>>