Searched refs:fullpath (Results 1 - 25 of 56) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dimport_docidx.tcl53 upvar 1 $dv data $pv fullpath $ev error $mv emessage
54 foreach {ok data fullpath error emessage} [include $currentfile $path] break
H A Dimport.tcl129 # result = ok text fullpath error-code error-message
132 set fullpath [$self Locate $path]
133 if {$fullpath eq {}} {
139 set data [fileutil::cat $fullpath]
143 return [list 0 {} $fullpath notread $msg]
146 return [list 1 $data $fullpath {} {}]
H A Dparse.tcl701 if {![GetFile $ourfile $pathname text fullpath error emsg]} {
704 notread { Error $t $n docidx/include/read-failed $fullpath $emsg }
717 set ourfile $fullpath
723 Error $t $n docidx/include/syntax $fullpath $newerrors
752 $t set $fstart path $fullpath
753 $t set $fstop path $fullpath
775 upvar 1 $dv data $pv fullpath $ev error $mv emessage
781 set fullpath [Locate $path]
782 if {$fullpath eq {}} {
783 set fullpath
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dimport_doctoc.tcl53 upvar 1 $dv data $pv fullpath $ev error $mv emessage
54 foreach {ok data fullpath error emessage} [include $currentfile $path] break
H A Dimport.tcl129 # result = ok text fullpath error-code error-message
132 set fullpath [$self Locate $path]
133 if {$fullpath eq {}} {
139 set data [fileutil::cat $fullpath]
143 return [list 0 {} $fullpath notread $msg]
146 return [list 1 $data $fullpath {} {}]
H A Dparse.tcl716 if {![GetFile $ourfile $pathname text fullpath error emsg]} {
719 notread { Error $t $n doctoc/include/read-failed $fullpath $emsg }
732 set ourfile $fullpath
738 Error $t $n doctoc/include/syntax $fullpath $newerrors
767 $t set $fstart path $fullpath
768 $t set $fstop path $fullpath
790 upvar 1 $dv data $pv fullpath $ev error $mv emessage
796 set fullpath [Locate $path]
797 if {$fullpath eq {}} {
798 set fullpath
[all...]
/macosx-10.9.5/bless-98/libbless/EFI/
H A DBLCreateEFIXMLRepresentationForPath.c63 char fullpath[MAXPATHLEN]; local
84 if(NULL == realpath(path, fullpath)) {
91 ret = blsustatfs(fullpath, &sb);
94 fullpath);
98 if(0 != strncmp(fullpath, sb.f_mntonname, strlen(sb.f_mntonname))) {
102 // if fullpath was actually the path to the mountpoint,
104 if(0 != strcmp(fullpath, sb.f_mntonname)) {
107 memmove(fullpath, fullpath+strlen(sb.f_mntonname),
108 strlen(fullpath)
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dbackup.c95 static int make_bak_dir(char *fullpath) argument
98 char *rel = fullpath + backup_dir_len;
102 while (strncmp(fullpath, "./", 2) == 0)
103 fullpath += 2;
107 if (--p == fullpath) {
113 if (mkdir_defmode(fullpath) == 0)
118 full_fname(fullpath));
134 do_lchown(fullpath, st.st_uid, st.st_gid);
135 do_chmod(fullpath, st.st_mode);
142 if (mkdir_defmode(fullpath) <
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_import.tcl129 # result = ok text fullpath error-code error-message
132 set fullpath [$self Locate $path]
133 if {$fullpath eq {}} {
139 set data [fileutil::cat $fullpath]
143 return [list 0 {} $fullpath notread $msg]
146 return [list 1 $data $fullpath {} {}]
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Dgnuclient.c192 filename_expand (char *fullpath, char *filename) argument
193 /* fullpath - returned full pathname */
198 fullpath[0] = '\0';
203 strcat (fullpath, filename);
212 strcat (fullpath, filename);
220 strcat (fullpath, "//");
221 strncat (fullpath, filename, 1);
222 strcat (fullpath, &filename[2]);
231 strcat (fullpath, get_current_working_directory ());
232 len = strlen (fullpath);
321 char fullpath[MAXPATHLEN+1]; /* full pathname to file */ local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/dso/netware/
H A Ddso.c73 char *fullpath = NULL; local
76 if ((rv = apr_filepath_merge(&fullpath, NULL, path,
81 os_handle = dlopen(fullpath, RTLD_NOW | RTLD_LOCAL);
94 (*res_handle)->path = apr_pstrdup(pool, fullpath);
/macosx-10.9.5/apr-30/apr/apr/dso/netware/
H A Ddso.c73 char *fullpath = NULL; local
76 if ((rv = apr_filepath_merge(&fullpath, NULL, path,
81 os_handle = dlopen(fullpath, RTLD_NOW | RTLD_LOCAL);
94 (*res_handle)->path = apr_pstrdup(pool, fullpath);
/macosx-10.9.5/file_cmds-230/mtree/
H A Dextern.h58 extern char fullpath[MAXPATHLEN];
H A Dmtree.c58 char fullpath[MAXPATHLEN]; variable
168 if ((cflag || sflag) && !getwd(fullpath))
169 errx(1, "%s", fullpath);
/macosx-10.9.5/msdosfs-198/fsck_msdos.tproj/
H A Ddir.c118 static char *fullpath __P((struct dosDirEntry *));
187 fullpath(dir) function
297 fullpath(dir), dir->head, rsrvdcltype(cluster));
300 fullpath(dir), dir->head, cluster);
303 fullpath(dir), dir->head, cluster);
538 fullpath(dir), dir->size, dir->physicalSize);
550 fullpath(dir), dir->size, dir->physicalSize);
692 fullpath(dir));
819 fullpath(dir), 2);
858 fullpath(
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dtree.rb68 path = tree.get(node, :fullpath)
98 tree = Ttk::Treeview.new(base_frame, :columns=>%w(fullpath type size),
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtree.tcl42 set path [$tree set $node fullpath]
75 ttk::treeview $w.tree -columns {fullpath type size} -displaycolumns {size} \
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dbackup.tcl132 set fullpath [pwd]
136 -d $fullpath/$testdir/data1} res
141 -d $fullpath/$testdir/data1} res] } {
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DStaticCode.cpp953 CFRef<CFURLRef> fullpath = makeCFURL(path, false, resourceBase()); local
954 if (CFRef<CFDataRef> data = cfLoadFile(fullpath)) {
960 ctx.reportProblem(errSecCSBadResource, kSecCFErrorResourceAltered, fullpath); // altered
963 ctx.reportProblem(errSecCSBadResource, kSecCFErrorResourceMissing, fullpath); // was sealed but is now missing
985 CFRef<CFURLRef> fullpath = makeCFURL(path, false, resourceBase()); local
990 return ctx.reportProblem(errSecCSBadResource, kSecCFErrorResourceAltered, fullpath); // changed type
994 validateNestedCode(fullpath, seal, flags, isFramework);
997 ssize_t len = ::readlink(cfString(fullpath).c_str(), target, sizeof(target)-1);
1002 ctx.reportProblem(errSecCSBadResource, kSecCFErrorResourceAltered, fullpath);
1004 AutoFileDesc fd(cfString(fullpath), O_RDONL
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DStaticCode.cpp953 CFRef<CFURLRef> fullpath = makeCFURL(path, false, resourceBase()); local
954 if (CFRef<CFDataRef> data = cfLoadFile(fullpath)) {
960 ctx.reportProblem(errSecCSBadResource, kSecCFErrorResourceAltered, fullpath); // altered
963 ctx.reportProblem(errSecCSBadResource, kSecCFErrorResourceMissing, fullpath); // was sealed but is now missing
985 CFRef<CFURLRef> fullpath = makeCFURL(path, false, resourceBase()); local
990 return ctx.reportProblem(errSecCSBadResource, kSecCFErrorResourceAltered, fullpath); // changed type
994 validateNestedCode(fullpath, seal, flags, isFramework);
997 ssize_t len = ::readlink(cfString(fullpath).c_str(), target, sizeof(target)-1);
1002 ctx.reportProblem(errSecCSBadResource, kSecCFErrorResourceAltered, fullpath);
1004 AutoFileDesc fd(cfString(fullpath), O_RDONL
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/build/
H A Dw32locatedb.pl204 my $fullpath =
206 $substs += s/^\# ADD $prog /\# ADD $prog \"$fullpath\" /;
/macosx-10.9.5/apr-30/apr-util/apr-util/build/
H A Dw32locatedb.pl204 my $fullpath =
206 $substs += s/^\# ADD $prog /\# ADD $prog \"$fullpath\" /;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dtree.rb67 path = tree.get(node, :fullpath)
97 tree = Ttk::Treeview.new(base_frame, :columns=>%w(fullpath type size),
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Daplibtool.c83 char *nameof(char *fullpath);
698 char *nameof(char *fullpath) argument
702 char *name = strrchr(fullpath, '/');
705 name = strrchr(fullpath, '\\');
709 name = fullpath;
/macosx-10.9.5/apr-30/apr/apr/build/
H A Daplibtool.c83 char *nameof(char *fullpath);
703 char *nameof(char *fullpath) argument
707 char *name = strrchr(fullpath, '/');
710 name = strrchr(fullpath, '\\');
714 name = fullpath;

Completed in 305 milliseconds

123