HomeSort by relevance Sort by last modified time
    Searched defs:getstr (Results 1 - 10 of 10) sorted by null

  /external/strace/tests/
strace-V.test 11 getstr() function
34 config_year=$(getstr COPYRIGHT_YEAR)
60 $(getstr PACKAGE_NAME) -- version $(getstr PACKAGE_VERSION)
61 Copyright (c) 1991-${config_year} The strace developers <$(getstr PACKAGE_URL)>.
  /external/strace/tests-m32/
strace-V.test 11 getstr() function
34 config_year=$(getstr COPYRIGHT_YEAR)
60 $(getstr PACKAGE_NAME) -- version $(getstr PACKAGE_VERSION)
61 Copyright (c) 1991-${config_year} The strace developers <$(getstr PACKAGE_URL)>.
  /external/strace/tests-mx32/
strace-V.test 11 getstr() function
34 config_year=$(getstr COPYRIGHT_YEAR)
60 $(getstr PACKAGE_NAME) -- version $(getstr PACKAGE_VERSION)
61 Copyright (c) 1991-${config_year} The strace developers <$(getstr PACKAGE_URL)>.
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 44 #define getstr(n) errstr[n] macro
49 #define getstr(n) catgets(catalog, 1, n, errstr[n]) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 422 #define getstr(ts) cast(const char *, (ts) + 1) macro
425 #define svalue(o) getstr(rawtsvalue(o))
  /external/syslinux/com32/lua/src/
lobject.h 422 #define getstr(ts) cast(const char *, (ts) + 1) macro
425 #define svalue(o) getstr(rawtsvalue(o))
  /external/syslinux/gpxe/src/include/
curses.h 252 //extern int getstr ( char * );
567 static inline int getstr ( char *str ) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 246 #ifdef getstr
247 inline int UNDEF(getstr)(char *_str) { return getstr(_str); } function
248 #undef getstr macro
249 #define getstr UNDEF(getstr) macro
953 int getstr(char* str, int n=-1) { function in class:NCursesWindow
959 int getstr(int y, int x, char* str, int n=-1) { function in class:NCursesWindow
961 // Move the cursor to the requested position and then perform the getstr()
    [all...]
curses.h 602 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1188 #define getstr macro
    [all...]
ncurses.h 602 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1188 #define getstr macro
    [all...]

Completed in 410 milliseconds