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

  /system/core/toolbox/grep/
grep.h 48 #define getstr(n) errstr[n] macro
53 #define getstr(n) catgets(catalog, 1, n, errstr[n]) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 185 #ifdef getstr
186 inline int UNDEF(getstr)(char *_str) { return getstr(_str); } function
187 #undef getstr macro
188 #define getstr UNDEF(getstr) macro
878 int getstr(char* str, int n=-1) { function in class:NCursesWindow
884 int getstr(int y, int x, char* str, int n=-1) { function in class:NCursesWindow
886 // Move the cursor to the requested position and then perform the getstr()
    [all...]
curses.h 570 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1029 #define getstr macro
    [all...]
ncurses.h 570 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1029 #define getstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 185 #ifdef getstr
186 inline int UNDEF(getstr)(char *_str) { return getstr(_str); } function
187 #undef getstr macro
188 #define getstr UNDEF(getstr) macro
878 int getstr(char* str, int n=-1) { function in class:NCursesWindow
884 int getstr(int y, int x, char* str, int n=-1) { function in class:NCursesWindow
886 // Move the cursor to the requested position and then perform the getstr()
    [all...]
curses.h 570 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1029 #define getstr macro
    [all...]
ncurses.h 570 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1029 #define getstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 185 #ifdef getstr
186 inline int UNDEF(getstr)(char *_str) { return getstr(_str); } function
187 #undef getstr macro
188 #define getstr UNDEF(getstr) macro
878 int getstr(char* str, int n=-1) { function in class:NCursesWindow
884 int getstr(int y, int x, char* str, int n=-1) { function in class:NCursesWindow
886 // Move the cursor to the requested position and then perform the getstr()
    [all...]
curses.h 570 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1029 #define getstr macro
    [all...]
ncurses.h 570 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1029 #define getstr macro
    [all...]

Completed in 125 milliseconds