Searched refs:basedir (Results 1 - 25 of 59) sorted by relevance

123

/macosx-10.9.5/zsh-60/zsh/Functions/VCS_Info/
H A DVCS_INFO_bydir_detect7 local basedir="." realbasedir file
9 realbasedir="$(VCS_INFO_realpath ${basedir})"
13 [[ -d ${basedir}/${dirname} ]] && {
15 [[ -e ${basedir}/${dirname}/${file} ]] && break 2
19 [[ -d ${basedir}/${dirname} ]] && break
22 basedir=${basedir}/..
23 realbasedir="$(VCS_INFO_realpath ${basedir})"
27 vcs_comm[basedir]=${realbasedir}
H A DVCS_INFO_quilt71 olddir=${vcs_comm[basedir]}
72 vcs_comm[basedir]=''
80 printf '%s' ${vcs_comm[basedir]}
81 vcs_comm[basedir]="${olddir}"
/macosx-10.9.5/zsh-60/zsh/Functions/VCS_Info/Backends/
H A DVCS_INFO_detect_tla10 vcs_comm[basedir]="$(${vcs_comm[cmd]} tree-root 2> /dev/null)" && return 0
H A DVCS_INFO_detect_hg13 if [[ -d ${vcs_comm[basedir]}/.hg/svn ]] ; then
15 elif [[ -d ${vcs_comm[basedir]}/.hgsvn ]] ; then
17 elif [[ -e ${vcs_comm[basedir]}/.hg/git-mapfile ]] ; then
H A DVCS_INFO_get_data_cdv8 cdvbase=${vcs_comm[basedir]}
H A DVCS_INFO_get_data_darcs8 darcsbase=${vcs_comm[basedir]}
H A DVCS_INFO_get_data_mtn8 mtnbase=${vcs_comm[basedir]}
H A DVCS_INFO_detect_svk24 if [[ -n ${vcs_comm[basedir]} ]] ; then
34 [[ ${PWD}/ == ${${line## ##}%:*}/* ]] && vcs_comm[basedir]=${${line## ##}%:*}
37 [[ -n ${vcs_comm[basedir]} ]] && \
H A DVCS_INFO_get_data_svk9 svkbase=${vcs_comm[basedir]}
H A DVCS_INFO_get_data_p412 p4base=${vcs_comm[basedir]}
/macosx-10.9.5/Heimdal-323.92.1/tools/
H A Dcov.sh4 basedir=$(basedir $0)
6 ${basedir}/../configure CFLAGS='-fprofile-arcs -ftest-coverage' > log
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dglobfind.tcl12 Usage: globfind ?basedir ?filtercmd? ?switches??
16 basedir - the directory from which to start the search. Defaults to current directory.
18 filtercmd - Tcl command; for each file found in the basedir, the filename will be
25 -depth - sets the number of levels down from the basedir into which the
42 Unlike fileutil::find, the name of the basedir will be included in the results if it fits
63 bit faster to use the proc globtraverse, which uses the same basedir value and
68 globfind $basedir {string match -nocase *.pdf}
72 globtraverse $basedir -pattern *.pdf
84 proc globfind {{basedir .} {filtercmd {}} args} {
87 set basedir [fil
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dcheck-xinclude-test-suite.py55 def runTest(test, basedir):
76 if basedir != None:
77 URI = basedir + "/" + uri
81 print "Test %s missing: base %s uri %s" % (URI, basedir, uri)
94 if basedir != None:
95 output = basedir + "/" + output
177 basedir = case.prop('basedir')
178 if basedir != None:
179 base = libxml2.buildURI(basedir, bas
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xinclude-test-suite.py55 def runTest(test, basedir):
76 if basedir != None:
77 URI = basedir + "/" + uri
81 print "Test %s missing: base %s uri %s" % (URI, basedir, uri)
94 if basedir != None:
95 output = basedir + "/" + output
177 basedir = case.prop('basedir')
178 if basedir != None:
179 base = libxml2.buildURI(basedir, bas
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Daxfr29 my $basedir = defined $opt_D ? $opt_D : $ENV{"HOME"} . "/.dns-zones";
31 my $zonefile = $basedir . "/" . $zonedir . "/axfr";
35 unless (-d $basedir) {
36 mkdir($basedir, 0777) or die "can't mkdir $basedir: $!\n";
39 my $dir = $basedir;
/macosx-10.9.5/llvmCore-3425.0.33/docs/
H A Dconf.py218 basedir = os.path.dirname(__file__) variable
221 command_guide_path = os.path.join(basedir, command_guide_subpath)
/macosx-10.9.5/system_cmds-597.90.1/pwd_mkdb.tproj/
H A Dpwd_mkdb.c89 static char *basedir; /* dir holding master.passwd */ variable
126 basedir = optarg;
127 if (strlen(basedir) > MAXPATHLEN - 40)
128 errx(1, "basedir too long");
174 if (**argv != '/' && basedir == NULL)
177 if ((pname = strdup(changedir(*argv, basedir))) == NULL)
225 changedir(_PATH_SMP_DB, basedir));
227 cp(changedir(_PATH_SMP_DB, basedir), buf, PERM_SECURE);
246 changedir(_PATH_MP_DB, basedir));
248 cp(changedir(_PATH_MP_DB, basedir), bu
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/pwd_mkdb.tproj/
H A Dpwd_mkdb.c89 static char *basedir; /* dir holding master.passwd */ variable
126 basedir = optarg;
127 if (strlen(basedir) > MAXPATHLEN - 40)
128 errx(1, "basedir too long");
174 if (**argv != '/' && basedir == NULL)
177 if ((pname = strdup(changedir(*argv, basedir))) == NULL)
225 changedir(_PATH_SMP_DB, basedir));
227 cp(changedir(_PATH_SMP_DB, basedir), buf, PERM_SECURE);
246 changedir(_PATH_MP_DB, basedir));
248 cp(changedir(_PATH_MP_DB, basedir), bu
[all...]
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/include/
H A Dasl_store.h74 uint32_t asl_store_open_write(const char *basedir, asl_store_t **s) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
75 uint32_t asl_store_open_read(const char *basedir, asl_store_t **s) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
/macosx-10.9.5/Heimdal-323.92.1/
H A Dylwrap38 --basedir)
39 basedir=$2
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/
H A Dylwrap40 --basedir)
41 basedir=$2
/macosx-10.9.5/cxxfilt-11/cxxfilt/
H A Dylwrap40 --basedir)
41 basedir=$2
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dylwrap40 --basedir)
41 basedir=$2
/macosx-10.9.5/CPANInternal-140/Module-Find/
H A DFind.pm12 our $basedir = undef;
154 my $name = File::Spec->abs2rel($_, $basedir);
188 foreach $basedir (@dirs) {
189 next unless -d $basedir;
193 follow => $followMode}, $basedir);
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_store.c97 asl_store_open_write(const char *basedir, asl_store_t **s) argument
112 if (basedir == NULL) basedir = PATH_ASL_STORE;
115 if (stat(basedir, &sb) != 0) return ASL_STATUS_INVALID_STORE;
119 asprintf(&path, "%s/%s", basedir, FILE_ASL_STORE_DATA);
180 if (basedir == NULL) out->base_dir = strdup(PATH_ASL_STORE);
181 else out->base_dir = strdup(basedir);
224 asl_store_open_read(const char *basedir, asl_store_t **s) argument
231 if (basedir == NULL) basedir
[all...]

Completed in 271 milliseconds

123