HomeSort by relevance Sort by last modified time
    Searched defs:strdup (Results 26 - 42 of 42) sorted by null

12

  /external/qemu/slirp-android/
misc.c 111 (*ex_ptr)->ex_exec = (do_pty == 3) ? exec : strdup(exec);
307 bptr = strdup(ex); /* No need to free() this */
321 argv[i++] = strdup(curarg);
373 strdup(const char* str) function
580 bptr1 = bptr2 = strdup(format);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h 1317 # define strdup macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1317 # define strdup macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1317 # define strdup macro
    [all...]
  /external/zlib/src/contrib/untgz/
untgz.c 33 # define strdup(str) _strdup(str) macro
260 item->fname = strdup(fname);
330 char *buffer = strdup(newdir);
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 244 # undef strdup macro
245 # define strdup(str) __strdup (str) macro
827 pglob->gl_pathv[pglob->gl_pathc] = strdup (dirname);
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c 1064 #undef strdup macro
1065 #define strdup MYstrdup macro
1088 new->name = strdup(name);
1094 new->value = strdup(value);
1327 * strdup()'ed.
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 719 #undef strdup macro
720 #pragma GCC poison calloc strdup
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 719 #undef strdup macro
720 #pragma GCC poison calloc strdup
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 719 #undef strdup macro
720 #pragma GCC poison calloc strdup
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 719 #undef strdup macro
720 #pragma GCC poison calloc strdup
  /external/chromium/third_party/libevent/
http.c 95 #define strdup _strdup macro
1035 if ((evcon->bind_address = strdup(address)) == NULL)
1036 event_err(1, "%s: strdup", __func__);
1245 if ((req->response_code_line = strdup(readable)) == NULL)
1246 event_err(1, "%s: strdup", __func__);
1296 if ((req->uri = strdup(uri)) == NULL) {
    [all...]
evdns.c 148 #define strdup _strdup macro
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 2244 Char* VG_(strdup) ( HChar* cc, const Char* s ) function
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 74 #define strdup rep_strdup macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 522 /// char *strdup(const char *s1);
523 strdup, enumerator in enum:llvm::LibFunc::Func
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1469 milliseconds

12