Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 25 of 145) sorted by relevance

123456

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-basic7.c11 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()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/
A Dxfrm-test.c63 int needed; in main() local
86 needed = strxfrm (NULL, line, 0); in main()
87 newp = malloc (needed + 1); in main()
88 strxfrm (newp, line, needed + 1); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Dreadsoname2.c15 char *needed; in readsonameXX() local
103 needed = in readsonameXX()
108 soname = xstrdup(needed); in readsonameXX()
111 if (strcmp(needed, needed_tab[j].soname) in readsonameXX()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DDESIGN-barrier.txt12 - current barrier count, # of threads still needed.
15 - number of threads needed for the barrier to continue.
A DTODO-testing11 some more tests needed
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Dsha256-crypt.c310 int needed = (sizeof (sha256_salt_prefix) - 1 in __sha256_crypt() local
314 if (buflen < needed) in __sha256_crypt()
316 char *new_buffer = (char *) realloc (buffer, needed); in __sha256_crypt()
321 buflen = needed; in __sha256_crypt()
A Dsha512-crypt.c323 int needed = (sizeof (sha512_salt_prefix) - 1 in __sha512_crypt() local
327 if (buflen < needed) in __sha512_crypt()
329 char *new_buffer = (char *) realloc (buffer, needed); in __sha512_crypt()
334 buflen = needed; in __sha512_crypt()
/l4re-core-master/uclibc/lib/contrib/uclibc/librt/
A Dmq_timedreceive.S3 #error Missing definition of NR_timedreceive needed for cancellation.
A Dmq_timedsend.S3 #error Missing definition of NR_timedsend needed for cancellation.
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Daccept.S3 #error Missing definition of NR_accept needed for cancellation.
A Dpt-connect.S3 #error Missing definition of NR_connect needed for cancellation.
A Dpt-recv.S3 #error Missing definition of NR_recv needed for cancellation.
A Dpt-recvfrom.S3 #error Missing definition of NR_recvfrom needed for cancellation.
A Dpt-recvmsg.S3 #error Missing definition of NR_recvmsg needed for cancellation.
A Dpt-send.S3 #error Missing definition of NR_send needed for cancellation.
A Dpt-sendmsg.S3 #error Missing definition of NR_sendmsg needed for cancellation.
A Dpt-sendto.S3 #error Missing definition of NR_sendto needed for cancellation.
A Drecv.S3 #error Missing definition of NR_recv needed for cancellation.
A Drecvfrom.S3 #error Missing definition of NR_recvfrom needed for cancellation.
A Drecvmsg.S3 #error Missing definition of NR_recvmsg needed for cancellation.
A Dconnect.S3 #error Missing definition of NR_connect needed for cancellation.
A Dpt-accept.S3 #error Missing definition of NR_accept needed for cancellation.
A Dsend.S3 #error Missing definition of NR_send needed for cancellation.
A Dsendmsg.S3 #error Missing definition of NR_sendmsg needed for cancellation.
A Dsendto.S3 #error Missing definition of NR_sendto needed for cancellation.

Completed in 24 milliseconds

123456