Home
last modified time | relevance | path

Searched defs:PATH (Results 1 – 15 of 15) sorted by last modified time

/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dsystem.h58 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) argument
60 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM) argument
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Dxm-djgpp.h100 #define UPDATE_PATH_HOST_CANONICALIZE(PATH) \ argument
/netbsd/external/gpl3/gcc/dist/fixincludes/
H A Dsystem.h41 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) argument
43 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM) argument
/netbsd/tools/gcc/
H A DMakefile240 PATH=${TOOLDIR}/bin:$$PATH; export PATH; \ macro
244 PATH=${TOOLDIR}/bin:$$PATH; export PATH; \ macro
255 PATH=${TOOLDIR}/bin:$$PATH; export PATH; \ macro
/netbsd/bin/sh/
H A Deval.c1007 static const char PATH[] = "PATH="; in evalcommand() local
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dsystem.h58 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) argument
60 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM) argument
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h68 #define fopen(PATH, MODE) fopen_unlocked (PATH, MODE) argument
70 #define freopen(PATH, MODE, STREAM) freopen_unlocked (PATH, MODE, STREAM) argument
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dxm-djgpp.h100 #define UPDATE_PATH_HOST_CANONICALIZE(PATH) \ argument
/netbsd/external/mpl/bind/dist/bin/tests/optional/
H A Dfsaccess_test.c28 #define PATH "/tmp/fsaccess" macro
/netbsd/external/mit/libuv/dist/src/unix/
H A Dfs.c117 #define PATH \ macro
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dsystem.h68 #define fopen(PATH, MODE) fopen_unlocked (PATH, MODE) argument
70 #define freopen(PATH, MODE, STREAM) freopen_unlocked (PATH, MODE, STREAM) argument
/netbsd/external/gpl3/gcc.old/dist/fixincludes/
H A Dsystem.h41 #define fopen(PATH,MODE) fopen_unlocked(PATH,MODE) argument
43 #define freopen(PATH,MODE,STREAM) freopen_unlocked(PATH,MODE,STREAM) argument
/netbsd/external/gpl2/groff/dist/arch/djgpp/
H A Dt-groff.bat20 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;de… variable
28 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;de… variable
35 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;de… variable
42 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;de… variable
47 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;de… variable
52 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;de… variable
59 set PATH=%PATH1% variable
/netbsd/external/apache2/llvm/dist/libcxx/
H A Dappveyor-reqs-install.cmd17 if DEFINED CLANG_VERSION @set PATH="C:\Program Files\LLVM\bin";%PATH% variable
34 @set PATH=C:\projects\deps\cmake\bin;%PATH% variable
45 @set PATH=C:\projects\deps\ninja;%PATH% variable
/netbsd/bin/ksh/
H A Dsh.h179 #define PATH 1024 /* pathname size (todo: PATH_MAX/pathconf()) */ macro