Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 25 of 32) sorted by relevance

12

/glibc-2.36/sunrpc/
Dclnt_tcp.c358 u_long ul; in clnttcp_control() local
390 ul = ntohl (ui32); in clnttcp_control()
391 memcpy (info, &ul, sizeof (ul)); in clnttcp_control()
395 memcpy (&ul, info, sizeof (ul)); in clnttcp_control()
396 ui32 = htonl (ul - 1); in clnttcp_control()
408 ul = ntohl (ui32); in clnttcp_control()
409 memcpy (info, &ul, sizeof (ul)); in clnttcp_control()
412 memcpy (&ul, info, sizeof (ul)); in clnttcp_control()
413 ui32 = htonl (ul); in clnttcp_control()
424 ul = ntohl (ui32); in clnttcp_control()
[all …]
Dclnt_unix.c334 u_long ul; in clntunix_control() local
364 ul = ntohl (ui32); in clntunix_control()
365 memcpy (info, &ul, sizeof (ul)); in clntunix_control()
369 memcpy (&ul, info, sizeof (ul)); in clntunix_control()
370 ui32 = htonl (ul - 1); in clntunix_control()
382 ul = ntohl (ui32); in clntunix_control()
383 memcpy (info, &ul, sizeof (ul)); in clntunix_control()
386 memcpy (&ul, info, sizeof (ul)); in clntunix_control()
387 ui32 = htonl (ul); in clntunix_control()
398 ul = ntohl (ui32); in clntunix_control()
[all …]
Dclnt_udp.c556 u_long ul; in clntudp_control() local
592 ul = ntohl (ui32); in clntudp_control()
593 memcpy (info, &ul, sizeof (ul)); in clntudp_control()
597 memcpy (&ul, info, sizeof (ul)); in clntudp_control()
598 ui32 = htonl (ul - 1); in clntudp_control()
610 ul = ntohl (ui32); in clntudp_control()
611 memcpy (info, &ul, sizeof (ul)); in clntudp_control()
614 memcpy (&ul, info, sizeof (ul)); in clntudp_control()
615 ui32 = htonl (ul); in clntudp_control()
626 ul = ntohl (ui32); in clntudp_control()
[all …]
/glibc-2.36/shadow/
Dsgetspent_r.c49 result->sp_flag = ~0ul;
68 result->sp_flag = ~0ul;
80 (unsigned long int), ~0ul)
82 result->sp_flag = ~0ul;
Dtst-shadow.c16 { (char *) "nine", (char *) "pwdnine", 81, 82, 83, 84, 85, 86, ~0ul },
Dlckpwdf.c116 new_act.sa_flags = 0ul; in __lckpwdf()
Dputspent.c84 if (p->sp_flag != ~0ul in putspent()
/glibc-2.36/string/
Dstrcoll_l.c82 if (backw_stop != ~0ul) in get_next_seq()
92 backw_stop = ~0ul; in get_next_seq()
151 backw_stop = ~0ul; in get_next_seq()
316 seq1.backw_stop = ~0ul; in STRCOLL()
317 seq1.backw = ~0ul; in STRCOLL()
319 seq2.backw_stop = ~0ul; in STRCOLL()
320 seq2.backw = ~0ul; in STRCOLL()
Dstrxfrm_l.c418 size_t backw_stop = ~0ul; in do_xfrm_cached()
433 if (backw_stop != ~0ul) in do_xfrm_cached()
454 backw_stop = ~0ul; in do_xfrm_cached()
472 if (backw_stop == ~0ul) in do_xfrm_cached()
480 if (backw_stop != ~0ul) in do_xfrm_cached()
517 if (backw_stop != ~0ul) in do_xfrm_cached()
556 backw_stop = ~0ul; in do_xfrm_cached()
595 if (backw_stop == ~0ul) in do_xfrm_cached()
602 if (backw_stop != ~0ul) in do_xfrm_cached()
/glibc-2.36/resolv/
Dinet_addr.c133 unsigned long ul = strtoul (cp, &endp, 0); in inet_aton_end() local
134 if (ul == ULONG_MAX && errno == ERANGE) in inet_aton_end()
136 if (ul > 0xfffffffful) in inet_aton_end()
138 val = ul; in inet_aton_end()
/glibc-2.36/stdlib/
Dtst-strtoll.c355 unsigned long long int ul; in do_test() local
358 ul = strtoull (lt->str, &ep, lt->base); in do_test()
362 if (ul == lt->expect && *ep == lt->left && save_errno == lt->err) in do_test()
367 if (ul != lt->expect) in do_test()
369 ul, lt->expect); in do_test()
Dtst-strtol.c580 unsigned long int ul; in do_test() local
583 ul = strtoul (lt->str, &ep, lt->base); in do_test()
587 if (ul == lt->expect && *ep == lt->left && save_errno == lt->err) in do_test()
592 if (ul != lt->expect) in do_test()
594 ul, lt->expect); in do_test()
Dl64a.c43 if (m == 0ul) in l64a()
47 for (cnt = 0; m > 0ul; ++cnt) in l64a()
Dtst-strtol-locale-main.c63 TEST (loc, s, i, ul, unsigned long int, "%lu"); in test_one_locale()
69 TEST (loc, s, i, ul, unsigned long int, "%lu"); in test_one_locale()
Da64l.c41 unsigned long int result = 0ul; in a64l()
Dmsort.c193 phys_pages = (long int) (~0ul >> 1); in __qsort_r()
/glibc-2.36/stdio-common/
D_itoa.c121 /* 2 */ {SEL1(0ul) 1, 1, {0, 31, 0x80000000ul SEL2(0xfffffffful)}},
123 /* 4 */ {SEL1(0ul) 1, 2, {1, 15, 0x40000000ul SEL2(0xfffffffful)}},
127 /* 8 */ {SEL1(0ul) 1, 3, {1, 10, 0x40000000ul SEL2(0xfffffffful)}},
135 /* 16 */ {SEL1(0ul) 1, 4, {3, 7, 0x10000000ul SEL2(0xfffffffful)}},
151 /* 32 */ {SEL1(0ul) 1, 5, {1, 6, 0x40000000ul SEL2(0xfffffffful)}},
Dvfscanf-internal.c322 unsigned long int ul; in __vfwscanf_internal() member
1865 num.ul = __strtoul_internal in __vfwscanf_internal()
1884 *ARG (signed char *) = (signed char) num.ul; in __vfwscanf_internal()
1891 *ARG (unsigned long int *) = num.ul; in __vfwscanf_internal()
1894 = (unsigned short int) num.ul; in __vfwscanf_internal()
1896 *ARG (unsigned int *) = (unsigned int) num.ul; in __vfwscanf_internal()
1898 *ARG (unsigned char *) = (unsigned char) num.ul; in __vfwscanf_internal()
/glibc-2.36/scripts/
Ddocumented.sh48 <ul>
53 </ul>
/glibc-2.36/malloc/
Darena.c486 unsigned long ul; in alloc_new_heap() local
523 ul = p2 - p1; in alloc_new_heap()
524 if (ul) in alloc_new_heap()
525 __munmap (p1, ul); in alloc_new_heap()
528 __munmap (p2 + max_size, max_size - ul); in alloc_new_heap()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dsigset-cvt-mask.h32 *ptr++ = 0ul; in sigset_set_old_mask()
/glibc-2.36/nss/nss_compat/
Dcompat-spwd.c109 pwd->sp_flag = ~0ul; in give_spwd_free()
154 if (src->sp_flag != ~0ul) in copy_spwd_changes()
403 pwd.sp_flag = ~0ul; in getspnam_plususer()
/glibc-2.36/localedata/locales/
Dtk_TM294 % July => Iýul
307 "I<U00FD>ul";/
/glibc-2.36/benchtests/strcoll-inputs/
Dlorem_ipsum#pl_PL.UTF-813 …dolescenś moderatius has ei. Eam congue śołeat repudiańdae ei, eos legimuś ulłamćorper ei. Singuli…
Dlorem_ipsum#pt_PT.UTF-837 …Eu eos pàuló vitáe corrumpít, ei útinâm délicátã quo. Êú scripta ãliquandô ius. Córpõrá scàêvólà t…

12