Home
last modified time | relevance | path

Searched refs:name (Results 1 – 15 of 15) sorted by relevance

/misc/sys/
A Dcdefs.h50 # define __glibc_has_builtin(name) __has_builtin (name) argument
207 # define __errordecl(name, msg) extern void name (void) argument
568 extern __typeof (name) name __asm (__ASMNAME ("__" #name "ieee128"));
572 extern __typeof (__##name) __##name \
578 extern __typeof (name) name __asm (__ASMNAME (#alias));
597 __LDBL_REDIR1 (name, proto, __nldbl_##name)
600 __LDBL_REDIR1_NTH (name, proto, __nldbl_##name)
602 extern __typeof (__##name) __##name __asm (__ASMNAME ("__nldbl___" #name));
606 extern __typeof (name) name __asm (__ASMNAME ("__nldbl_" #name));
615 # define __LDBL_REDIR1(name, proto, alias) name proto argument
[all …]
A Dsysmacros.h26 #define __SYSMACROS_DECL_TEMPL(rtype, name, proto) \ argument
27 extern rtype gnu_dev_##name proto __THROW __attribute_const__;
29 #define __SYSMACROS_IMPL_TEMPL(rtype, name, proto) \ argument
31 __NTH (gnu_dev_##name proto)
A Dqueue.h84 #define LIST_HEAD(name, type) \ argument
85 struct name { \
150 #define SLIST_HEAD(name, type) \ argument
151 struct name { \
211 #define STAILQ_HEAD(name, type) \ argument
212 struct name { \
293 #define SIMPLEQ_HEAD(name, type) \ argument
294 struct name { \
368 struct name { \
372 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,) argument
[all …]
/misc/
A Dttyslot.c48 char *name; in ttyslot() local
54 name = __alloca (buflen); in ttyslot()
58 if (__ttyname_r (cnt, name, buflen) == 0) { in ttyslot()
59 if ((p = strrchr (name, '/'))) in ttyslot()
62 p = name; in ttyslot()
A Dgetdomain.c32 getdomainname (char *name, size_t len) in getdomainname() argument
41 memcpy (name, u.domainname, MIN (u_len + 1, len)); in getdomainname()
48 getdomainname (char *name, size_t len) in getdomainname() argument
A Dmakedev.c25 #define OUT_OF_LINE_IMPL_TEMPL(rtype, name, proto) \ argument
26 rtype __gnu_dev_##name proto
A Dacct.c25 acct (const char *name) in acct() argument
A Dsetdomain.c24 setdomainname (const char *name, size_t len) in setdomainname() argument
A Dsethostname.c24 sethostname (const char *name, size_t len) in sethostname() argument
A Dgethostname.c25 __gethostname (char *name, size_t len) in __gethostname() argument
A Dtst-efgcvt-template.c112 output_error (const char *name, FLOAT value, int ndigit, in output_error() argument
118 name, value, ndigit); in output_error()
128 output_r_error (const char *name, FLOAT value, int ndigit, in output_r_error() argument
134 name, value, ndigit); in output_r_error()
143 test (testcase tests[], efcvt_func efcvt, const char *name) in test() argument
155 output_error (name, tests[no].value, tests[no].ndigit, in test()
164 test_r (testcase tests[], efcvt_r_func efcvt_r, const char *name) in test_r() argument
179 output_r_error (name, tests[no].value, tests[no].ndigit, in test_r()
A Difunc-impl-list.c27 (const char *name __attribute__ ((unused)), in __libc_ifunc_impl_list() argument
A Dfstab.c64 getfsspec (const char *name) in getfsspec() argument
73 if (strcmp (m->mnt_fsname, name) == 0) in getfsspec()
80 getfsfile (const char *name) in getfsfile() argument
89 if (strcmp (m->mnt_dir, name) == 0) in getfsfile()
A DVersions12 # variables in normal name space
15 # variables in normal name space
/misc/bits/
A Dstab.def21 /* Global variable. Only the name is significant.
25 /* Function name for BSD Fortran. Only the name is significant.
29 /* Function name or text-segment variable for C. Value is its address.
41 /* Name of main routine. Only the name is significant.
93 /* GNU C++ exception variable. Name is variable name. */
95 /* Modula2 info "for imc": name,,0,0,0 according to Ultrix V4.0. */
117 In an object file, only the name is significant.
129 /* End of an include file. No name.
157 /* Begin named common block. Only the name is significant. */
160 /* End named common block. Only the name is significant
[all …]

Completed in 28 milliseconds