Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 255) sorted by relevance

1234567891011

/glibc-2.36/iconv/
Dgconv_dl.c68 struct __gconv_loaded_object *found; in __gconv_find_shlib() local
86 found = malloc (sizeof (struct __gconv_loaded_object) + namelen); in __gconv_find_shlib()
87 if (found != NULL) in __gconv_find_shlib()
90 found->name = (char *) memcpy (found + 1, name, namelen); in __gconv_find_shlib()
91 found->counter = -TRIES_BEFORE_UNLOAD - 1; in __gconv_find_shlib()
92 found->handle = NULL; in __gconv_find_shlib()
94 if (__builtin_expect (__tsearch (found, &loaded, known_compare) in __gconv_find_shlib()
98 free (found); in __gconv_find_shlib()
99 found = NULL; in __gconv_find_shlib()
104 found = *(struct __gconv_loaded_object **) keyp; in __gconv_find_shlib()
[all …]
/glibc-2.36/sysdeps/alpha/
Dmemchr.c40 word t, current, found, mask, offset; in __memchr() local
72 found = find (current, c) & ~mask; in __memchr()
73 if (unlikely (found)) in __memchr()
90 found = find (current, c); in __memchr()
91 if (found) in __memchr()
109 found = find (current, c); \ in __memchr()
110 if (unlikely (found)) \ in __memchr()
115 found = find (current, c); \ in __memchr()
116 if (unlikely (found)) \ in __memchr()
144 found = find (current, c); in __memchr()
[all …]
/glibc-2.36/intl/
Dtst-gettext.c254 const char *found = gettext (msgs[cnt].msgid); in positive_gettext_test() local
256 if (found == NULL in positive_gettext_test()
258 && strcmp (found, msgs[cnt].msgstr) != 0)) in positive_gettext_test()
263 msgs[cnt].msgid, found, msgs[cnt].msgstr); in positive_gettext_test()
280 const char *found = gettext (msgs[cnt].msgid); in negative_gettext_test() local
282 if (found != msgs[cnt].msgid) in negative_gettext_test()
302 const char *found = dgettext (domain, msgs[cnt].msgid); in positive_dgettext_test() local
304 if (found == NULL in positive_dgettext_test()
306 && strcmp (found, msgs[cnt].msgstr) != 0)) in positive_dgettext_test()
311 domain, msgs[cnt].msgid, found, msgs[cnt].msgstr); in positive_dgettext_test()
[all …]
/glibc-2.36/nscd/
Dnscd_netgroup.c64 struct datahead *found = __nscd_cache_search (GETNETGRENT, group, in __nscd_setnetgrent() local
67 if (found != NULL) in __nscd_setnetgrent()
69 respdata = (char *) (&found->data[0].netgroupdata + 1); in __nscd_setnetgrent()
70 netgroup_resp = found->data[0].netgroupdata; in __nscd_setnetgrent()
94 if (netgroup_resp.found == 1) in __nscd_setnetgrent()
126 if (__glibc_unlikely (netgroup_resp.found == -1)) in __nscd_setnetgrent()
218 struct datahead *found = __nscd_cache_search (INNETGR, key, in __nscd_innetgr() local
221 if (found != NULL) in __nscd_innetgr()
223 innetgroup_resp = found->data[0].innetgroupdata; in __nscd_innetgr()
246 if (innetgroup_resp.found == 1) in __nscd_innetgr()
[all …]
Dnscd_initgroups.c55 struct datahead *found = __nscd_cache_search (INITGROUPS, user, in __nscd_getgrouplist() local
58 if (found != NULL) in __nscd_getgrouplist()
60 respdata = (char *) (&found->data[0].initgrdata + 1); in __nscd_getgrouplist()
61 initgr_resp = found->data[0].initgrdata; in __nscd_getgrouplist()
62 char *recend = (char *) found->data + found->recsize; in __nscd_getgrouplist()
91 if (initgr_resp.found == 1) in __nscd_getgrouplist()
132 if (__glibc_unlikely (initgr_resp.found == -1)) in __nscd_getgrouplist()
Dnscd_getai.c75 struct datahead *found = __nscd_cache_search (GETAI, key, keylen, in __nscd_getai() local
77 if (found != NULL) in __nscd_getai()
79 respdata = (char *) (&found->data[0].aidata + 1); in __nscd_getai()
80 ai_resp = found->data[0].aidata; in __nscd_getai()
81 recend = (const char *) found->data + found->recsize; in __nscd_getai()
106 if (ai_resp.found == 1) in __nscd_getai()
173 if (__glibc_unlikely (ai_resp.found == -1)) in __nscd_getai()
Dnscd_getpw_r.c102 struct datahead *found = __nscd_cache_search (type, key, keylen, mapped, in nscd_getpw_r() local
104 if (found != NULL) in nscd_getpw_r()
106 pw_name = (const char *) (&found->data[0].pwdata + 1); in nscd_getpw_r()
107 pw_resp = found->data[0].pwdata; in nscd_getpw_r()
108 recend = (const char *) found->data + found->recsize; in nscd_getpw_r()
134 if (__glibc_unlikely (pw_resp.found == -1)) in nscd_getpw_r()
141 if (pw_resp.found == 1) in nscd_getpw_r()
Dnscd_getgr_r.c107 struct datahead *found = __nscd_cache_search (type, key, keylen, mapped, in nscd_getgr_r() local
109 if (found != NULL) in nscd_getgr_r()
111 len = (const uint32_t *) (&found->data[0].grdata + 1); in nscd_getgr_r()
112 gr_resp = found->data[0].grdata; in nscd_getgr_r()
116 recend = (const char *) found->data + found->recsize; in nscd_getgr_r()
145 if (__glibc_unlikely (gr_resp.found == -1)) in nscd_getgr_r()
152 if (gr_resp.found == 1) in nscd_getgr_r()
Dnscd-client.h93 int32_t found; member
109 int32_t found; member
122 int32_t found; member
137 int32_t found; member
158 int32_t found; member
168 int32_t found; member
181 int32_t found; member
189 int32_t found; member
Dnscd_getserv_r.c118 struct datahead *found = __nscd_cache_search (type, key, keylen, mapped, in nscd_getserv_r() local
121 if (found != NULL) in nscd_getserv_r()
123 s_name = (char *) (&found->data[0].servdata + 1); in nscd_getserv_r()
124 serv_resp = found->data[0].servdata; in nscd_getserv_r()
130 recend = (const char *) found->data + found->recsize; in nscd_getserv_r()
191 if (__glibc_unlikely (serv_resp.found == -1)) in nscd_getserv_r()
198 if (serv_resp.found == 1) in nscd_getserv_r()
/glibc-2.36/iconvdata/
Deuc-jp.c151 size_t found; \
160 found = ucs4_to_jisx0201 (ch, outptr + 1); \
161 if (found != __UNKNOWN_10646_CHAR) \
170 found = ucs4_to_jisx0208 (ch, outptr, 2); \
172 if (found != __UNKNOWN_10646_CHAR) \
181 found = ucs4_to_jisx0212 (ch, outptr + 1, \
184 if (__builtin_expect (found, 1) == 0) \
190 else if (__builtin_expect (found, 0) != __UNKNOWN_10646_CHAR) \
Deuc-tw.c139 size_t found; \
141 found = ucs4_to_cns11643l1 (ch, outptr, outend - outptr); \
142 if (__builtin_expect (found, 1) == 0) \
148 if (__builtin_expect (found, 1) != __UNKNOWN_10646_CHAR) \
158 found = ucs4_to_cns11643 (ch, outptr + 1, outend - outptr - 1); \
159 if (__builtin_expect (found, 1) == 0) \
165 if (__builtin_expect (found, 0) == __UNKNOWN_10646_CHAR) \
/glibc-2.36/posix/
Dbug-regex5.c10 int32_t table_size, idx, i, found; in main() local
38 found = 0; in main()
48 ++found; in main()
51 if (found == 0) in main()
56 else if (found != 6) in main()
58 printf ("expected 6 collating elements, found %d\n", found); in main()
Dtst-spawn5.c72 _Bool found; in handle_restart() member
77 fds[i].found = false; in handle_restart()
108 bool found = false; in handle_restart() local
111 fds[i].found = found = true; in handle_restart()
113 if (!found) in handle_restart()
123 if (!fds[i].found) in handle_restart()
/glibc-2.36/nis/
Dnis_findserv.c78 int found = -1; in __nis_findfastest_with_timeout() local
169 while (found == -1) { in __nis_findfastest_with_timeout()
182 found = 1; in __nis_findfastest_with_timeout()
197 return found; in __nis_findfastest_with_timeout()
205 long int found = -1; in __nis_findfastest() local
210 found = __nis_findfastest_with_timeout (bind, &timeout); in __nis_findfastest()
211 if (found != -1) in __nis_findfastest()
216 return found; in __nis_findfastest()
/glibc-2.36/sysdeps/arm/armv6/
Dstrrchr.S62 mov r2, #0 @ No found bits yet
66 @ the word to r0, and the found bits to r2.
93 mov r4, r5 @ Overwrite first word C found
94 mov r6, r7 @ Overwrite first word EOS found
96 @ Found EOS. Zap found C after EOS.
100 rev r6, r6 @ Byte swap found EOS,
101 rev r4, r4 @ ... this found C
102 rev r2, r2 @ ... prev found C
118 @ Adjust the result pointer if we found a word containing C.
/glibc-2.36/dlfcn/
Dtst-dlinfo-phdr.c37 bool found; /* True if l->l_addr has been found. */ member
48 TEST_VERIFY (!args->found); in dlip_callback()
49 args->found = true; in dlip_callback()
103 .found = false, in do_test()
106 TEST_VERIFY (args.found); in do_test()
/glibc-2.36/string/
Dstrrchr.c30 const char *found, *p; in STRRCHR() local
39 found = NULL; in STRRCHR()
42 found = p; in STRRCHR()
46 return (char *) found; in STRRCHR()
/glibc-2.36/elf/
Dneededtest.c15 int *found = NULL; in check_loaded_objects() local
23 found = (int *) alloca (sizeof (int) * n); in check_loaded_objects()
24 memset (found, 0, sizeof (int) * n); in check_loaded_objects()
40 found[n] = 1; in check_loaded_objects()
56 if (found[n] == 0) in check_loaded_objects()
Dneededtest2.c15 int *found = NULL; in check_loaded_objects() local
23 found = (int *) alloca (sizeof (int) * n); in check_loaded_objects()
24 memset (found, 0, sizeof (int) * n); in check_loaded_objects()
40 found[n] = 1; in check_loaded_objects()
56 if (found[n] == 0) in check_loaded_objects()
Dneededtest3.c15 int *found = NULL; in check_loaded_objects() local
23 found = (int *) alloca (sizeof (int) * n); in check_loaded_objects()
24 memset (found, 0, sizeof (int) * n); in check_loaded_objects()
40 found[n] = 1; in check_loaded_objects()
56 if (found[n] == 0) in check_loaded_objects()
Dcircleload1.c15 int *found = NULL; in check_loaded_objects() local
23 found = (int *) alloca (sizeof (int) * n); in check_loaded_objects()
24 memset (found, 0, sizeof (int) * n); in check_loaded_objects()
40 found[n] = 1; in check_loaded_objects()
56 if (found[n] == 0) in check_loaded_objects()
Dneededtest4.c15 int *found = NULL; in check_loaded_objects() local
23 found = (int *) alloca (sizeof (int) * n); in check_loaded_objects()
24 memset (found, 0, sizeof (int) * n); in check_loaded_objects()
40 found[n] = 1; in check_loaded_objects()
56 if (found[n] == 0) in check_loaded_objects()
/glibc-2.36/hesiod/nss_hesiod/
Dhesiod-proto.c67 int found; in lookup() local
85 found = 0; in lookup()
109 found = 1; in lookup()
113 while (*item != NULL && !found); in lookup()
118 if (found == 0) in lookup()
Dhesiod-service.c68 int found; in lookup() local
86 found = 0; in lookup()
110 found = protocol == NULL || strcasecmp (serv->s_proto, protocol) == 0; in lookup()
114 while (*item != NULL && !found); in lookup()
119 if (found == 0) in lookup()

1234567891011