Searched refs:pth (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dpic.cpp66 path *pth; member in union:__anon8797
4607 yyval.spec->with = yyvsp[0].pth;
5041 path pth(yyvsp[0].crn);
5042 if (!pth.follow(yyvsp[-1].pl, & yyval.pl))
5049 path pth(yyvsp[-1].crn);
5050 if (!pth.follow(yyvsp[0].pl, & yyval.pl))
5057 path pth(yyvsp[-2].crn);
5058 if (!pth.follow(yyvsp[0].pl, & yyval.pl))
5089 path pth(yyvsp[0].str);
5090 if (!pth
[all...]
H A Dpic_tab.h133 path *pth; member in union:__anon8804
H A Dpic.y77 path *pth;
263 %type <pth> path label_path relative_path
1217 path pth($2);
1218 if (!pth.follow($1, & $$))
1223 path pth($1);
1224 if (!pth.follow($2, & $$))
1229 path pth($1);
1230 if (!pth.follow($3, & $$))
1256 path pth($3);
1257 if (!pth
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Diffe.sh97 '') pth=`getconf PATH 2>/dev/null`
98 case $pth in
99 '') pth="/bin /usr/bin" ;;
100 *:*) pth=`echo "$pth" | sed 's/:/ /g'` ;;
124 pth="{ usr . - . contrib local $i - . share - . lib - $1"
134 pth="$pth ${i}R$1 ${i}.$1"
136 pth="$pth
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/
H A Dsetup.py90 for pth in ('/System/Library/Frameworks', '/Library/Frameworks'):
91 basedir = os.path.join(pth, name)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_int_thread.h114 #include <pth.h>
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/
H A Dsetup.py255 for pth in ('/System/Library/Frameworks', '/Library/Frameworks'):
256 basedir = os.path.join(pth, name)
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOBinder.hpp99 static bool isPublicLocation(const char* pth);
317 bool Binder<A>::isPublicLocation(const char* pth) argument
320 if ( (strncmp(pth, "/usr/lib/", 9) == 0) && (strchr(&pth[9], '/') == NULL) )
324 if ( strncmp(pth, "/System/Library/Frameworks/", 27) == 0 ) {
325 const char* frameworkDot = strchr(&pth[27], '.');
332 int frameworkNameLen = frameworkDot - &pth[27];
333 if ( strncmp(&pth[strlen(pth)-frameworkNameLen-1], &pth[2
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/
H A Dsetup.py390 for pth in ('/System/Library/Frameworks', '/Library/Frameworks'):
391 basedir = os.path.join(pth, name)
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dexec.c434 zexecve(char *pth, char **argv, char **newenvp) argument
440 unmetafy(pth, NULL);
442 if (*eep != pth)
446 if (*pth == '/')
447 strcpy(buf + 2, pth);
449 sprintf(buf + 2, "%s/%s", pwd, pth);
458 execve(pth, argv, newenvp);
468 if ((fd = open(pth, O_RDONLY|O_NOCTTY)) >= 0) {
470 *argv = pth;
495 zerr("%s: bad interpreter: %s: %e", pth, ptr
[all...]
/macosx-10.10.1/pyobjc-45/2.5/
H A DMakefile105 if [ "$$x" != PyObjC -a "$$x" != PyObjC.pth ]; then \
/macosx-10.10.1/pyobjc-45/2.6/
H A DMakefile108 if [ "$$x" != PyObjC -a "$$x" != PyObjC.pth ]; then \
/macosx-10.10.1/pyobjc-45/
H A DMakefile113 if [ "$$x" != PyObjC -a "$$x" != PyObjC.pth ]; then \
/macosx-10.10.1/efax-38/efax/
H A Defaxlib.c1467 float ptw, pth ; local
1475 pth = h/f->yres * 72.0 ;
1479 (int) ptw, (int) pth, /* Bounding Box */
1485 ptw, pth, /* scaling */
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/
H A Dconfigure2959 for ol_val in auto nt posix mach pth lwp yes no manual ; do
26035 case $ol_with_threads in auto | yes | pth)
26038 for ac_header in pth.h
26259 ol_link_threads=pth
[all...]

Completed in 266 milliseconds