Searched +refs:real +refs:path +refs:name (Results 1 - 25 of 76) sorted by relevance

1234

/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dpathwatch.c26 * provide an API for monitoring a path in the filesystem. The path may contain
27 * directories and symbolic links. The path may not even exist! If the path
28 * does exist, this code will respond to path deletions, component renaming, and
29 * access control changes that either delete the path or make it inaccessible to a
30 * target user/group. A notification will be provided if the path comes back into
35 * triggers on the creation of a path.
37 * Internally, the work of monitoring a path is done by a set of helper vnode_t
40 * vnode_t objects for each component of the desired path
100 char *path; member in struct:__anon3024
127 _path_stat(const char *path, int link, uid_t uid, gid_t gid) argument
209 _path_stat_check_access(const char *path, uid_t uid, gid_t gid, uint32_t *ftype) argument
386 _vnode_create(const char *path, uint32_t type, path_node_t *pnode) argument
465 _vnode_create_real_path(const char *path, uint32_t type, path_node_t *pnode) argument
467 char real[MAXPATHLEN + 1]; local
721 _path_node_init(const char *path) argument
727 char *name; local
931 path_node_create(const char *path, uid_t uid, gid_t gid, uint32_t mask, dispatch_queue_t queue) argument
[all...]
/macosx-10.9.5/vim-53/src/
H A Dgui_at_fs.c10 * documentation, and that the name of Software Research Associates not be used
84 char *real; member in struct:__anon14204
91 char *path; member in struct:__anon14205
175 static void SFsetText __ARGS((char *path));
226 char *name; member in struct:__anon14206
240 static int SFchdir __ARGS((char *path));
243 SFchdir(path)
244 char *path;
250 if (strcmp(path, SFcurrentDir))
252 result = mch_chdir(path);
341 char *name, *growing; local
398 char *name, save; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dmod_proxy.c308 /* Balancer sticky session name.
358 * used as a session path separator/delim (ala
453 /* Check last alias path component matched all the way */
557 newcopy->real = (old[i].flags & PROXYPASS_INTERPOLATE)
558 ? proxy_interpolate(r, old[i].real) : old[i].real;
572 const char *real; local
601 real = proxy_interpolate(r, ent[i].real);
605 real
1442 const char *real; local
1782 char *path = cmd->path; local
1783 char *name = NULL; local
1858 char *name = NULL; local
[all...]
H A Dproxy_util.c169 * N.B. in addition to :@&=, this allows ';' in an http path
170 * and '?' in an ftp path -- this may be revised
242 * urlp on input the URL; on output the path, after the leading /
558 const char *addr = This->name;
569 * if (proxy_readmask(This->name, &This->addr.s_addr, &This->mask.s_addr) == 0)
761 /* Return TRUE if addr represents a domain name */
764 char *addr = This->name;
767 /* Domain name must start with a '.' */
802 int d_len = strlen(This->name), h_len;
812 while (d_len > 0 && This->name[d_le
1082 const char *real = ent[i].real; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_alias.c40 const char *real; member in struct:__anon5997
118 new->real = r;
121 /* XXX This may be optimized, but we must know that new->real
122 * exists. If so, we can dir merge later, trusing new->real
126 new->real = r;
144 cmd->cmd->name, cmd->directive->filename,
209 * one, then assume URL-path URL. This also handles case, eg, GONE
227 /* PR#35314: we can allow path components here;
238 if (cmd->path)
244 new->real
[all...]
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Ddriver.rb62 # ex) ruby-a::/path/to/ruby-a
64 path = $2
65 version = `#{path} -v`.chomp
67 path = e
68 version = label = `#{path} -v`.chomp
70 [path, label, version]
84 # [[name, [[r-1-1, r-1-2, ...], [r-2-1, r-2-2, ...]]], ...]
90 @execs.each_with_index{|(path, label, version), i|
91 message "target #{i}: " + (label == version ? "#{label}" : "#{label} (#{version})") + " at \"#{path}\""
96 def adjusted_results name, result
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dputil.cpp242 UDate fakeClock_dt = 0; /** Offset (fake time - real time) **/
255 UDate real = getUTCtime_real(); local
259 fakeClock_dt = fakeClock_t0 - real;
262 fakeClock_t0, fake_start, fakeClock_dt, real);
852 #define MAX_PATH_SIZE PATH_MAX /* Set the limit for the size of the path. */
935 static char* searchForTZFile(const char* path, DefaultTZInfo* tzInfo) { argument
937 DIR* dirp = opendir(path);
946 /* Save the current path */
948 uprv_strcpy(curpath, path);
960 /* If this new path i
1188 uprv_pathIsAbsolute(const char *path) argument
1225 const char *path = NULL; local
1757 remapPlatformDependentCodepage(const char *locale, const char *name) argument
1882 const char *name = NULL; local
2000 static char const *name = NULL; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dtemplatevfs.tcl19 The template vfs provides a useful function of its own, it mirrors a real directory to a
44 vfs::template::mount with the virtual mount point as the array index name. Thus a vfs can be re-mounted
122 # take real and virtual directories from command line args.
125 set path [::file normalize [lindex $args end-1]]
128 ::file mkdir $path
132 # return two-item list consisting of real and virtual locations.
133 lappend pathto $path
139 proc UnmountProcedure {path to} {
173 set path [lindex $pathto 0]
194 eval ::vfs::filesystem mount $volume \$to$div \[list [namespace current]::handler \$path\]
[all...]
/macosx-10.9.5/pyobjc-42/2.5/
H A DMakefile47 find . \( -name \*.h -or -name \*.m \) -print0 | xargs -0 egrep -l 'CGFLOAT_DEFINED|NSINTEGER_DEFINED' | while read patchfile; do \
52 find . -name pyobjc_setup.py -print0 | xargs -0 egrep -l 'CGFLOAT_DEFINED|NSINTEGER_DEFINED' | while read patchfile; do \
57 find . -name \*.bridgesupport -print0 | xargs -0 fgrep -l "tollfree='NSCF" | while read patchfile; do \
67 find . -name \*setup.py -print0 | xargs -0 fgrep -le -isysroot | while read patchfile; do \
75 @set -x && for z in `find $(SRCROOT)/$(Project) -name \*.py -size 0c`; do \
78 find $(SRCROOT)/$(Project) -name \*.so -print -delete
86 EXTRAS:=$(shell python -c "import sys, os;print os.path.join(sys.prefix, 'Extras')")
90 real-install:
126 for e in `find "$(OBJROOT)/$(Project)" -name Do
[all...]
/macosx-10.9.5/pyobjc-42/
H A DMakefile47 find . \( -name \*.h -or -name \*.m \) -print0 | xargs -0 egrep -l 'CGFLOAT_DEFINED|NSINTEGER_DEFINED' | while read patchfile; do \
52 find . -name pyobjc_setup.py -print0 | xargs -0 egrep -l 'CGFLOAT_DEFINED|NSINTEGER_DEFINED' | while read patchfile; do \
57 find . -name \*.bridgesupport -print0 | xargs -0 fgrep -l "tollfree='NSCF" | while read patchfile; do \
67 find . -name \*setup.py -print0 | xargs -0 fgrep -l ".extend(['-isysroot'," | while read patchfile; do \
76 @set -x && for z in `find $(SRCROOT)/$(Project) -name \*.py -size 0c`; do \
79 find $(SRCROOT)/$(Project) -name \*.so -print -delete
87 EXTRAS:=$(shell python -c "import sys, os;print os.path.join(sys.prefix, 'Extras')")
91 real-install:
127 for e in `find "$(OBJROOT)/$(Project)" -name Do
[all...]
/macosx-10.9.5/CPANInternal-140/XML-XPath/
H A DXPath.pm62 my $path = shift;
64 die "No path to find" unless $path;
82 my $parsed_path = $self->{path_parser}->parse($path);
85 # warn "evaluating path\n";
100 my ($path, $context) = @_;
102 my $results = $self->find($path, $context);
115 my ($node, $path, $context) = @_;
117 my @nodes = $self->findnodes($path, $context);
127 my ($path,
[all...]
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A DHeuristic.pm20 This module provides functions that expand strings into real absolute
36 scheme (http, ftp, etc.) is a URL rather than a local path. So don't name
58 the domain name of your host ends with two letters, then it is taken
64 "ACME" is for some reason used as a placeholder for the host name in
72 involves host name lookups.
106 # Last bit of domain name. This may access the network.
143 (m,^/, || # absolute file name
144 m,^\.\.?/, || # relative file name
145 m,^[a-zA-Z]:[/\\],) # dosish file name
[all...]
/macosx-10.9.5/lsof-52/lsof/
H A DCustomize17 # HASENVDC enabling/disabling device cache path from environment
20 # HASPERSDC enabling/disabling personal device cache path
23 # path component
24 # HASSYSDC enabling/disabling system-wide device cache file path
188 belonging to the real user ID of their lsof process. If
465 the device cache file path.
530 formation of the device cache file path. You may change them.
535 The current path options are:
547 echo $EO "Do you want to change path options (y|n) [n]? $EC"
562 echo "The path option
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DPg.pm71 $sth->execute($table->name, $table->schema);
82 name => $remote_table,
132 $uniq_sth->execute($table->schema, $table->name);
164 ($table_comment) = $self->dbh->selectrow_array(<<'EOF', {}, $table->name, $table->schema);
182 my ($table_oid) = $self->dbh->selectrow_array(<<'EOF', {}, $table->name, $table->schema);
205 /^(?:bigint|int8|bigserial|serial8|bool(?:ean)?|box|bytea|cidr|circle|date|double precision|float8|inet|integer|int|int4|line|lseg|macaddr|money|path|point|polygon|real|float4|smallint|int2|serial|serial4|text)\z/i) {
218 ->selectrow_array(<<EOF, {}, $table->name, $col);
253 my ($precision) = $self->dbh->selectrow_array(<<EOF, {}, $table->name, $col);
301 # Store its original name i
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Daemon/lib/Net/
H A DDaemon.pm94 'description' => '--localpath <path> '
95 . 'UNIX socket domain path to bind to' },
179 # $file - config file name
332 my ($name, $aliases, $addrtype, $length, @addrs);
334 ($name, $aliases, $addrtype, $length, @addrs) =
339 ($name, $aliases, $addrtype, $length, @addrs) =
345 push(@patterns, $name) if ($name);
390 # Purpose: Does the real work
451 # $method - Method name
[all...]
/macosx-10.9.5/CPANInternal-140/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm105 'description' => '--localpath <path> '
106 . 'UNIX socket domain path to bind to' },
190 # $file - config file name
345 my ($name, $aliases, $addrtype, $length, @addrs);
347 ($name, $aliases, $addrtype, $length, @addrs) =
352 ($name, $aliases, $addrtype, $length, @addrs) =
358 push(@patterns, $name) if ($name);
403 # Purpose: Does the real work
464 # $method - Method name
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/
H A Dlibtool120 # The name of the directory that contains temporary libtool files.
188 # Format of library name prefix.
189 libname_spec="lib\$name"
191 # List of archive names. First name is the real one, the rest are links.
192 # The last name is the one that the linker finds with -lNAME.
195 # The coded name of the library, if different from the real name.
240 # The library search path use
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Dltmain.sh32 # positional parameter $0, within a function call, is the name of the
36 # The name of this program:
153 # Return a directory name, but don't create it in dry-run mode
298 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
364 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
368 darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
383 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
419 $echo "$progname: invalid tag name
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dltmain.sh47 # positional parameter $0, within a function call, is the name of the
51 # The name of this program:
168 # Return a directory name, but don't create it in dry-run mode
342 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
408 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
412 darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
427 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
463 $echo "$progname: invalid tag name
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/
H A Dltmain.sh32 # positional parameter $0, within a function call, is the name of the
36 # The name of this program:
153 # Return a directory name, but don't create it in dry-run mode
298 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
364 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
368 darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
383 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
419 $echo "$progname: invalid tag name
[all...]
/macosx-10.9.5/expat-12/expat/conftools/
H A Dltmain.sh32 # positional parameter $0, within a function call, is the name of the
36 # The name of this program:
153 # Return a directory name, but don't create it in dry-run mode
298 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
364 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
368 darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
383 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
419 $echo "$progname: invalid tag name
[all...]
/macosx-10.9.5/libiconv-41/libiconv/build-aux/
H A Dltmain.sh32 # positional parameter $0, within a function call, is the name of the
36 # The name of this program:
153 # Return a directory name, but don't create it in dry-run mode
298 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
364 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
368 darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
383 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
419 $echo "$progname: invalid tag name
[all...]
/macosx-10.9.5/libiconv-41/libiconv/libcharset/build-aux/
H A Dltmain.sh32 # positional parameter $0, within a function call, is the name of the
36 # The name of this program:
153 # Return a directory name, but don't create it in dry-run mode
298 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
364 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
368 darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
383 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
419 $echo "$progname: invalid tag name
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/autoconf/
H A Dltmain.sh32 # positional parameter $0, within a function call, is the name of the
36 # The name of this program:
153 # Return a directory name, but don't create it in dry-run mode
298 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
364 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
368 darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
383 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
419 $echo "$progname: invalid tag name
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/projects/sample/autoconf/
H A Dltmain.sh32 # positional parameter $0, within a function call, is the name of the
36 # The name of this program:
153 # Return a directory name, but don't create it in dry-run mode
298 $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
364 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
368 darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
383 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
419 $echo "$progname: invalid tag name
[all...]

Completed in 389 milliseconds

1234