Searched refs:path (Results 101 - 125 of 4145) sorted by relevance

1234567891011>>

/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dresolvepath.c44 resolvepath(const char* file, char* path, size_t size) argument
62 s = path;
63 else if (!getcwd(path, size - n))
67 s = path + strlen(path);
70 strlcpy(s, file, size - (s - path));
71 return (s = pathcanon(path, size, PATH_PHYSICAL|PATH_DOTDOT|PATH_EXISTS)) ? (s - path) : -1;
H A Dcreat64.c33 creat64(const char* path, mode_t mode)
35 return open64(path, O_WRONLY|O_CREAT|O_TRUNC, mode);
H A Dexecvpe.c48 register const char* path = name;
51 if (*path != '/' && !(path = pathpath(name, NULL, PATH_REGULAR|PATH_EXECUTE, buffer, sizeof(buffer))))
52 path = name;
53 execve(path, argv, envv);
65 *nv++ = (char*)path;
68 path = pathshell();
69 execve(path, newargv, envv);
/macosx-10.10/ksh-23/ksh/src/lib/libdll/
H A Ddllcheck.c31 * path!=0 enables library level diagnostics
35 dllversion(void* dll, const char* path) argument
41 if (path)
45 errorf("dll", NiL, 1, "dllversion: %s: %s", path, state.errorbuf);
51 * check if dll on path has plugin version >= ver
53 * path!=0 enables library level diagnostics
58 dllcheck(void* dll, const char* path, unsigned long ver, unsigned long* cur) argument
65 v = dllversion(dll, path);
75 if (path)
79 errorf("dll", NiL, 1, "dllcheck: %s: %s", path, stat
[all...]
/macosx-10.10/man-16/man/src/
H A Dpaths.h.in3 * Define the absolute path to the configuration file and programs used.
12 char *path; /* path plus command options - never NULL */
35 { "COMPRESS_EXT", "@compress_ext@" }, /* not a path, just a string variable */
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_gnustep.py12 def pathForFramework(path):
13 return ensure_unicode(path)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_gnustep.py12 def pathForFramework(path):
13 return ensure_unicode(path)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_gnustep.py12 def pathForFramework(path):
13 return ensure_unicode(path)
/macosx-10.10/ruby-106/ruby/ext/-test-/path_to_class/
H A Dpath_to_class.c4 path_to_class(VALUE klass, VALUE path) argument
6 return rb_path_to_class(path);
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dbitmap.rb18 @path = tk_call_without_enc('Bitmap::get', name)
19 Tk_IMGTBL[@path] = self
/macosx-10.10/ruby-106/ruby/lib/net/http/
H A Dproxy_delta.rb12 def edit_path(path)
13 use_ssl? ? path : "http://#{addr_port()}#{path}"
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/examples/
H A Ddomtext.tcl62 proc ::domtext { path args } { return [eval domtext::create $path $args] }
115 # path widget path
119 # Widget created, returns path
121 proc domtext::create {path args} {
122 upvar #0 [namespace current]::$path data
125 eval frame $path $maps(:text) -bd 0 -relief flat -takefocus 0 \
128 Widget::initFromODB domtext $path $maps(Text)
131 bindtags $path [lis
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathpath.c27 * return full path to p with mode access using $PATH
32 * full path returned in path buffer
33 * if path==0 then the space is malloc'd
41 pathpath(char* path, const char* p, const char* a, int mode) argument
43 return pathpath_20100601(p, a, mode, path, PATH_MAX);
51 pathpath_20100601(const char* p, const char* a, int mode, register char* path, size_t size) argument
59 if (!path)
61 path = buf;
74 strcpy(path,
[all...]
/macosx-10.10/xar-254/xar/test/
H A Dhardlink.py6 import os.path
16 assert os.path.exists(path1), "missing hard-linked-file {p}".format(p=path1)
17 assert os.path.exists(path1), "missing hard-linked-file {p}".format(p=path2)
29 util.touch(os.path.join(directory, "a"))
30 os.link(os.path.join(directory, "a"), os.path.join(directory, "b"))
32 with util.archive_created("hardlink_archive.xar", "hardlink_scratch") as path:
34 subprocess.check_call(["xar", "-x", "-C", extracted, "-f", path])
35 _assert_same_inodes(os.path.join(extracted, "hardlink_scratch", "a"), os.path
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cgpath.py20 path = CGPathCreateMutable()
21 self.assertIsInstance(path, CGPathRef)
24 v = CGPathCreateCopy(path)
28 v = CGPathCreateMutableCopy(path)
31 v = CGPathRetain(path)
32 self.assertTrue(v is path)
33 CGPathRelease(path)
36 v = CGPathEqualToPath(path, path)
41 CGPathMoveToPoint(path, transfor
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dlopen-initializer/
H A Dmain.c32 static void trySO(const char* path) argument
34 void* handle = dlopen(path, RTLD_LAZY);
36 FAIL("dlopen(\"%s\") failed", path);
48 FAIL("initializer in %s called %d times", path, count);
/macosx-10.10/BerkeleyDB-21/db/os_brew/
H A Dos_unlink.c18 __os_unlink(env, path, overwrite_test)
20 const char *path;
32 if (IFILEMGR_Remove(ifmp, path) == EFAILED)
33 FILE_MANAGER_ERR(env, ifmp, path, "IFILEMGR_Remove", ret);
/macosx-10.10/BerkeleyDB-21/db/os_vxworks/
H A Dos_vx_rpath.c17 * Return the last path separator in the path or NULL if none found.
20 __db_rpath(path)
21 const char *path;
40 if ((dummy = iosDevFind((char *)path, &ptail)) == NULL)
41 s = path;
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dchown.c39 chown(const char *path, uid_t owner, gid_t group) argument
/macosx-10.10/IOSerialFamily-74/tests/
H A Dtest_tty_config.c13 "test_tty_config [path]\n");
18 const char* path; local
21 printf("[FAIL] test_tty_config: path length is too long\n");
25 path = argv[1];
28 if (-1 == stat(path, &file_stat)) {
33 if (-1 == testModifyConfig(path)) {
H A Dtest_tty_open.c13 "test_tty_open [path]\n");
18 const char* path; local
21 printf("[FAIL] test_tty_open: path length is too long\n");
25 path = argv[1];
28 if (-1 == stat(path, &file_stat)) {
33 if (-1 == testOpenClose(path)) {
/macosx-10.10/bless-103/test/
H A Dtestgetfileid.c37 fprintf(stderr, "Usage: %s [ mountpoint cnid | path ]\n", getprogname());
48 char *path = argv[1]; local
55 require_noerr(lstat(path, &sb), cantStat);
57 printf("Success: %s is a symlink\b", path);
61 require_noerr(statfs(path, &sf), cantStat);
62 require_noerr(BLIsMountHFS(NULL, path, &isHFS), notHFS);
65 require_noerr(BLGetFileID(NULL, path, &fileID), error);
73 require(strcmp(newpath, path) == 0, cantstrcmp);
80 printf("Error: %s\n", path);
83 printf("%s != %s\n", newpath, path);
92 char *path = argv[1]; local
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dfile.h30 char *path; /* the path we operate on */ member in struct:FILEPROTO
32 differ from the 'path' pointer */
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_bname.h28 char *tool_basename(char *path);
/macosx-10.10/ksh-23/ksh/src/lib/libcoshell/
H A Dprocrun.c33 coprocrun(const char* path, char** argv, int flags) argument
41 return procclose(procopen(path, a, NiL, NiL, PROC_FOREGROUND|PROC_GID|PROC_UID|flags));
44 sfputr(tmp, path ? path : "sh", -1);

Completed in 281 milliseconds

1234567891011>>