Searched refs:all (Results 201 - 225 of 744) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/ipfilter/test/expected/
H A DMakefile6 all: i19
/freebsd-9.3-release/contrib/libucl/tests/
H A D3.in10 all-depends: query %dn-%dv,
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/doc/docbook/
H A DMakefile0 all: man html pdf
/freebsd-9.3-release/sys/amd64/linux32/
H A DMakefile5 all:
/freebsd-9.3-release/sys/i386/linux/
H A DMakefile5 all:
/freebsd-9.3-release/contrib/gcc/
H A Dfunction.c143 one level, all temporaries associated with the previous level are freed.
144 Normally, all temporaries are freed after the execution of the statement
149 result, all temporaries are preserved. A temporary is preserved by
294 /* Clear out all parts of the state in F that can safely be discarded
309 /* Clear out all parts of the state in F that can safely be discarded
732 has performed all the frame alignment and size rounding for the
1056 easily predict which it is, so upgrade all of them. Kept slots
1084 the code below, we really should preserve all non-kept slots
1131 /* Otherwise, preserve all non-kept slots at this level. */
1141 /* Free all temporarie
1933 assign_parms_initialize_all(struct assign_parm_data_all *all) argument
2022 assign_parms_augmented_arg_list(struct assign_parm_data_all *all) argument
2060 assign_parm_find_data_types(struct assign_parm_data_all *all, tree parm, struct assign_parm_data_one *data) argument
2136 assign_parms_setup_varargs(struct assign_parm_data_all *all, struct assign_parm_data_one *data, bool no_rtl) argument
2157 assign_parm_find_entry_rtl(struct assign_parm_data_all *all, struct assign_parm_data_one *data) argument
2275 assign_parm_is_stack_parm(struct assign_parm_data_all *all, struct assign_parm_data_one *data) argument
2476 assign_parm_setup_block(struct assign_parm_data_all *all, tree parm, struct assign_parm_data_one *data) argument
2649 assign_parm_setup_reg(struct assign_parm_data_all *all, tree parm, struct assign_parm_data_one *data) argument
2839 assign_parm_setup_stack(struct assign_parm_data_all *all, tree parm, struct assign_parm_data_one *data) argument
2909 assign_parms_unsplit_complex(struct assign_parm_data_all *all, tree fnargs) argument
2984 struct assign_parm_data_all all; local
3170 struct assign_parm_data_all all; local
[all...]
H A Dexpmed.c133 } all; local
148 memset (&all, 0, sizeof all);
150 PUT_CODE (&all.reg, REG);
152 REGNO (&all.reg) = LAST_VIRTUAL_REGISTER + 1;
154 PUT_CODE (&all.plus, PLUS);
155 XEXP (&all.plus, 0) = &all.reg;
156 XEXP (&all.plus, 1) = &all
[all...]
H A Dlibgcov.c164 struct gcov_summary all; local
174 memset (&all, 0, sizeof (all));
433 cs_all = &all.ctrs[t_ix];
460 else if (!all.checksum
467 all.checksum = ~0u;
631 gcov_type value, counter, all; local
639 all = gcov_read_counter ();
650 counters[2] += all;
670 gcov_type last, value, counter, all; local
[all...]
H A Dgenmultilib31 # with all other options
62 # on the rule are grouped as an AND operation, and all options much match
77 # "yes", all GCC multilib dir names will be ".".
87 # the options beginning with an exclamation point are present, and all
90 # order; that is, a subdirectory is preceded by all its parents.
112 # which would mean that all of the "alt" directories (not the 64/alt ones)
132 # What we want to do is select all combinations of the sets in
136 # Since not all versions of sh support functions, we achieve recursion
141 # This recursive script basically outputs all combinations of its
144 # options which should appear before all combination
[all...]
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Drmjob.c67 static int all = 0; /* eliminate all files (root only) */ variable
100 all = 1; /* all files in local queue */
106 if (!strcmp(person, "-all")) {
108 fatal(pp, "The login name \"-all\" is reserved");
109 all = 1; /* all those from 'from_host' */
245 if (all && (from_host == local_host || !strcmp(from_host, cfhost)))
341 iov[3].iov_base = all
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Dgendirdeps.mk43 .MAIN: all
48 all:
88 # they should all be absolute paths
112 # we can afford to do this all the time.
194 # so they should all be undir OBJTOP.
235 # qualdir_list we know are all qualified.
236 # It would be nice do peform this check for all of DIRDEPS,
237 # but we cannot assume that all of the tree is present,
275 all: ${SRC_DIRDEPS_FILE}
284 all
[all...]
H A Dlibs.mk16 .MAIN: all
32 lib$t: all
68 all: ${LIBS:S,^lib,,:@t@lib$t.a@} .MAKE
H A Dmeta.subdir.mk25 .MAIN: all
44 # we want to find Makefile.depend.* ie for all machines
76 all: .PHONY
/freebsd-9.3-release/contrib/groff/contrib/mm/
H A DNOTES16 In each file there are definitions of all extra macros needed for the
21 But with MT it is possible to write all of the AT&T covers.
/freebsd-9.3-release/contrib/opie/libopie/
H A DMakefile.in23 all: $(TARGET)
/freebsd-9.3-release/crypto/heimdal/packages/mac/
H A Dmac.sh28 make all > /dev/null || exit 1
/freebsd-9.3-release/crypto/heimdal/tools/
H A Dheimdal-build.sh161 # Limit cpu seconds this all can take
235 echo make all >> ab.txt
236 make all >> ab.txt 2>&1
238 echo Make all failed
239 status=${status:-make all}
/freebsd-9.3-release/sbin/umount/
H A Dumount.c88 int all, errs, ch, mntsize, error; local
93 all = errs = 0;
97 all = 2;
100 all = 1;
109 all = 2;
131 if ((argc == 0 && !all) || (argc != 0 && all))
145 switch (all) {
272 * filesystem is specified unambiguously. This covers all the
/freebsd-9.3-release/sys/compat/freebsd32/
H A DMakefile5 all:
/freebsd-9.3-release/sys/geom/eli/
H A Dg_eli_ctl.c599 int error, nkey, *all, *force; local
630 all = gctl_get_paraml(req, "all", sizeof(*all));
631 if (all == NULL) {
632 gctl_error(req, "No '%s' argument.", "all");
636 if (*all) {
696 if (*all)
734 /* Not all threads suspended. */
755 int *all, *narg local
951 int *all, *nargs; local
[all...]
/freebsd-9.3-release/sys/kern/
H A DMakefile6 all:
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dcompletion.h49 _complete_common(struct completion *c, int all) argument
55 if (all)
/freebsd-9.3-release/bin/sh/
H A Dmiscbltin.c224 /* Last variable needs all IFS chars */
403 int set, all = 0; local
417 all = 1;
432 if (all || argptr[1])
450 if (all) {
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh46 all: main altlib.so
H A Dtst.provregex3.ksh47 all: main

Completed in 136 milliseconds

1234567891011>>