HomeSort by relevance Sort by last modified time
    Searched refs:TAILQ_CONCAT (Results 1 - 6 of 6) sorted by null

  /external/dhcpcd-6.8.2/compat/
queue.h 164 #ifndef TAILQ_CONCAT
165 #define TAILQ_CONCAT(head1, head2, field) do { \
173 #endif /* !TAILQ_CONCAT */
  /external/dhcpcd-6.8.2/
configure 726 if [ -z "$TAILQ_CONCAT" ]; then
727 printf "Testing for TAILQ_CONCAT ..."
731 #ifndef TAILQ_CONCAT
732 #error TAILQ_CONCAT
738 TAILQ_CONCAT=yes
741 TAILQ_CONCAT=no
743 echo "$TAILQ_CONCAT"
767 if [ "$TAILQ_FOREACH_SAFE" = no -o "$TAILQ_CONCAT" = no ]; then
if.c 720 TAILQ_CONCAT(ctx->ifaces, &sorted, next);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
queue.h 445 #define TAILQ_CONCAT(head1, head2, field) do { \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
queue.h 445 #define TAILQ_CONCAT(head1, head2, field) do { \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
queue.h 445 #define TAILQ_CONCAT(head1, head2, field) do { \

Completed in 1072 milliseconds