Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 145) sorted by relevance

123456

/ndk/sources/host-tools/make-3.81/
Dmake.lnk1o "commands.o"+"job.o"+"dir.o"+"file.o"+"misc.o"+"main.o"+"read.o"+"remake.o"+"rule.o"+"implicit.o
Dfunction.c77 subst_expand (char *o, char *text, char *subst, char *replace, in subst_expand() argument
86 o = variable_buffer_output (o, t, strlen (t)); in subst_expand()
88 o = variable_buffer_output (o, replace, rlen); in subst_expand()
89 return o; in subst_expand()
104 o = variable_buffer_output (o, t, strlen (t)); in subst_expand()
105 return o; in subst_expand()
111 o = variable_buffer_output (o, t, p - t); in subst_expand()
120 o = variable_buffer_output (o, subst, slen); in subst_expand()
123 o = variable_buffer_output (o, replace, rlen); in subst_expand()
132 return o; in subst_expand()
[all …]
Ddosbuild.bat22 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g commands.c -o commands.o
23 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g job.c -o job.o
24 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g dir.c -o dir.o
25 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g file.c -o file.o
26 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g misc.c -o misc.o
27 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g main.c -o main.o
28 gcc -c -I. -I./glob -DHAVE_CONFIG_H -DINCLUDEDIR=\"c:/djgpp/include\" -O2 -g read.c -o read.o
29 gcc -c -I. -I./glob -DHAVE_CONFIG_H -DLIBDIR=\"c:/djgpp/lib\" -O2 -g remake.c -o remake.o
30 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g rule.c -o rule.o
31 gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g implicit.c -o implicit.o
[all …]
DMakefile.ami50 GETOPT = getopt.o getopt1.o
62 ALLOCA = alloca.o
72 extras = amiga.o
120 objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o \
121 rule.o implicit.o default.o variable.o expand.o function.o \
122 vpath.o version.o ar.o arscan.o signame.o strcache.o hash.o \
123 remote-$(REMOTE).o $(GETOPT) $(ALLOCA) $(extras)
139 .SUFFIXES: .o .c .h .ps .dvi .info .texinfo
169 .c.o:
275 commands.o: commands.c make.h dep.h filedef.h variable.h job.h \
[all …]
DSMakefile56 GETOPT = getopt.o getopt1.o
68 ALLOCA = alloca.o
78 extras = amiga.o
126 objs = commands.o job.o dir.o file.o misc.o main.o read.o remake.o \
127 rule.o implicit.o default.o variable.o expand.o function.o \
128 vpath.o version.o ar.o arscan.o signame.o strcache.o hash.o \
129 remote-$(REMOTE).o $(GLOB) $(GETOPT) $(ALLOCA) $(extras)
145 .SUFFIXES: .o .c .h .ps .dvi .info .texinfo
154 $(MAKEINFO) -I$(srcdir) $(srcdir)make.texinfo -o make.info
168 .c.o:
[all …]
DNMakefile131 ar.o ar.o: ar.c make.h config.h \
136 arscan.o arscan.o: arscan.c make.h config.h \
141 commands.o commands.o: commands.c make.h config.h \
147 default.o default.o: default.c make.h config.h \
153 dir.o dir.o: dir.c make.h config.h \
158 expand.o expand.o: expand.c make.h config.h \
165 file.o file.o: file.c make.h config.h \
172 function.o function.o: function.c make.h config.h \
181 getopt.o getopt.o: getopt.c config.h \
184 getopt1.o getopt1.o: getopt1.c config.h getopt.h \
[all …]
Dexpand.c163 reference_variable (char *o, char *name, unsigned int length) in reference_variable() argument
175 return o; in reference_variable()
179 o = variable_buffer_output (o, value, strlen (value)); in reference_variable()
184 return o; in reference_variable()
200 register char *p, *o, *p1; in variable_expand_string() local
208 o = line; in variable_expand_string()
225 o = variable_buffer_output (o, p, p1 != 0 ? (unsigned int)(p1 - p) : strlen (p) + 1); in variable_expand_string()
237 o = variable_buffer_output (o, p, 1); in variable_expand_string()
251 op = o; in variable_expand_string()
255 o = op; in variable_expand_string()
[all …]
Dvariable.h127 extern char *subst_expand PARAMS ((char *o, char *text, char *subst, char *replace,
129 extern char *patsubst_expand PARAMS ((char *o, char *text, char *pattern, char *replace,
164 #define define_variable(n,l,v,o,r) \ argument
165 define_variable_in_set((n),(l),(v),(o),(r),\
170 #define define_variable_loc(n,l,v,o,r,f) \ argument
171 define_variable_in_set((n),(l),(v),(o),(r),\
176 #define define_variable_global(n,l,v,o,r,f) \ argument
177 define_variable_in_set((n),(l),(v),(o),(r),NULL,(f))
181 #define define_variable_for_file(n,l,v,o,r,f) \ argument
182 define_variable_in_set((n),(l),(v),(o),(r),(f)->variables->set,NILF)
Damiga.c92 wildcard_expansion (char *wc, char *o) in wildcard_expansion() argument
107 o = variable_buffer_output (o, apath->ap_Buf, in wildcard_expansion()
109 o = variable_buffer_output (o, " ",1); in wildcard_expansion()
117 return o; in wildcard_expansion()
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral112 edit: main.o kbd.o commands.o display.o \\
13 insert.o
14 \t\@echo cc -o edit main.o kbd.o commands.o display.o \\
15 insert.o
16 main.o : main.c defs.h
18 kbd.o : kbd.c defs.h command.h
20 commands.o : command.c defs.h command.h
22 display.o : display.c defs.h buffer.h
24 insert.o : insert.c defs.h buffer.h
43 cc -c insert.c\ncc -o edit main.o kbd.o commands.o display.o insert.o\n";
Dgeneral214 objects = main.o kbd.o commands.o display.o insert.o
16 \t\@echo cc -o edit \$(objects)
17 main.o : main.c defs.h
19 kbd.o : kbd.c defs.h command.h
21 commands.o : command.c defs.h command.h
23 display.o : display.c defs.h buffer.h
25 insert.o : insert.c defs.h buffer.h
44 cc -c insert.c\ncc -o edit main.o kbd.o commands.o display.o insert.o\n";
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dforeach26 fe = $(foreach var2, $(for_var),$(subst .c,.o, $(var2) ) )
32o bletch.o null.o @.o garf.o .o .o undefined.o file.o default.o file.o environment.o default.o
Dsubstitution10 foo := a.o b.o c.o
11 bar := $(foo:.o=.c)
12 bar2:= $(foo:%.o=%.c)
13 bar3:= $(patsubst %.c,%.o,x.c.c bar.c)
18 x.c.o bar.o');
Dfilter-out7 .o with a single simple pattern. The second filter-out function
17 files1 := $(filter-out %.o, foo.elc bar.o lose.o)
18 files2 := $(filter-out foo.i bar.i lose.i %.o, foo.i bar.i lose.i foo.elc bar.o lose.o)
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dmac-mf.sed1 # Rewrite default rules from .c.o: to .c.o: .c
73 # Skip the {s} and {o} business for now...
85 #/^OBJEXT/!s/\([ =]\)\([-a-zA-Z0-9_${}:"]*\)\.o/\1"{o}"\2.c.o/g
86 #/\.o/s/^\([-a-zA-Z0-9_${}:"]*\)\.o/"{o}"\1.c.o/g
87 # Skip the {o} stuff for now...
88 /^OBJEXT/!s/\([ =]\)\([-a-zA-Z0-9_${}:"]*\)\.o/\1\2.c.o/g
89 /\.o/s/^\([-a-zA-Z0-9_${}:"]*\)\.o/\1.c.o/g
91 #/\.o/s/"{o}""{o}"/"{o}"/g
92 #/{o}/s/^"{o}"\([a-zA-Z0-9_]*\)=/\1=/g
95 # /\.a/s/lib\([a-z]*\)\.a/lib\1.o/g
[all …]
/ndk/sources/host-tools/sed-4.2.1/lib/
Dquotearg.c93 clone_quoting_options (struct quoting_options *o) in clone_quoting_options() argument
96 struct quoting_options *p = xmemdup (o ? o : &default_quoting_options, in clone_quoting_options()
97 sizeof *o); in clone_quoting_options()
104 get_quoting_style (struct quoting_options *o) in get_quoting_style() argument
106 return (o ? o : &default_quoting_options)->style; in get_quoting_style()
112 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style() argument
114 (o ? o : &default_quoting_options)->style = s; in set_quoting_style()
123 set_char_quoting (struct quoting_options *o, char c, int i) in set_char_quoting() argument
127 (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS; in set_char_quoting()
139 set_quoting_flags (struct quoting_options *o, int i) in set_quoting_flags() argument
[all …]
Dquotearg.h200 struct quoting_options *clone_quoting_options (struct quoting_options *o);
203 enum quoting_style get_quoting_style (struct quoting_options *o);
207 void set_quoting_style (struct quoting_options *o, enum quoting_style s);
214 int set_char_quoting (struct quoting_options *o, char c, int i);
220 int set_quoting_flags (struct quoting_options *o, int i);
235 struct quoting_options const *o);
241 struct quoting_options const *o);
250 size_t *size, struct quoting_options const *o);
/ndk/sources/host-tools/sed-4.2.1/po/
Dpt.po29 msgstr "uso inválido de +N ou ~N como primeiro endereço"
49 msgstr "'}' não quer quaisquer endereços"
53 msgstr ": não quer quaisquer endereços"
57 msgstr "comentários não aceitam quaisquer endereços"
65 msgstr "comando usa apenas um endereço"
69 msgstr "expressão regular de endereçoo concluída"
73 msgstr "comando 's' não concluído"
77 msgstr "comando 'y' não concluído"
81 msgstr "opção desconhecida para 's'"
97 msgstr "opção de número para comando 's' pode não ser zero"
[all …]
/ndk/sources/host-tools/make-3.81/po/
Dpt_BR.po5 # Caso voc� encontre alguma mensagem que n�o est� bem traduzida, por
6 # favor me informe dando sua sugest�o.
23 msgstr "caracter�stica n�o suportada: `%s'"
27 msgstr "o touch n�o est� dispon�vel no VMS"
32 msgstr "touch: Arquivo `%s' n�o existe"
37 msgstr "touch: `%s' n�o � um arquivo v�lido"
42 msgstr "touch: O membro `%s' n�o existe em `%s'"
52 msgstr "o lbr$set_module falhou ao obter informa��es do m�dulo, estado = %d"
62 msgstr "erro na abertura da biblioteca `%s' para localizar o membro `%s'"
71 msgstr " (o nome pode estar truncado)"
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dvpath22 print MAKEFILE "objects = main.o kbd.o commands.o display.o insert.o\n";
24 print MAKEFILE "\t\@echo cc -o \$@ \$^\n";
25 print MAKEFILE "main.o : main.c defs.h\n";
27 print MAKEFILE "kbd.o : kbd.c defs.h command.h\n";
29 print MAKEFILE "commands.o : command.c defs.h command.h\n";
31 print MAKEFILE "display.o : display.c defs.h buffer.h\n";
33 print MAKEFILE "insert.o : insert.c defs.h buffer.h\n";
54 ."cc -c insert.c\ncc -o edit main.o kbd.o commands.o display.o "
55 ."insert.o\n";
Dstatipattrules7 .o and statically creates a compile command with the target
18 files = foo.elc bar.o lose.o
20 $(filter %.o,$(files)): %.o: %.c ; @echo CC -c $(CFLAGS) $< -o $@
25 'CC -c bar.c -o bar.o');
30 run_make_test(undef, 'lose.o', 'CC -c lose.c -o lose.o');
Dse_implicit139 $(dir)/tmp/bar.o:
145 %.o: $$(addsuffix /%.c,foo bar) foo.h
153 $dir/tmp/bar.o: {$dir/tmp/foo/bar.c} $dir/tmp/foo/bar.c $dir/tmp/bar/bar.c foo.h
161 $(dir)/tmp/foo.o: $(dir)/tmp/foo.c
165 %.o: %.c|bar.h
172 $dir/tmp/foo.o: {$dir/tmp/foo.c} {bar.h} $dir/tmp/foo.c
180 foo.o: foo.c
183 %.o:
189 foo.o: {foo.c} foo.c
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-k20 edit: main.o kbd.o commands.o display.o
21 \t\@echo cc -o edit main.o kbd.o commands.o display.o
23 main.o : main.c defs.h
26 kbd.o : kbd.c defs.h command.h
29 commands.o : command.c defs.h command.h
32 display.o : display.c defs.h buffer.h
60 $make_name: *** No rule to make target `kbd.c', needed by `kbd.o'.
85 lib: foo.o; @echo cp $^ $@
87 foo.o: ; exit 1
95 $make_name: *** [foo.o] Error 1
/ndk/sources/host-tools/ndk-stack/regex/
Dregexec.c69 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) argument
70 #define INC(o) ((o) <<= 1) argument
71 #define ISSTATEIN(v, o) (((v) & (o)) != 0) argument
118 #define INIT(o, n) ((o) = (n)) argument
119 #define INC(o) ((o)++) argument
120 #define ISSTATEIN(v, o) ((v)[o]) argument
/ndk/sources/host-tools/make-3.81/glob/
DMakefile.ami42 glob.lib : glob.o fnmatch.o
43 $(AR) $(ARFLAGS) $@ glob.o fnmatch.o
49 glob.o: $(srcdir)glob.h $(srcdir)fnmatch.h glob.c
50 fnmatch.o: $(srcdir)fnmatch.h fnmatch.c
53 .c.o:

123456