Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 100) sorted by relevance

1234

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Dpure.cc32 # define writestr(str) write(2, str, sizeof(str) - 1) argument
40 # define writestr(str) std::fputs(str, stderr) argument
43 # define writestr(str) /* Empty */ argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Dpure.cc32 # define writestr(str) write(2, str, sizeof(str) - 1) argument
40 # define writestr(str) std::fputs(str, stderr) argument
43 # define writestr(str) /* Empty */ argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Dpure.cc32 # define writestr(str) write(2, str, sizeof(str) - 1) argument
40 # define writestr(str) std::fputs(str, stderr) argument
43 # define writestr(str) /* Empty */ argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Dpure.cc32 # define writestr(str) write(2, str, sizeof(str) - 1) argument
40 # define writestr(str) std::fputs(str, stderr) argument
43 # define writestr(str) /* Empty */ argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Dpure.cc32 # define writestr(str) write(2, str, sizeof(str) - 1) argument
40 # define writestr(str) std::fputs(str, stderr) argument
43 # define writestr(str) /* Empty */ argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Dpure.cc32 # define writestr(str) write(2, str, sizeof(str) - 1) argument
40 # define writestr(str) std::fputs(str, stderr) argument
43 # define writestr(str) /* Empty */ argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Dpure.cc32 # define writestr(str) write(2, str, sizeof(str) - 1) argument
40 # define writestr(str) std::fputs(str, stderr) argument
43 # define writestr(str) /* Empty */ argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Dpure.cc32 # define writestr(str) write(2, str, sizeof(str) - 1) argument
40 # define writestr(str) std::fputs(str, stderr) argument
43 # define writestr(str) /* Empty */ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/
A Dtst-langinfo.c28 const char *str; member
112 map_paramstr (const char *str) in map_paramstr()
136 # define REASON(str) printf ("\"%s\" ignored: %s\n", buf, str) argument
138 # define REASON(str) argument
A Dbug-iconv-trans.c10 const char str[] = "�������"; in main() local
A Dtst-xlocale2.c39 static const char str[] = "0123456789abcdef ABCDEF ghijklmnopqrstuvwxyz������"; variable
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dheap_debug.c47 __heap_dump (struct heap_free_area *heap, const char *str) in __heap_dump()
70 const char *str, char *fmt, ...) in __heap_check_failure()
95 __heap_check (struct heap_free_area *heap, const char *str) in __heap_check()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/avr32/
A Dstrlen.S11 #define str r12 macro
/l4re-core-master/cxx/lib/util/include/
A Dstring.h36 String(char const *str = "") : _str(str) in _str() argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fnmatch/
A Dfnmatch_loop.c245 CHAR str[CHAR_CLASS_MAX_LENGTH + 1]; in FCT() local
313 UCHAR str[1]; in FCT() local
465 char str[c1]; in FCT() local
468 # define str (startp + 1) in FCT() macro
685 char str[c1]; in FCT() local
688 # define str (startp + 1) in FCT() macro
1026 CHAR str[0]; in EXT() member
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dtst-fnmatch.c36 int str_isalpha(const char *str) in str_isalpha()
44 int str_has_funk(const char *str, const char x) in str_has_funk()
271 convert_flags (const char *str) in convert_flags()
395 escape (const char *str, size_t *reslenp, char **resbufp) in escape()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A Dstrlen.c27 size_t strlen (const char *str) in strlen()
A Dstrnlen.c30 size_t strnlen (const char *str, size_t maxlen) in strnlen()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dzconf.l49 static void append_string(const char *str, int size) in append_string()
63 static void alloc_string(const char *str, int size) in alloc_string()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/hppa/
A Dpt-machine.h42 #define str(s) #s macro
/l4re-core-master/l4util/lib/src/
A Dkip.c27 l4util_kip_kernel_has_feature(l4_kernel_info_t *k, const char *str) in l4util_kip_kernel_has_feature()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/
A Dsysdep-cancel.h29 # define DASHDASHPFX(str) .__##str argument
31 # define DASHDASHPFX(str) __##str argument
/l4re-core-master/lua/lib/contrib/src/
A Dlstring.c43 unsigned int luaS_hash (const char *str, size_t l, unsigned int seed) { in luaS_hash()
188 static TString *internshrstr (lua_State *L, const char *str, size_t l) { in internshrstr()
221 TString *luaS_newlstr (lua_State *L, const char *str, size_t l) { in luaS_newlstr()
241 TString *luaS_new (lua_State *L, const char *str) { in luaS_new()
/l4re-core-master/cxx/lib/be/kdebug/
A Diostream.cc36 void KdbgIOBackend::write(char const *str, unsigned len) in write()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ia64/
A Dmemchr.S55 #define str in0 macro

Completed in 30 milliseconds

1234