Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 25 of 102) sorted by relevance

12345

/dflybsd-src/contrib/grep/lib/
H A Derror.h29 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) argument
31 # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ argument
/dflybsd-src/sys/netproto/smb/
H A Dsmb_usr.c60 smb_usr_vc2spec(struct smbioc_ossn *dp, struct smb_vcspec *spec) in smb_usr_vc2spec()
103 smb_usr_vcspec_free(struct smb_vcspec *spec) in smb_usr_vcspec_free()
112 smb_usr_share2spec(struct smbioc_oshare *dp, struct smb_sharespec *spec) in smb_usr_share2spec()
/dflybsd-src/contrib/binutils-2.34/gprof/
H A Dsym_ids.c43 char *spec; /* Parsing modifies this. */ member
90 sym_id_add (const char *spec, Table_Id which_table) in sym_id_add()
118 parse_spec (char *spec, Sym *sym) in parse_spec()
/dflybsd-src/contrib/binutils-2.27/gprof/
H A Dsym_ids.c43 char *spec; /* Parsing modifies this. */ member
90 sym_id_add (const char *spec, Table_Id which_table) in sym_id_add()
118 parse_spec (char *spec, Sym *sym) in parse_spec()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dattribs.c88 const struct attribute_spec *const spec = (const struct attribute_spec *) p; in hash_attr() local
99 const struct attribute_spec *const spec = (const struct attribute_spec *) p; in eq_attr() local
308 const struct attribute_spec *spec = lookup_attribute_spec (name); in decl_attributes() local
H A Dc-objc-common.c89 c_tree_printer (pretty_printer *pp, text_info *text, const char *spec, in c_tree_printer()
H A Dgcc.c862 const char *spec; member
884 const char *spec; /* To use this compiler, run this spec. */ member
1488 set_spec (const char *name, const char *spec) in set_spec()
1708 char *spec; in read_specs() local
4219 do_spec (const char *spec) in do_spec()
4243 do_spec_2 (const char *spec) in do_spec_2()
4268 do_option_spec (const char *name, const char *spec) in do_option_spec()
4317 do_self_spec (const char *spec) in do_self_spec()
4516 do_spec_1 (const char *spec, int inswitch, const char *soft_matched_part) in do_spec_1()
5143 const char *const spec in do_spec_1() local
[all …]
/dflybsd-src/contrib/cvs-1.12/diff/
H A Difdef.c130 char *spec = f; local
307 char *spec = f; local
416 scan_printf_spec (spec) in scan_printf_spec() argument
/dflybsd-src/contrib/mpfr/src/
H A Dvasprintf.c163 char spec; /* Conversion specifier */ member
194 specinfo_is_valid (struct printf_spec spec) in specinfo_is_valid()
839 const struct printf_spec spec) in regular_ab()
1049 const struct printf_spec spec, struct decimal_info *dec_info) in regular_eg()
1176 const struct printf_spec spec, struct decimal_info *dec_info) in regular_fg()
1448 struct printf_spec spec) in partition_number()
1699 const struct printf_spec spec) in sprnt_fp()
1773 struct printf_spec spec; in mpfr_vasprintf() local
/dflybsd-src/contrib/dhcpcd/src/
H A Dif.c459 struct if_spec spec; in if_discover() local
735 if_nametospec(const char *ifname, struct if_spec *spec) in if_nametospec()
811 struct if_spec spec; in if_findindexname() local
/dflybsd-src/sbin/mount_nfs/
H A Dmount_nfs.c245 char *name, *p, *spec; in main() local
468 getnfsargs(char *spec, struct nfs_args *nfsargsp) in getnfsargs()
591 char *spec, char **errstr) in nfs_tryproto()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dexcept.c1252 nothrow_spec_p (const_tree spec) in nothrow_spec_p()
1274 tree spec = TYPE_RAISES_EXCEPTIONS (type); in type_noexcept_p() local
1288 tree spec = TYPE_RAISES_EXCEPTIONS (type); in type_throw_all_p() local
H A Dtypeck2.c1766 add_exception_specifier (tree list, tree spec, int complain) in add_exception_specifier()
1825 nothrow_spec_p_uninst (const_tree spec) in nothrow_spec_p_uninst()
1873 tree spec = TREE_VALUE (add); in merge_exception_specifiers() local
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dexcept.c1146 nothrow_spec_p (const_tree spec) in nothrow_spec_p()
1170 tree spec = TYPE_RAISES_EXCEPTIONS (type); in type_noexcept_p() local
1184 tree spec = TYPE_RAISES_EXCEPTIONS (type); in type_throw_all_p() local
/dflybsd-src/lib/libc/stdio/
H A Dxprintf.c632 register_printf_function(int spec, printf_function *render, in register_printf_function()
645 register_printf_render(int spec, printf_render *render, in register_printf_render()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dattribs.c64 attribute_hasher::hash (const attribute_spec *spec) in hash()
71 attribute_hasher::equal (const attribute_spec *spec, const substring *str) in equal()
355 const attribute_spec *spec) in diag_attr_exclusions()
554 const struct attribute_spec *spec in decl_attributes() local
/dflybsd-src/sbin/vinum/
H A Dvinumutil.c183 sizespec(char *spec) in sizespec()
/dflybsd-src/sys/bus/firewire/
H A Dfwcrom.c161 crom_has_specver(u_int32_t *p, u_int32_t spec, u_int32_t ver) in crom_has_specver()
246 crom_desc_specver(u_int32_t spec, u_int32_t ver, char *buf, int len) in crom_desc_specver()
/dflybsd-src/sys/dev/raid/vinum/
H A Dvinumutil.c188 sizespec(char *spec) in sizespec()
/dflybsd-src/contrib/libarchive/cpio/
H A Dcmdline.c307 owner_parse(const char *spec, int *uid, int *gid) in owner_parse()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-objc-common.c80 c_tree_printer (pretty_printer *pp, text_info *text, const char *spec, in c_tree_printer()
/dflybsd-src/lib/libc/gen/
H A Dfstab.c277 gdplookup(char *spec) in gdplookup()
/dflybsd-src/sbin/svc/
H A Dsvc.c465 process_jailspec(command_t *cmd, const char *spec) in process_jailspec()
/dflybsd-src/games/hack/
H A Ddef.objects.h296 #define RING(name,stone,spec) { name, stone, NULL, 0, 0,\ argument
/dflybsd-src/sys/dev/misc/dcons/
H A Ddcons_crom.c80 struct crom_chunk spec; member

12345