Home
last modified time | relevance | path

Searched refs:fct (Results 1 – 25 of 59) sorted by relevance

123

/glibc-2.36/string/
Dtest-ffs.c40 #define TEST(fct, type) \ in do_test() argument
41 try (#fct, 0, fct ((type) 0), 0); \ in do_test()
43 try (#fct, 1ll << i, fct (((type) 1) << i), i + 1); \ in do_test()
45 try (#fct, (~((type) 0) >> i) << i, fct ((~((type) 0) >> i) << i), i + 1);\ in do_test()
46 try (#fct, 0x80008000, fct ((type) 0x80008000), 16) in do_test()
/glibc-2.36/nss/
Dgetnssent_r.c60 } fct; in __nss_setent() local
76 no_more = setup (func_name, lookup_fct, &fct.ptr, nip, in __nss_setent()
84 status = DL_CALL_FCT (fct.f, (*stayopen_tmp)); in __nss_setent()
86 status = DL_CALL_FCT (fct.f, (0)); in __nss_setent()
98 no_more = __nss_next2 (nip, func_name, NULL, &fct.ptr, status, 0); in __nss_setent()
120 } fct; in __nss_endent() local
135 no_more = setup (func_name, lookup_fct, &fct.ptr, nip, startp, 1); in __nss_endent()
139 DL_CALL_FCT (fct.f, ()); in __nss_endent()
145 no_more = __nss_next2 (nip, func_name, NULL, &fct.ptr, 0, 1); in __nss_endent()
166 } fct; in __nss_getent_r() local
[all …]
/glibc-2.36/inet/
Dhtontest.c25 # define TEST(orig, swapped, fct) \ argument
26 if ((fct (orig)) != (orig)) { \
27 printf ("Failed for %s -> %#x\n", #fct "(" #orig ")", fct (orig)); \
31 # define TEST(orig, swapped, fct) \ argument
32 if ((fct (orig)) != (swapped)) { \
33 printf ("Failed for %s -> %#x\n", #fct "(" #orig ")", fct (orig)); \
Dgetnetgrent_r.c92 } fct; in __internal_setnetgrent_reuse() local
100 int no_more = setup (&fct.ptr, &datap->nip); in __internal_setnetgrent_reuse()
106 status = DL_CALL_FCT (*fct.f, (group, datap)); in __internal_setnetgrent_reuse()
109 no_more = __nss_next2 (&datap->nip, "setnetgrent", NULL, &fct.ptr, in __internal_setnetgrent_reuse()
235 enum nss_status (*fct) (struct __netgrent *, char *, size_t, int *); in __internal_getnetgrent_r() local
251 fct = nscd_getnetgrent; in __internal_getnetgrent_r()
255 fct = __nss_lookup_function (datap->nip, "getnetgrent_r"); in __internal_getnetgrent_r()
256 no_more = fct == NULL; in __internal_getnetgrent_r()
261 status = DL_CALL_FCT (*fct, (datap, buffer, buflen, &errno)); in __internal_getnetgrent_r()
284 fct = __nss_lookup_function (datap->nip, "getnetgrent_r"); in __internal_getnetgrent_r()
[all …]
Dether_hton.c37 } fct; in ether_hostton() local
42 no_more = __nss_ethers_lookup2 (&nip, "gethostton_r", NULL, &fct.ptr); in ether_hostton()
48 status = (*fct.f) (hostname, &etherent, buffer, sizeof buffer, &errno); in ether_hostton()
50 no_more = __nss_next2 (&nip, "gethostton_r", NULL, &fct.ptr, status, 0); in ether_hostton()
Dether_ntoh.c38 } fct; in ether_ntohost() local
43 no_more = __nss_ethers_lookup2 (&nip, "getntohost_r", NULL, &fct.ptr); in ether_ntohost()
49 status = (*fct.f) (addr, &etherent, buffer, sizeof buffer, &errno); in ether_ntohost()
51 no_more = __nss_next2 (&nip, "getntohost_r", NULL, &fct.ptr, status, 0); in ether_ntohost()
/glibc-2.36/sunrpc/
Dpublickey.c41 } fct; in getpublickey() local
45 no_more = __nss_publickey_lookup2 (&nip, "getpublickey", NULL, &fct.ptr); in getpublickey()
49 status = (*fct.f) (name, key, &errno); in getpublickey()
51 no_more = __nss_next2 (&nip, "getpublickey", NULL, &fct.ptr, status, 0); in getpublickey()
67 } fct; in libc_hidden_nolink_sunrpc() local
71 no_more = __nss_publickey_lookup2 (&nip, "getsecretkey", NULL, &fct.ptr); in libc_hidden_nolink_sunrpc()
75 status = (*fct.f) (name, key, passwd, &errno); in libc_hidden_nolink_sunrpc()
77 no_more = __nss_next2 (&nip, "getsecretkey", NULL, &fct.ptr, status, 0); in libc_hidden_nolink_sunrpc()
Dnetname.c152 } fct; in netname2user() local
156 no_more = __nss_publickey_lookup2 (&nip, "netname2user", NULL, &fct.ptr); in netname2user()
160 status = (*fct.f) (netname, uidp, gidp, gidlenp, gidlist); in netname2user()
162 no_more = __nss_next2 (&nip, "netname2user", NULL, &fct.ptr, status, 0); in netname2user()
/glibc-2.36/debug/
Dxtrace.sh74 fct=$1
83 printf '%-20s %-*s %6s\n' $fct $width $file $line
160 while read fct; do
162 if test "$fct" != '??' -a "$file" != '??:0'; then
163 format_line "$fct" "$file"
180 while read fct; do
182 if test "$fct" != '??' -a "$file" != '??:0'; then
183 format_line "$fct" "$file"
/glibc-2.36/libio/
Diofwide.c126 __gconv_fct fct = gs->__fct; in __libio_codecvt_out() local
129 PTR_DEMANGLE (fct); in __libio_codecvt_out()
132 status = DL_CALL_FCT (fct, in __libio_codecvt_out()
178 __gconv_fct fct = gs->__fct; in __libio_codecvt_in() local
181 PTR_DEMANGLE (fct); in __libio_codecvt_in()
184 status = DL_CALL_FCT (fct, in __libio_codecvt_in()
245 __gconv_fct fct = gs->__fct; in __libio_codecvt_length() local
248 PTR_DEMANGLE (fct); in __libio_codecvt_length()
251 DL_CALL_FCT (fct, in __libio_codecvt_length()
/glibc-2.36/misc/sys/
Dcdefs.h81 # define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct argument
82 # define __NTHNL(fct) __attribute__ ((__nothrow__)) fct argument
91 # define __NTH(fct) __LEAF_ATTR fct __THROW argument
92 # define __NTHNL(fct) fct __THROW argument
96 # define __NTH(fct) fct argument
97 # define __NTHNL(fct) fct argument
112 # define __NTH(fct) fct argument
/glibc-2.36/iconv/
Dskeleton.c154 # define DL_CALL_FCT(fct, args) fct args argument
383 #define SINGLE(fct) SINGLE2 (fct) argument
384 #define SINGLE2(fct) fct##_single argument
401 __gconv_fct fct = NULL; in FUNCTION_NAME() local
406 fct = next_step->__fct; in FUNCTION_NAME()
409 PTR_DEMANGLE (fct); in FUNCTION_NAME()
460 result = DL_CALL_FCT (fct, (next_step, next_data, in FUNCTION_NAME()
485 status = DL_CALL_FCT (fct, (next_step, next_data, NULL, in FUNCTION_NAME()
501 status = DL_CALL_FCT (fct, (next_step, next_data, NULL, NULL, in FUNCTION_NAME()
675 result = DL_CALL_FCT (fct, (next_step, next_data, &outerr, in FUNCTION_NAME()
Dgconv.c48 __gconv_fct fct = cd->__steps->__fct; in __gconv() local
51 PTR_DEMANGLE (fct); in __gconv()
57 result = DL_CALL_FCT (fct, in __gconv()
77 result = DL_CALL_FCT (fct, in __gconv()
Dgconv_builtin.c32 __gconv_fct fct; member
46 .fct = Fct, \
71 step->__fct = map[cnt].fct; in __gconv_get_builtin_trans()
Dgconv_trans.c54 __gconv_fct fct = step->__fct; in __gconv_transliterate() local
57 PTR_DEMANGLE (fct); in __gconv_transliterate()
125 res = DL_CALL_FCT (fct, in __gconv_transliterate()
213 res = DL_CALL_FCT (fct, in __gconv_transliterate()
/glibc-2.36/sysdeps/i386/
Dtst-ld-sse-use.sh84 while read fct; do
85 if test "$fct" = "_dl_runtime_profile" -o "$fct" = "_dl_x86_64_restore_sse"; then
88 echo "function $fct in $f modifies xmm/ymm/zmm" >> "$tmp"
/glibc-2.36/sysdeps/unix/sysv/linux/
Dmq_notify.c45 void (*fct) (union sigval); /* The function to run. */ member
88 void (*fct) (union sigval) = data->fct; in notification_function() local
102 fct (param); in notification_function()
232 data.fct = notification->sigev_notify_function; in __mq_notify()
/glibc-2.36/wcsmbs/
Dwcrtomb.c65 __gconv_fct fct = fcts->tomb->__fct; in __wcrtomb_internal() local
68 PTR_DEMANGLE (fct); in __wcrtomb_internal()
76 status = DL_CALL_FCT (fct, (fcts->tomb, &data, NULL, NULL, in __wcrtomb_internal()
87 status = DL_CALL_FCT (fct, in __wcrtomb_internal()
Dmbsnrtowcs.c66 __gconv_fct fct = towc->__fct; in __mbsnrtowcs() local
69 PTR_DEMANGLE (fct); in __mbsnrtowcs()
88 status = DL_CALL_FCT (fct, (towc, &data, &inbuf, srcend, NULL, in __mbsnrtowcs()
108 status = DL_CALL_FCT (fct, in __mbsnrtowcs()
Dwcsnrtombs.c64 __gconv_fct fct = tomb->__fct; in __wcsnrtombs() local
67 PTR_DEMANGLE (fct); in __wcsnrtombs()
88 status = DL_CALL_FCT (fct, (tomb, &data, &inbuf, in __wcsnrtombs()
112 status = DL_CALL_FCT (fct, (tomb, &data, (const unsigned char **) src, in __wcsnrtombs()
Dwcsrtombs.c56 __gconv_fct fct = tomb->__fct; in __wcsrtombs() local
59 PTR_DEMANGLE (fct); in __wcsrtombs()
81 status = DL_CALL_FCT (fct, (tomb, &data, &inbuf, in __wcsrtombs()
109 status = DL_CALL_FCT (fct, (tomb, &data, (const unsigned char **) src, in __wcsrtombs()
Dmbsrtowcs_l.c60 __gconv_fct fct = towc->__fct; in __mbsrtowcs_l() local
63 PTR_DEMANGLE (fct); in __mbsrtowcs_l()
83 status = DL_CALL_FCT (fct, (towc, &data, &inbuf, srcend, NULL, in __mbsrtowcs_l()
117 status = DL_CALL_FCT (fct, (towc, &data, &srcp, srcend, NULL, in __mbsrtowcs_l()
Dwctob.c65 __gconv_fct fct = fcts->tomb->__fct; in wctob() local
68 PTR_DEMANGLE (fct); in wctob()
70 status = DL_CALL_FCT (fct, in wctob()
/glibc-2.36/elf/
Dtst-dlmopen1.c60 int (*fct) (Lmid_t) = dlsym (h, "foo"); in do_test() local
61 if (fct == NULL) in do_test()
67 if (fct (ns) != 0) in do_test()
Dloadtest.c116 int (*fct) (int); in main() local
126 fct = dlsym (testobjs[index].handle, tests[nr].fname); in main()
127 if (fct == NULL) in main()
132 fct (10); in main()

123