/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_wchar.h | 121 #undef fgetws 132 #define fgetws _ast_fgetws macro 185 extern __MANGLE__ wchar_t* fgetws __PROTO__((wchar_t*, int, FILE*));
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_wchar.h | 100 #undef fgetws 111 #define fgetws _ast_fgetws macro 164 extern __MANGLE__ wchar_t* fgetws __PROTO__((wchar_t*, int, FILE*));
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_wchar.h | 100 #undef fgetws 111 #define fgetws _ast_fgetws macro 164 extern __MANGLE__ wchar_t* fgetws __PROTO__((wchar_t*, int, FILE*));
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_wchar.h | 121 #undef fgetws 132 #define fgetws _ast_fgetws macro 185 extern __MANGLE__ wchar_t* fgetws __PROTO__((wchar_t*, int, FILE*));
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_wchar.h | 100 #undef fgetws 111 #define fgetws _ast_fgetws macro 164 extern __MANGLE__ wchar_t* fgetws __PROTO__((wchar_t*, int, FILE*));
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_wchar.h | 121 #undef fgetws 132 #define fgetws _ast_fgetws macro 185 extern __MANGLE__ wchar_t* fgetws __PROTO__((wchar_t*, int, FILE*));
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_wchar.h | 121 #undef fgetws 132 #define fgetws _ast_fgetws macro 185 extern __MANGLE__ wchar_t* fgetws __PROTO__((wchar_t*, int, FILE*));
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_wchar.h | 100 #undef fgetws 111 #define fgetws _ast_fgetws macro 164 extern __MANGLE__ wchar_t* fgetws __PROTO__((wchar_t*, int, FILE*));
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | wchar | 25 #undef fgetws 36 #define fgetws _ast_fgetws 88 extern wchar_t* fgetws(wchar_t*, int, FILE*);
|
/titanic_41/usr/src/head/iso/ |
H A D | wchar_iso.h | 184 #pragma redefine_extname fgetws __fgetws_xpg5 204 #define fgetws __fgetws_xpg5 macro 212 extern wchar_t *fgetws(wchar_t *_RESTRICT_KYWD, int, __FILE *_RESTRICT_KYWD);
|
/titanic_41/usr/src/cmd/sort/common/ |
H A D | streams_wide.c | 98 (void) fgetws(current_position, end_of_buffer in stream_wide_prime() 151 if (fgetws(graft_pt, dist_to_buf_end, str->s_type.BF.s_fp) == NULL) { in stream_wide_fetch() 205 if (fgetws(str->s_current.l_data.wp, dist_to_buf_end, in stream_wide_fetch_overwrite()
|
/titanic_41/usr/src/lib/libast/common/stdio/ |
H A D | fgetws.c | 27 fgetws(wchar_t* s, int n, Sfio_t* f) in fgetws() function
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | wchar | 100 #undef fgetws 111 #define fgetws _ast_fgetws 164 extern __MANGLE__ wchar_t* fgetws __PROTO__((wchar_t*, int, FILE*));
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | wchar | 100 #undef fgetws 111 #define fgetws _ast_fgetws 164 extern __MANGLE__ wchar_t* fgetws __PROTO__((wchar_t*, int, FILE*));
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | wchar | 100 #undef fgetws 111 #define fgetws _ast_fgetws 164 extern __MANGLE__ wchar_t* fgetws __PROTO__((wchar_t*, int, FILE*));
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | wchar | 100 #undef fgetws 111 #define fgetws _ast_fgetws 164 extern __MANGLE__ wchar_t* fgetws __PROTO__((wchar_t*, int, FILE*));
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | fgetws.c | 92 fgetws(wchar_t *_RESTRICT_KYWD ws, int n, FILE *_RESTRICT_KYWD fp) in fgetws() function
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | rep.cc | 103 while (fgetws(line, line_size, fp) != NULL) { in report_recursive_init() 112 if (fgetws(&line[line_index], line_size, fp) == NULL) in report_recursive_init()
|
/titanic_41/usr/src/cmd/expand/ |
H A D | unexpand.c | 108 while (fgetws(input_buf, INPUT_SIZ, stdin) != NULL) {
|
/titanic_41/usr/src/head/ |
H A D | wchar.h | 47 using std::fgetws;
|
/titanic_41/usr/src/cmd/valtools/ |
H A D | ckitem.c | 263 while (fgetws(wline, LSIZE, fp)) { in main()
|
/titanic_41/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 81 fgetws { TYPE = FUNCTION };
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 201 #define fgetws fgets macro
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk2.c | 225 if (fgetws(bp, lim, fp) == NULL) { in defrecord()
|
/titanic_41/usr/src/lib/libc/amd64/ |
H A D | Makefile | 730 fgetws.o \
|