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

  /external/gptfdisk/
gptcurses.cc 363 getnstr(temp, NAME_SIZE );
381 getnstr(temp, 79);
441 getnstr(inLine, 79);
452 getnstr(inLine, 79);
478 getnstr(inLine, 79);
506 getnstr(inLine, 79);
519 getnstr(inLine, 79);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 234 #ifdef getnstr
235 inline int UNDEF(getnstr)(char *_str, int n) { return getnstr(_str, n); } function
236 #undef getnstr macro
237 #define getnstr UNDEF(getnstr) macro
    [all...]
curses.h 582 extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */
1064 #define getnstr macro
    [all...]
ncurses.h 582 extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */
1064 #define getnstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 234 #ifdef getnstr
235 inline int UNDEF(getnstr)(char *_str, int n) { return getnstr(_str, n); } function
236 #undef getnstr macro
237 #define getnstr UNDEF(getnstr) macro
    [all...]
curses.h 601 extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */
1087 #define getnstr macro
    [all...]
ncurses.h 601 extern NCURSES_EXPORT(int) getnstr (char *, int); /* generated */
1087 #define getnstr macro
    [all...]

Completed in 149 milliseconds