Home
last modified time | relevance | path

Searched defs:getstr (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/strace/tests-mx32/
H A Dstrace-V.test11 getstr() function
/aosp_15_r20/external/strace/tests-m32/
H A Dstrace-V.test11 getstr() function
/aosp_15_r20/external/strace/tests/
H A Dstrace-V.test11 getstr() function
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dgetstr.c215 int getstr(char *str) in getstr() function
/aosp_15_r20/external/curl/src/
H A Dtool_getparam.c55 static ParameterError getstr(char **str, const char *val, bool allowblank) in getstr() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dcursesw.h247 inline int UNDEF(getstr)(char *_str) { return getstr(_str); } in UNDEF() argument
249 #define getstr UNDEF(getstr) macro
Dcurses.h1188 #define getstr(str) wgetstr(stdscr,str) macro
Dncurses.h1188 #define getstr(str) wgetstr(stdscr,str) macro
/aosp_15_r20/external/lua/src/
H A Dlobject.h379 #define getstr(ts) ((ts)->contents) macro
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/
H A Dcurses.h1019 #define getstr(str) wgetstr(stdscr,str) macro