HomeSort by relevance Sort by last modified time
    Searched refs:TAILQ_FIRST (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/openssh/
sftp-client.c 1107 for (req = TAILQ_FIRST(&requests);
1185 if (TAILQ_FIRST(&requests) != NULL)
    [all...]
ssh-pkcs11.c 135 while ((p = TAILQ_FIRST(&pkcs11_providers)) != NULL) {
  /bionic/libc/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /development/ndk/platforms/android-3/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /external/ipsec-tools/src/racoon/
remoteconf.c 386 for (p = TAILQ_FIRST(&rmtree); p; p = next) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
queue.h 441 #define TAILQ_FIRST(head) ((head)->tqh_first)

Completed in 1590 milliseconds

12 3 4