HomeSort by relevance Sort by last modified time
    Searched refs:vpath (Results 1 - 20 of 20) sorted by null

  /ndk/sources/host-tools/make-3.81/
vpath.c 27 /* Structure used to represent a selective VPATH searchpath. */
29 struct vpath struct
31 struct vpath *next; /* Pointer to next struct in the linked list. */
41 static struct vpath *vpaths;
43 /* Structure for the general VPATH given in the variable. */
45 static struct vpath *general_vpath;
49 static struct vpath *gpaths;
52 static int selective_vpath_search PARAMS ((struct vpath *path, char **file, FILE_TIMESTAMP *mtime_ptr));
54 /* Reverse the chain of selective VPATH lists so they
56 and construct the list from the VPATH variable. *
163 register char **vpath; local
378 register char **vpath = path->searchpath; local
    [all...]
filedef.h 30 char *vpath; /* VPATH/vpath pathname */ member in struct:file
92 unsigned int ignore_vpath:1;/* Nonzero if we threw out VPATH name. */
164 Don't search using vpath for the file--if it doesn't actually exist,
build_w32.bat 77 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c vpath.c
78 echo WinDebug\vpath.obj >>link.dbg
91 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
144 cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c vpath.c
145 echo WinRel\vpath.obj >>link.rel
158 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
190 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c vpath.c
195 gcc -mthreads -gstabs+ -ggdb3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getloadavg.o default.o signame.o expand.o dir.o main.o getopt1.o job.o read.o version.o getopt.o arscan.o remake.o misc.o hash.o strcache.o ar.o function.o vpath.o implicit.o glob.o fnmatch.o pathstuff.o w32_misc.o sub_proc.o w32err.o -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32
  /external/junit/src/junit/swingui/
TestHierarchyRunView.java 52 Vector vpath= new Vector(); local
53 int index= model.findTest(failure, (Test)model.getRoot(), vpath);
55 Object[] path= new Object[vpath.size()+1];
56 vpath.copyInto(path);
57 Object last= path[vpath.size()-1];
58 path[vpath.size()]= model.getChild(last, index);
TestSuitePanel.java 153 Vector vpath= new Vector();
154 int index= fModel.findTest(test, (Test)fModel.getRoot(), vpath);
156 Object[] path= new Object[vpath.size()];
157 vpath.copyInto(path);
161 Object[] fullPath= new Object[vpath.size()+1];
162 vpath.copyInto(fullPath);
163 fullPath[vpath.size()]= fModel.getChild(treePath.getLastPathComponent(), index);;
  /system/core/sh/
var.h 78 extern struct var vpath;
97 #define pathval() (vpath.text + 5)
var.c 94 struct var vpath; variable in typeref:struct:var
114 { &vpath, VSTRFIXED|VTEXTFIXED, "PATH=" _PATH_DEFPATH,
  /external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak 8 vpath %.c host_src
  /external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak 8 vpath %.c host_src
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 8 vpath %.c host_src
  /external/sonivox/arm-fm-22k/lib_src/
arm-fm-22k_lib.mak 8 vpath %.c lib_src
  /external/sonivox/arm-hybrid-22k/lib_src/
arm-hybrid-22k_lib.mak 8 vpath %.c lib_src
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 8 vpath %.c lib_src
  /external/expat/amiga/
Makefile 7 vpath %.c ../lib ../examples ../xmlwf ../tests
8 vpath %.h ../lib ../tests
  /hardware/ti/omap4xxx/domx/make/
build.mk 138 vpath %.a $(LIBINCLUDES) $(TGTROOT)/lib $(TGTROOT)/usr/lib
139 vpath %.so $(LIBINCLUDES) $(TGTROOT)/lib $(TGTROOT)/usr/lib
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 290 milliseconds