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

  /system/core/toolbox/grep/
grep.c 160 fprintf(stderr, getstr(4), __progname);
161 fprintf(stderr, "%s", getstr(5));
162 fprintf(stderr, "%s", getstr(5));
163 fprintf(stderr, "%s", getstr(6));
164 fprintf(stderr, "%s", getstr(7));
452 errx(2, getstr(3), "--devices");
463 errx(2, getstr(3), "--directories");
554 printf(getstr(9), __progname, VERSION);
580 errx(2, getstr(3), "--binary-files");
600 errx(2, getstr(3), "--color")
    [all...]
grep.h 48 #define getstr(n) errstr[n] macro
53 #define getstr(n) catgets(catalog, 1, n, errstr[n]) macro
util.c 199 fn = label != NULL ? label : getstr(1);
269 printf(getstr(8), fn);
  /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 76 milliseconds