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

  /external/syslinux/gpxe/src/include/
curses.h 251 //extern int getnstr ( char *, int );
563 static inline int getnstr ( char *str, int n ) { function
  /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 2223 milliseconds