OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strcache
(Results
1 - 25
of
38
) sorted by null
1
2
/ndk/sources/host-tools/make-3.81/
strcache.c
31
struct
strcache
{
struct
32
struct
strcache
*next; /* The next block of strings. */
40
static struct
strcache
*
strcache
= NULL;
variable in typeref:struct:strcache
42
static struct
strcache
*
45
struct
strcache
*new;
46
new = (struct
strcache
*) xmalloc (sizeof (*new) + bufsize);
51
new->next =
strcache
;
52
strcache
= new;
60
struct
strcache
*best = NULL
[
all
...]
make.lnk
1
FROM LIB:cres.o "commands.o"+"job.o"+"dir.o"+"file.o"+"misc.o"+"main.o"+"read.o"+"remake.o"+"rule.o"+"implicit.o"+"default.o"+"variable.o"+"expand.o"+"function.o"+"vpath.o"+"version.o"+"ar.o"+"arscan.o"+"signame.o"+"remote-stub.o"+"getopt.o"+"getopt1.o"+"alloca.o"+"amiga.o"+"hash.o"+"
strcache
.o"
makefile.vms
93
default.obj,variable.obj,expand.obj,function.obj,
strcache
.obj,\
97
default.c variable.c expand.c function.c
strcache
.c \
124
strcache
.obj:
strcache
.c make.h hash.h
dosbuild.bat
38
gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
strcache
.c -o
strcache
.o
55
for %%f in (expand function vpath hash
strcache
version ar arscan signame remote-stub getopt getopt1) do echo %%f.o >> respf.$$$
SMakefile
128
vpath.o version.o ar.o arscan.o signame.o
strcache
.o hash.o \
137
$(srcdir)ar.c $(srcdir)arscan.c $(srcdir)
strcache
.c \
349
# .deps/
strcache
.Po
350
strcache
.o
strcache
.o:
strcache
.c make.h config.h \
NMakefile
98
$(OUTDIR)/
strcache
.obj \
258
# .deps/
strcache
.Po
259
strcache
.o
strcache
.o:
strcache
.c make.h config.h \
Makefile.ami
122
vpath.o version.o ar.o arscan.o signame.o
strcache
.o hash.o \
131
$(srcdir)ar.c $(srcdir)arscan.c $(srcdir)
strcache
.c \
297
strcache
.o:
strcache
.c make.h hash.h
build.sh.in
55
objs="ar.${OBJEXT} arscan.${OBJEXT} commands.${OBJEXT} default.${OBJEXT} dir.${OBJEXT} expand.${OBJEXT} file.${OBJEXT} function.${OBJEXT} getopt.${OBJEXT} getopt1.${OBJEXT} implicit.${OBJEXT} job.${OBJEXT} main.${OBJEXT} misc.${OBJEXT} read.${OBJEXT} remake.${OBJEXT} rule.${OBJEXT} signame.${OBJEXT}
strcache
.${OBJEXT} variable.${OBJEXT} version.${OBJEXT} vpath.${OBJEXT} hash.${OBJEXT} remote-${REMOTE}.${OBJEXT} ${extras} ${ALLOCA}"
build_w32.bat
67
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
strcache
.c
68
echo WinDebug\
strcache
.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
136
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
strcache
.c
137
echo WinRel\
strcache
.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
186
gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c
strcache
.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
Makefile.DOS
80
make_SOURCES = ar.c arscan.c commands.c default.c dir.c expand.c file.c function.c getopt.c getopt1.c implicit.c job.c main.c misc.c read.c remake.c rule.c signame.c
strcache
.c variable.c version.c vpath.c hash.c remote-$(REMOTE).c
107
make_OBJECTS = ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o getopt.o getopt1.o implicit.o job.o main.o misc.o read.o remake.o rule.o signame.o
strcache
.o variable.o version.o vpath.o hash.o remote-$(REMOTE).o
680
# .deps/
strcache
.Po
681
strcache
.o
strcache
.o:
strcache
.c make.h config.h \
make_msvc_net2003.vcproj
161
RelativePath=".\
strcache
.c">
Makefile.in
95
rule.c signame.c
strcache
.c variable.c version.c vpath.c \
105
rule$U.$(OBJEXT) signame$U.$(OBJEXT)
strcache
$U.$(OBJEXT) \
270
strcache
.c variable.c version.c vpath.c hash.c
452
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/
strcache
$U.Po@am__quote@
531
strcache_.c:
strcache
.c $(ANSI2KNR)
532
$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/
strcache
.c; then echo $(srcdir)/
strcache
.c; else echo
strcache
.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
[
all
...]
Makefile.am
45
strcache
.c variable.c version.c vpath.c hash.c
makefile.com
72
"[.glob]glob [.glob]fnmatch getopt1 getopt
strcache
"
/ndk/sources/host-tools/make-3.81/po/
POTFILES.in
36
strcache
.c
make.pot
1695
#:
strcache
.c:210
1699
"%s # of strings in
strcache
: %d\n"
1702
#:
strcache
.c:211
1704
msgid "%s # of
strcache
buffers: %d\n"
1707
#:
strcache
.c:212
1709
msgid "%s
strcache
size: total = %d / max = %d / min = %d / avg = %d\n"
1712
#:
strcache
.c:214
1714
msgid "%s
strcache
free: total = %d / max = %d / min = %d / avg = %d\n"
be.po
[
all
...]
fi.po
[
all
...]
he.po
[
all
...]
id.po
[
all
...]
ja.po
[
all
...]
ko.po
[
all
...]
rw.po
[
all
...]
zh_CN.po
[
all
...]
da.po
[
all
...]
Completed in 5369 milliseconds
1
2