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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
strdup.c 0 /* strdup() replacement (from stdwin, if you must know) */
6 strdup(const char *str) function
  /external/python/cpython2/Python/
strdup.c 0 /* strdup() replacement (from stdwin, if you must know) */
6 strdup(const char *str) function
  /external/syslinux/com32/lib/
strdup.c 2 * strdup.c
8 char *strdup(const char *s) function
  /external/bison/m4/
strdup.m4 0 # strdup.m4 serial 13
12 AC_CHECK_FUNCS_ONCE([strdup])
13 AC_CHECK_DECLS_ONCE([strdup])
23 AC_CHECK_FUNCS_ONCE([strdup])
29 AC_CHECK_DECLS_ONCE([strdup])
35 # Prerequisites of lib/strdup.c.
  /external/valgrind/none/tests/
coolo_strlen.c 6 char *b2 = strdup(strcat(buffer, "THis is a very long strings"));
  /external/clang/test/Analysis/
redefined_system.c 12 char strdup();
16 return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi();
  /external/compiler-rt/test/msan/
c-strdup.c 6 // Test that strdup in C programs is intercepted.
7 // GLibC headers translate strdup to __strdup at -O1 and higher.
13 char *p = strdup(buf);
  /external/clang/test/Parser/
objc-boxing.m 9 extern char *strdup(const char *str);
16 return @(strdup("boxed dynamic string"));
  /toolchain/binutils/binutils-2.25/libiberty/
strdup.c 3 @deftypefn Supplemental char* strdup (const char *@var{s})
20 strdup(const char *s) function
  /external/clang/test/Sema/
builtins-gnu-mode.c 8 int strdup; variable
  /external/libogg/macos/compat/
strdup.c 6 char *strdup(const char *inStr) function
  /external/libogg/macos/compat/sys/
types.h 21 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __S (…)
  /external/libvorbis/macos/compat/
strdup.c 6 char *strdup(const char *inStr) function
  /external/libvorbis/macos/compat/sys/
types.h 21 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __S (…)
  /system/tools/hidl/c2hal/
c2hal_l.ll 75 yylval->str = strdup(yytext); \
112 \/\*([^*]|\*+[^*\/])*\*+\/ { last_comment = strdup(yytext); }
134 <INCLUDE_STATE>{PATH} { yylval->str = strdup(yytext); return INCLUDE_FILE; }
139 functionText = strdup(yytext);
152 yylval->str = strdup(functionText.c_str());
161 yylval->str = strdup(yytext);
173 yylval->str = strdup(defineText.c_str());
177 "using" { BEGIN(COPY_DECL_STATE); otherText = strdup(yytext); }
178 "#"{S}*{L}+ { BEGIN(COPY_DECL_STATE); otherText = strdup(yytext); }
186 yylval->str = strdup(otherText.c_str())
    [all...]
  /external/curl/tests/data/
test558 44 MEM strdup.c: realloc()
45 MEM strdup.c: realloc()
  /external/libchrome/base/strings/
string_util_posix.h 20 inline char* strdup(const char* str) { function in namespace:base
21 return ::strdup(str);
  /external/selinux/libselinux/src/
setrans_client.c 302 *rawp = strdup(trans);
307 *rawp = strdup(prev_t2r_raw);
314 *rawp = strdup(trans);
316 prev_t2r_trans = strdup(trans);
319 prev_t2r_raw = strdup(*rawp);
344 *transp = strdup(raw);
349 *transp = strdup(prev_r2t_trans);
356 *transp = strdup(raw);
358 prev_r2t_raw = strdup(raw);
361 prev_r2t_trans = strdup(*transp)
    [all...]
  /external/bison/lib/
strdup.c 30 # undef strdup macro
34 # define __strdup strdup
53 weak_alias (__strdup, strdup)
  /external/clang/test/SemaCXX/
__try.cpp 10 const char * strdup(const char *);
19 Exception(const char* s = "Unknown"){what = strdup(s); }
20 Exception(const Exception& e ){what = strdup(e.what); }
  /external/libmojo/mojo/public/c/test_support/
test_support.h 39 // rv[0] = strdup("a");
40 // rv[1] = strdup("b");
41 // rv[2] = strdup("c");
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 42 dup = strdup( string + 1);
75 \* yylval.string = strdup(yytext); return WILDCARD;
76 [0-9]+\.[0-9]+\.[0-9]+\.[0-9]+ yylval.string = strdup(yytext); return DOTTED_DECIMAL_ADDRESS;
78 [a-zA-Z0-9]+(\.[a-zA-Z0-9]+)* yylval.string = strdup(yytext); return HOSTNAME;
79 [a-zA-Z0-9\.]+([a-zA-Z0-9\.]+)* yylval.string = strdup(yytext); return DOMAINNAME;
  /frameworks/av/media/mtp/
MtpDeviceInfo.cpp 71 mVendorExtensionDesc = strdup((const char *)string);
87 mManufacturer = strdup((const char *)string);
90 mModel = strdup((const char *)string);
93 mVersion = strdup((const char *)string);
96 mSerial = strdup((const char *)string);
  /external/curl/tests/unit/
unit1304.c 32 password = strdup("");
33 login = strdup("");
68 login = strdup("me");
82 login = strdup("me");
97 login = strdup("admi");
112 login = strdup("adminn");
127 login = strdup("");
142 password = strdup("");
157 password = strdup("");
160 login = strdup("");
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/string/
strdup.c 1 /* $OpenBSD: strdup.c,v 1.7 2015/08/31 02:53:57 guenther Exp $ */
39 strdup(const char *str) function
50 DEF_WEAK(strdup); variable

Completed in 289 milliseconds

1 2 3 4 5 6 7 8 91011>>