HomeSort by relevance Sort by last modified time
    Searched full:argz (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
argz.h 41 ARGZ, and the total length in LEN. If a memory allocation error occurs,
49 STRING, returning it in ARGZ, and the total length in LEN. If a
59 /* Returns the number of strings in ARGZ. */
65 /* Puts pointers to each string in ARGZ into ARGV, which must be large enough
72 /* Make '\0' separated arg vector ARGZ printable by converting all the '\0's
77 /* Append BUF, of length BUF_LEN to the argz vector in ARGZ & ARGZ_LEN. */
87 /* Append STR to the argz vector in ARGZ & ARGZ_LEN. */
95 /* Append SEP separated list in STRING to the argz vector in ARGZ
    [all...]
envz.h 27 /* Envz's are argz's too, and should be created etc., using the same
29 #include <argz.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
argz.h 41 ARGZ, and the total length in LEN. If a memory allocation error occurs,
49 STRING, returning it in ARGZ, and the total length in LEN. If a
59 /* Returns the number of strings in ARGZ. */
65 /* Puts pointers to each string in ARGZ into ARGV, which must be large enough
72 /* Make '\0' separated arg vector ARGZ printable by converting all the '\0's
77 /* Append BUF, of length BUF_LEN to the argz vector in ARGZ & ARGZ_LEN. */
87 /* Append STR to the argz vector in ARGZ & ARGZ_LEN. */
95 /* Append SEP separated list in STRING to the argz vector in ARGZ
    [all...]
envz.h 27 /* Envz's are argz's too, and should be created etc., using the same
29 #include <argz.h>
  /external/e2fsprogs/intl/
l10nflist.c 33 # include <argz.h>
87 /* Returns the number of strings in ARGZ. */
89 argz_count__ (const char *argz, size_t len)
94 size_t part_len = strlen (argz);
95 argz += part_len + 1;
102 # define __argz_count(argz, len) argz_count__ (argz, len)
105 # define __argz_count(argz, len) INTUSE(__argz_count) (argz, len)
110 /* Make '\0' separated arg vector ARGZ printable by converting all the '\0'
    [all...]
loadinfo.h 90 DIRLIST and DIRLIST_LEN are an argz list of directories in which to
  /external/valgrind/main/VEX/priv/
host_generic_maddf.c 100 Float* argX, Float* argY, Float* argZ )
104 *res = *argX * *argY + *argZ;
114 u.d = temp + (Double) *argZ;
132 Double* argX, Double* argY, Double* argZ )
136 *res = *argX * *argY + *argZ;
138 Double x = *argX, y = *argY, z = *argZ;
host_amd64_isel.c     [all...]
  /external/compiler-rt/test/msan/Linux/
xattr.cc 5 #include <argz.h>
  /external/qemu-pc-bios/bochs/
ltdlconf.h.in 62 /* Define if you have the <argz.h> header file. */
  /external/oprofile/libpopt/
config.h 22 /* Define to 1 if you have the <argz.h> header file. */
  /external/bison/
TODO 30 <built-in>:0: fatal error: opening dependency file .deps/libltdl/argz.Tpo: No such file or directory
  /external/e2fsprogs/lib/
config.h.in 49 /* Define to 1 if you have the <argz.h> header file. */
  /external/libexif/auto-m4/
gettext.m4 382 AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
  /external/llvm/device/include/llvm/Config/
config.h 34 /* Define to 1 if you have the <argz.h> header file. */
  /external/llvm/host/include/llvm/Config/
config.h 34 /* Define to 1 if you have the <argz.h> header file. */
  /ndk/sources/host-tools/make-3.81/config/
gettext.m4 382 AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
  /external/llvm/patches/
0002-Add-basic-Android-configuration.patch 256 +/* Define to 1 if you have the <argz.h> header file. */
    [all...]
  /external/e2fsprogs/
aclocal.m4 405 AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
    [all...]
configure     [all...]
  /external/chromium_org/third_party/opus/src/
ltmain.sh     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libedit/
ltmain.sh     [all...]
  /external/libexif/
ltmain.sh     [all...]
  /external/libopus/
ltmain.sh     [all...]

Completed in 966 milliseconds

1 2