Searched refs:spec (Results 76 - 100 of 167) sorted by relevance

1234567

/freebsd-9.3-release/usr.bin/procstat/
H A Dprocstat_auxv.c46 #define PRINT(name, spec, val) \
47 printf("%s %-16s " #spec "\n", prefix, #name, (val))
/freebsd-9.3-release/lib/libc/stdio/
H A Dxprintf_int.c285 switch(pi->spec) {
309 fprintf(stderr, "pi->spec = '%c'\n", pi->spec);
372 if (pi->spec == 'x')
466 p2.spec = 'x';
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx.h1782 __inout efx_filter_spec_t *spec);
1787 __inout efx_filter_spec_t *spec);
1795 __inout efx_filter_spec_t *spec,
1804 __inout efx_filter_spec_t *spec,
1811 __inout efx_filter_spec_t *spec,
1820 __inout efx_filter_spec_t *spec,
1827 __inout efx_filter_spec_t *spec,
1834 __inout efx_filter_spec_t *spec,
1842 __inout efx_filter_spec_t *spec);
1847 __inout efx_filter_spec_t *spec);
[all...]
/freebsd-9.3-release/usr.bin/hexdump/
H A Dparse.c147 static const char *spec = ".#-+ 0123456789"; variable
170 while (index(spec + 1, *++fmt));
243 for (++p1; index(spec, *p1); ++p1);
246 while (index(spec + 1, *++p1));
/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck2.c1379 add_exception_specifier (tree list, tree spec, int complain)
1382 tree core = spec;
1386 if (spec == error_mark_node)
1389 gcc_assert (spec && (!list || TREE_VALUE (list)));
1391 /* [except.spec] 1, type in an exception specifier shall not be
1421 if (same_type_p (TREE_VALUE (probe), spec))
1424 list = tree_cons (NULL_TREE, spec, list);
1453 tree spec = TREE_VALUE (add);
1457 if (same_type_p (TREE_VALUE (probe), spec))
1461 spec
1373 add_exception_specifier(tree list, tree spec, int complain) argument
1447 tree spec = TREE_VALUE (add); local
[all...]
H A Dpt.c546 /* [temp.expl.spec]
561 /* [temp.expl.spec]
645 /* [tmpl.expl.spec]
669 check_explicit_instantiation_namespace (tree spec) argument
675 ns = decl_namespace_context (spec);
679 spec, current_namespace, ns);
733 template according to [temp.expl.spec/18]:
824 /* Retrieve the specialization (in the sense of [temp.spec] - a
899 tree spec = *sp; local
901 if (comp_template_args (TREE_PURPOSE (spec), arg
925 tree spec = (tree) htab_find_with_hash (local_specializations, tmpl, local
1148 register_specialization(tree spec, tree tmpl, tree args, bool is_friend) argument
1269 reregister_specialization(tree spec, tree tmpl, tree new_spec) argument
1310 register_local_specialization(tree spec, tree tmpl) argument
5489 tree spec = TREE_VALUE (t); local
6440 tree spec; local
6574 tree spec; local
6871 tree spec; local
7222 tree spec; local
9569 tree spec; local
9580 tree spec; local
12068 tree spec; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgcc.c36 compilation is specified by a string called a "spec". */
461 %a process ASM_SPEC as a spec.
462 This allows config.h to specify part of the spec for running as.
463 %A process ASM_FINAL_SPEC as a spec. A capital A is actually
468 %l process LINK_SPEC as a spec.
469 %L process LIB_SPEC as a spec.
470 %G process LIBGCC_SPEC as a spec.
473 %S process STARTFILE_SPEC as a spec. A capital S is actually used here.
474 %E process ENDFILE_SPEC as a spec. A capital E is actually used here.
475 %C process CPP_SPEC as a spec
874 const char *spec; member in struct:default_spec
914 const char *spec; /* To use this compiler, run this spec. */ member in struct:compiler
1825 set_spec(const char *name, const char *spec) argument
2050 char *spec; local
4465 do_spec(const char *spec) argument
4488 do_spec_2(const char *spec) argument
4524 do_option_spec(const char *name, const char *spec) argument
4573 do_self_spec(const char *spec) argument
4670 do_spec_1(const char *spec, int inswitch, const char *soft_matched_part) argument
5229 const char *const spec local
6993 validate_switches_from_spec(const char *spec) argument
7007 struct spec_list *spec; local
[all...]
H A Dc-opts.c1277 char *spec; local
1279 GET_ENVIRONMENT (spec, "DEPENDENCIES_OUTPUT");
1280 if (spec)
1284 GET_ENVIRONMENT (spec, "SUNPRO_DEPENDENCIES");
1285 if (spec)
1292 if (spec)
1295 char *s = strchr (spec, ' ');
1305 deps_file = spec;
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dcgen-opc.c156 cgen_keyword_search_init (CGEN_KEYWORD *kt, const char *spec) argument
161 if (spec != NULL)
168 search.spec = spec;
/freebsd-9.3-release/contrib/mtree/
H A Dmtree.h124 NODE *spec(FILE *);
H A Dmtree.c298 dump_nodes("", spec(spec1), Dflag);
317 "\t\t[-f spec] [-f spec]\n"
H A Dspecspec.c266 root1 = spec(fi);
267 root2 = spec(fj);
/freebsd-9.3-release/lib/libugidfw/
H A Dugidfw.c510 bsde_parse_uidrange(char *spec, uid_t *min, uid_t *max, argument
518 spec2 = spec;
559 bsde_parse_gidrange(char *spec, gid_t *min, gid_t *max, argument
567 spec2 = spec;
725 bsde_parse_type(char *spec, int *type, size_t buflen, char *errstr) argument
731 for (i = 0; i < strlen(spec); i++) {
732 switch (spec[i]) {
760 spec[i]);
769 bsde_parse_fsid(char *spec, struct fsid *fsid, size_t buflen, char *errstr) argument
774 if (statfs(spec,
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_subr.c65 dtrace_xstr2desc(dtrace_hdl_t *dtp, dtrace_probespec_t spec, argument
73 if (spec < DTRACE_PROBESPEC_NONE || spec > DTRACE_PROBESPEC_NAME)
145 if (spec == DTRACE_PROBESPEC_NONE)
148 if (len + vlen >= dtrace_probespecs[spec].dtps_len)
151 off = dtrace_probespecs[spec--].dtps_offset;
162 dtrace_str2desc(dtrace_hdl_t *dtp, dtrace_probespec_t spec, argument
165 return (dtrace_xstr2desc(dtp, spec, s, 0, NULL, pdp));
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A DMakefile.am24 nodist_toolexeclib_HEADERS = libgomp.spec
/freebsd-9.3-release/contrib/ofed/librdmacm/
H A Dlibrdmacm.spec75 - Initial Fedora spec file
/freebsd-9.3-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec1 # $Id: pam_passwdqc.spec,v 1.11 2002/04/16 16:56:52 solar Exp $
43 - Enforce our new spec file conventions.
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Droken_gethostby.c88 split_spec(const char *spec, char **host, int *port, char **path, int def_port) argument
91 *host = strdup(spec);
/freebsd-9.3-release/sys/dev/dcons/
H A Ddcons_crom.c90 struct crom_chunk spec; member in struct:dcons_crom_softc
147 crom_add_simple_text(src, &sc->unit, &sc->spec, "FreeBSD");
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c178 for (list_tmp = sec->spec.exclude_name_list;
233 if (sec->spec.name != NULL)
237 if (wildcardp (sec->spec.name))
238 skip = fnmatch (sec->spec.name, sname, 0) != 0;
240 skip = strcmp (sec->spec.name, sname) != 0;
282 bfd_get_section_by_name_if (file->the_bfd, sec->spec.name,
373 && (sec == NULL || sec->spec.sorted == none))
384 if (compare_section (sec->spec.sorted, section, (*tree)->section) < 0)
473 bfd_boolean skip = !match_simple_wild (wildsec0->spec.name, sname);
503 than one spec, s
[all...]
H A Dld.h118 struct wildcard_spec spec; member in struct:wildcard_list
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dnode.cpp181 tfont_spec(const tfont_spec &spec) { *this = spec; } argument
249 tfont *make_tfont(tfont_spec &spec) argument
252 if (*p == spec)
254 return new tfont(spec);
268 tfont_spec spec(f->external_name, f->number, f->fm, fs, height, slant);
271 spec.is_bold = 1;
272 spec.bold_offset = p->offset;
275 if (!spec.is_bold && is_bold) {
276 spec
460 operator ==(const tfont_spec &spec) argument
668 tfont(tfont_spec &spec) argument
[all...]
/freebsd-9.3-release/contrib/ncurses/
H A Ddist.mk160 find . -type f -print |misc/csort | fgrep -v .lsm |fgrep -v .spec >$@
/freebsd-9.3-release/sys/boot/i386/libfirewire/
H A Dfirewire.c63 struct crom_chunk spec; member in struct:crom_src_buf
296 crom_add_simple_text(src, &buf->unit, &buf->spec, "FreeBSD");
/freebsd-9.3-release/sys/i386/i386/
H A Delan-mmcr.c367 elan_watchdog(void *foo __unused, u_int spec, int *error) argument
372 u = spec & WD_INTERVAL;

Completed in 172 milliseconds

1234567