/sysdeps/unix/sysv/linux/ |
A D | setipv4sourcefilter.c | 35 size_t needed = IP_MSFILTER_SIZE (numsrc); in setipv4sourcefilter() local 36 int use_alloca = __libc_use_alloca (needed); in setipv4sourcefilter() 40 imsf = (struct ip_msfilter *) alloca (needed); in setipv4sourcefilter() 43 imsf = (struct ip_msfilter *) malloc (needed); in setipv4sourcefilter() 54 int result = __setsockopt (s, SOL_IP, IP_MSFILTER, imsf, needed); in setipv4sourcefilter()
|
A D | getipv4sourcefilter.c | 35 socklen_t needed = IP_MSFILTER_SIZE (*numsrc); in getipv4sourcefilter() local 36 int use_alloca = __libc_use_alloca (needed); in getipv4sourcefilter() 40 imsf = (struct ip_msfilter *) alloca (needed); in getipv4sourcefilter() 43 imsf = (struct ip_msfilter *) malloc (needed); in getipv4sourcefilter() 52 int result = __getsockopt (s, SOL_IP, IP_MSFILTER, imsf, &needed); in getipv4sourcefilter()
|
A D | setsourcefilter.c | 36 size_t needed = GROUP_FILTER_SIZE (numsrc); in setsourcefilter() local 37 int use_alloca = __libc_use_alloca (needed); in setsourcefilter() 41 gf = (struct group_filter *) alloca (needed); in setsourcefilter() 44 gf = (struct group_filter *) malloc (needed); in setsourcefilter() 64 result = __setsockopt (s, sol, MCAST_MSFILTER, gf, needed); in setsourcefilter()
|
A D | getsourcefilter.c | 97 socklen_t needed = GROUP_FILTER_SIZE (*numsrc); in getsourcefilter() local 98 int use_alloca = __libc_use_alloca (needed); in getsourcefilter() 102 gf = (struct group_filter *) alloca (needed); in getsourcefilter() 105 gf = (struct group_filter *) malloc (needed); in getsourcefilter() 124 result = __getsockopt (s, sol, MCAST_MSFILTER, gf, &needed); in getsourcefilter()
|
A D | getlogin_r.c | 90 size_t needed = strlen (pwd.pw_name) + 1; in __getlogin_r_loginuid() local 91 if (needed > namesize) in __getlogin_r_loginuid() 98 memcpy (name, pwd.pw_name, needed); in __getlogin_r_loginuid()
|
A D | ttyname_r.c | 61 size_t needed = _D_EXACT_NAMLEN (d) + 1; in getttyname_r() local 63 if (needed > buflen) in getttyname_r() 71 cp = __stpncpy (buf + devlen, d->d_name, needed); in getttyname_r()
|
A D | Versions | 85 # needed in other libraries.
|
/sysdeps/pthread/ |
A D | tst-basic7.c | 11 static void use_stack (size_t needed); 16 use_stack (size_t needed) in use_stack() argument 22 if (needed > sz) in use_stack() 23 use_stack_ptr (needed - sz); in use_stack()
|
/sysdeps/unix/ |
A D | getlogin_r.c | 82 size_t needed = __strnlen (ut->ut_user, UT_NAMESIZE) + 1; in __getlogin_r() local 84 if (needed > name_len) in __getlogin_r() 91 memcpy (name, ut->ut_user, needed - 1); in __getlogin_r() 92 name[needed - 1] = 0; in __getlogin_r()
|
/sysdeps/posix/ |
A D | ttyname_r.c | 60 size_t needed = _D_EXACT_NAMLEN (d) + 1; in getttyname_r() local 62 if (needed > buflen) in getttyname_r() 70 cp = __stpncpy (&buf[sizeof (dev)], d->d_name, needed); in getttyname_r()
|
/sysdeps/mips/ |
A D | preconfigure | 20 # $config_machine is not really needed here but the slash after 21 # $machine is needed by the case statement in
|
/sysdeps/powerpc/powerpc32/ |
A D | dl-trampoline.S | 131 # Don't clobber the caller's LRSAVE, it is needed by _mcount.
|
/sysdeps/i386/ |
A D | configure.ac | 52 AC_MSG_ERROR([linker support for static PIE needed])
|
A D | configure | 82 as_fn_error $? "linker support for static PIE needed" "$LINENO" 5
|
/sysdeps/s390/ |
A D | configure.ac | 30 …ritic_missing The used GCC has no support for __builtin_tbegin, which is needed for lock-elision o…
|
A D | configure | 39 …ritic_missing The used GCC has no support for __builtin_tbegin, which is needed for lock-elision o…
|
/sysdeps/s390/s390-32/ |
A D | dl-trampoline.h | 199 cfi_offset (r2, R2_OFF) # + r6 needed as arg for
|
/sysdeps/s390/s390-64/ |
A D | dl-trampoline.h | 202 cfi_offset (r2, R2_OFF) # + r6 needed as arg for
|
/sysdeps/alpha/ |
A D | stxncpy.S | 144 beq t0, stxncpy_aligned # avoid loading dest word if not needed
|
/sysdeps/alpha/alphaev6/ |
A D | stxncpy.S | 167 beq t0, stxncpy_aligned # U : avoid loading dest word if not needed
|
/sysdeps/x86_64/ |
A D | dl-trampoline.h | 255 mov 48(%rbx), %RDX_LP # Load return address if needed.
|