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

  /external/elfutils/src/
ldlex.l 295 size_t idlen = 0;
309 && (idlen == 0 || c < '0' || c > '9'))
315 if (idlen == idmax)
318 id = memcpy (newp, id, idlen);
321 id[idlen++] = c;
326 if (idlen == 6 && strncmp (id, "SHARED", 6) == 0)
  /bionic/libc/kernel/uapi/linux/
adfs_fs.h 28 __u8 idlen; member in struct:adfs_discrecord
  /external/kernel-headers/original/uapi/linux/
adfs_fs.h 16 __u8 idlen; member in struct:adfs_discrecord
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
adfs_fs.h 15 __u8 idlen; member in struct:adfs_discrecord
  /toolchain/binutils/binutils-2.27/include/vms/
lbr.h 327 unsigned char idlen; member in struct:vms_leh
  /external/ppp/pppd/
ipv6cp.c 585 int idlen = CILEN_IFACEID; \
586 if (len >= idlen) { \
588 PUTCHAR(idlen, ucp); \
590 len -= idlen; \
643 int idlen = CILEN_IFACEID; \
644 if ((len -= idlen) < 0) \
648 if (cilen != idlen || \
    [all...]
  /external/libjpeg-turbo/
rdtarga.c 339 int idlen, cmaptype, subtype, flags, interlace_type, components; local
353 idlen = UCH(targaheader[0]);
447 while (idlen--) /* Throw away ID field */
  /external/ipsec-tools/src/racoon/
oakley.c 1941 int idlen, type; local
    [all...]
  /external/freetype/builds/amiga/
smakefile 80 SCFLAGS = optimize opttime optsched strmerge data=faronly idlen=50 cpu=$(CPU)\
  /external/wpa_supplicant_8/hostapd/
config_file.c 2272 size_t idlen = os_strlen(pos); local
    [all...]

Completed in 474 milliseconds