/titanic_51/usr/src/lib/libc/port/stdio/ |
H A D | __extensions.c | 42 __freading(FILE *stream) in __freading() argument 53 __fwriting(FILE *stream) in __fwriting() argument 62 __freadable(FILE *stream) in __freadable() argument 71 __fwritable(FILE * stream) __fwritable() argument 80 __flbf(FILE * stream) __flbf() argument 89 __fpurge(FILE * stream) __fpurge() argument 103 __fpending(FILE * stream) __fpending() argument 118 __fbufsize(FILE * stream) __fbufsize() argument [all...] |
H A D | fpos.c | 38 fgetpos(FILE *stream, fpos_t *pos) in fgetpos() argument 46 fsetpos(FILE *stream, const fpos_t *pos) in fsetpos() argument
|
H A D | getw.c | 50 getw(FILE *stream) in getw() argument
|
H A D | putw.c | 49 putw(int w, FILE *stream) in putw() argument
|
/titanic_51/usr/src/stand/lib/sa/ |
H A D | stdio.c | 50 fcheck(FILE *stream, int flags) in fcheck() argument 61 fclose(FILE *stream) in fclose() argument 74 feof(FILE *stream) in feof() argument 83 ferror(FILE * stream) ferror() argument 92 clearerr(FILE * stream) clearerr() argument 98 fflush(FILE * stream) fflush() argument 108 fgets(char * s,int n,FILE * stream) fgets() argument 151 FILE *stream; fopen() local 219 fprintf(FILE * stream,const char * format,...) fprintf() argument 248 fread(void * ptr,size_t size,size_t nitems,FILE * stream) fread() argument 281 fseek(FILE * stream,long offset,int whence) fseek() argument 321 ftell(FILE * stream) ftell() argument 330 fwrite(const void * ptr,size_t size,size_t nitems,FILE * stream) fwrite() argument 350 setvbuf(FILE * stream,char * buf,int type,size_t size) setvbuf() argument [all...] |
/titanic_51/usr/src/lib/libast/common/misc/ |
H A D | stk.c | 89 #define stream2stk(stream) ((stream)==stkstd? stkcur:\ argument 92 #define stkleft(stream) ((stream)->_endb-(stream)->_data) argument 144 static int stkexcept(register Sfio_t *stream, int type, void* val, Sfdisc_t* dp) in stkexcept() 216 register Sfio_t *stream; in stkopen() local 263 Sfio_t *stkinstall(Sfio_t *stream, _stk_overflow_ oflow) in stkinstall() 297 int stklink(register Sfio_t* stream) in stklink() 309 int stkclose(Sfio_t* stream) in stkclose() 323 int stkon(register Sfio_t * stream, register char* loc) in stkon() 338 char *stkset(register Sfio_t * stream, register char* loc, unsigned offset) in stkset() 393 char *stkalloc(register Sfio_t *stream, register unsigned int n) in stkalloc() [all …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | stk.c | 89 #define stream2stk(stream) ((stream)==stkstd? stkcur:\ argument 92 #define stkleft(stream) ((stream)->_endb-(stream)->_data) argument 144 static int stkexcept(register Sfio_t *stream, int type, void* val, Sfdisc_t* dp) in stkexcept() argument 216 register Sfio_t *stream; stkopen() local 263 stkinstall(Sfio_t * stream,_stk_overflow_ oflow) stkinstall() argument 297 stklink(register Sfio_t * stream) stklink() argument 309 stkclose(Sfio_t * stream) stkclose() argument 323 stkon(register Sfio_t * stream,register char * loc) stkon() argument 338 stkset(register Sfio_t * stream,register char * loc,size_t offset) stkset() argument 393 stkalloc(register Sfio_t * stream,register size_t n) stkalloc() argument 410 _stkseek(register Sfio_t * stream,register ssize_t n) _stkseek() argument 425 stkfreeze(register Sfio_t * stream,register size_t extra) stkfreeze() argument 450 stkcopy(Sfio_t * stream,const char * str) stkcopy() argument 498 stkgrow(register Sfio_t * stream,size_t size) stkgrow() argument [all...] |
/titanic_51/usr/src/lib/print/libpapi-lpd/common/ |
H A D | papi_impl.h | 54 typedef struct stream { struct 58 char *dfname; /* the stream data (if we can't stream) */ argument
|
H A D | job.c | 108 papi_job_ticket_t *job_ticket, papi_stream_t *stream) in papiJobStreamOpen() argument 169 papiJobStreamWrite(papi_service_t handle, papi_stream_t stream, in papiJobStreamWrite() argument 186 papiJobStreamClose(papi_service_t handle, papi_stream_t stream, papi_job_t *job) in papiJobStreamClose() argument [all...] |
/titanic_51/usr/src/cmd/sort/common/ |
H A D | types.h | 203 typedef struct stream { global() struct 204 s_consumerstream global() argument 205 s_previousstream global() argument 206 s_nextstream global() argument 211 s_opsstream global() argument 212 s_typestream global() argument 221 s_devstream global() argument [all...] |
/titanic_51/usr/src/cmd/sendmail/libsm/ |
H A D | exc.c | 54 sm_etype_printf(exc, stream) in sm_etype_printf() argument 157 sm_etype_os_print(exc,stream) sm_etype_os_print() argument 502 sm_exc_write(exc,stream) sm_exc_write() argument 522 sm_exc_print(exc,stream) sm_exc_print() argument [all...] |
H A D | t-smstdio.c | 24 FILE *stream; variable [all...] |
/titanic_51/usr/src/cmd/savecore/ |
H A D | savecore.c | 691 typedef struct stream { struct 692 statestream global() argument 703 strmstream global() argument 705 shstream global() argument [all...] |
/titanic_51/usr/src/cmd/mandoc/ |
H A D | manpath.c | 45 FILE *stream; in manpath_parse() local 207 FILE *stream; in manpath_manconf() local [all...] |
/titanic_51/usr/src/lib/libbc/libc/stdio/common/ |
H A D | getw.c | 36 getw(stream) in getw() argument
|
H A D | putw.c | 36 putw(w, stream) in putw() argument
|
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | vpfmt.c | 49 vpfmt(FILE *stream, long flag, const char *format, va_list args) in vpfmt() argument
|
H A D | pfmt.c | 44 pfmt(FILE *stream, long flag, const char *format, ...) in pfmt() argument
|
H A D | vlfmt.c | 47 vlfmt(FILE *stream, long flag, const char *format, va_list args) in vlfmt() argument
|
H A D | lfmt.c | 47 lfmt(FILE *stream, long flag, const char *format, ...) in lfmt() argument
|
/titanic_51/usr/src/boot/lib/libz/ |
H A D | uncompr.c | 30 z_stream stream; local [all...] |
/titanic_51/usr/src/lib/libresolv2/common/isc/ |
H A D | logging.c | 85 FILE *stream; in log_open_stream() local 162 FILE *stream; in log_close_stream() local 275 FILE *stream; log_vwrite() local 598 log_new_file_channel(unsigned int flags,int level,const char * name,FILE * stream,unsigned int versions,unsigned long max_size) log_new_file_channel() argument [all...] |
/titanic_51/usr/src/cmd/logadm/ |
H A D | kw.c | 171 FILE *stream = (FILE *)arg; in kw_printer() local 182 kw_print(FILE *stream) in kw_print() argument
|
/titanic_51/usr/src/lib/libcurses/screen/ |
H A D | iexpand.c | 113 tpr(FILE *stream, char *string) in tpr() argument
|
/titanic_51/usr/src/tools/onbld/Checks/ |
H A D | Copyright.py | 33 def err(stream, msg, fname): argument
|