/openbsd-src/gnu/usr.bin/perl/ |
H A D | nostdio.h | 83 # define fclose(f) _CANNOT _fclose_ argument 84 # define fflush(f) _CANNOT _fflush_ argument 86 # define freopen(p,m,f) _CANNOT _freopen_ argument 87 # define setbuf(f,b) _CANNOT _setbuf_ argument 88 # define setvbuf(f,b,x,s) _CANNOT _setvbuf_ argument 90 # define vfprintf(f,fmt,a) _CANNOT _vfprintf_ argument 91 # define fgetc(f) _CANNOT _fgetc_ argument 92 # define fgets(s,n,f) _CANNOT _fgets_ argument 93 # define fputc(c,f) _CANNOT _fputc_ argument 94 # define fputs(s,f) _CANNO argument 95 getc(f) global() argument 96 putc(c,f) global() argument 98 ungetc(c,f) global() argument 100 fread(b,s,c,f) global() argument 101 fwrite(b,s,c,f) global() argument 102 fgetpos(f,p) global() argument 103 fseek(f,o,w) global() argument 104 fsetpos(f,p) global() argument 105 ftell(f) global() argument 106 rewind(f) global() argument 107 clearerr(f) global() argument 108 feof(f) global() argument 109 ferror(f) global() argument 110 __filbuf(f) global() argument 111 __flsbuf(c,f) global() argument 112 _filbuf(f) global() argument 113 _flsbuf(c,f) global() argument 115 fileno(f) global() argument 117 flockfile(f) global() argument 118 ftrylockfile(f) global() argument 119 funlockfile(f) global() argument 121 getc_unlocked(f) global() argument 122 putc_unlocked(c,f) global() argument 124 getw(f) global() argument 125 putw(v,f) global() argument 127 pclose(f) global() argument [all...] |
H A D | fakesdio.h | 74 #define fclose(f) PerlIO_close(f) argument 75 #define fflush(f) PerlIO_flush(f) argument 77 #define vfprintf(f,fmt,a) PerlIO_vprintf(f,fmt,a) argument 78 #define fgetc(f) PerlIO_getc(f) argument 79 #define fputc(c,f) PerlIO_putc(f,c) argument 80 #define fputs(s,f) PerlIO_puts(f,s) argument 81 #define getc(f) PerlIO_getc(f) argument 82 #define getc_unlocked(f) PerlIO_getc(f) argument 83 #define putc(c,f) PerlIO_putc(f,c) argument 84 #define putc_unlocked(c,f) PerlIO_putc(c,f) argument [all …]
|
H A D | perlio.c | 56 #define PerlIO_lockcnt(f) (((PerlIOl*)(void*)(f))->head->flags) argument 59 #define Perl_PerlIO_or_Base(f, callback, base, failure, args) \ argument 72 #define Perl_PerlIO_or_fail(f, callback, failure, args) \ argument 84 #define Perl_PerlIO_or_Base_void(f, callback, base, args) \ argument 96 Perl_PerlIO_or_fail_void(f,callback,args) global() argument 205 PerlIO_apply_layers(pTHX_ PerlIO * f,const char * mode,const char * names) PerlIO_apply_layers() argument 233 PerlIO_fdupopen(pTHX_ PerlIO * f,CLONE_PARAMS * param,int flags) PerlIO_fdupopen() argument 407 VERIFY_HEAD(f) global() argument 409 PerlIO_verify_head(pTHX_ PerlIO * f) PerlIO_verify_head() argument 429 VERIFY_HEAD(f) global() argument 455 PerlIOl *f; PerlIO_allocate() local 481 PerlIO_fdupopen(pTHX_ PerlIO * f,CLONE_PARAMS * param,int flags) PerlIO_fdupopen() argument 506 PerlIOl * const f = table + i; PerlIO_cleantable() local 590 PerlIOl *f; PerlIO_clone() local 618 PerlIOl *f; PerlIO_destruct() local 645 PerlIO_pop(pTHX_ PerlIO * f) PerlIO_pop() argument 681 PerlIO_get_layers(pTHX_ PerlIO * f) PerlIO_get_layers() argument 721 PerlIO_funcs * const f = PL_known_layers->array[i].funcs; PerlIO_find_layer() local 1012 PerlIOPop_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOPop_pushed() argument 1121 PerlIO_push(pTHX_ PerlIO * f,PERLIO_FUNCS_DECL (* tab),const char * mode,SV * arg) PerlIO_push() argument 1193 PerlIOBase_binmode(pTHX_ PerlIO * f) PerlIOBase_binmode() argument 1211 PerlIORaw_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIORaw_pushed() argument 1253 PerlIO_apply_layera(pTHX_ PerlIO * f,const char * mode,PerlIO_list_t * layers,IV n,IV max) PerlIO_apply_layera() argument 1271 PerlIO_apply_layers(pTHX_ PerlIO * f,const char * mode,const char * names) PerlIO_apply_layers() argument 1295 PerlIO_binmode(pTHX_ PerlIO * f,int iotype,int mode,const char * names) PerlIO_binmode() argument 1358 PerlIO__close(pTHX_ PerlIO * f) PerlIO__close() argument 1374 Perl_PerlIO_close(pTHX_ PerlIO * f) Perl_PerlIO_close() argument 1387 Perl_PerlIO_fileno(pTHX_ PerlIO * f) Perl_PerlIO_fileno() argument 1400 PerlIO_funcs *f = PerlIO_find_layer(aTHX_ STR_WITH_LEN("scalar"), 1); PerlIO_layer_from_ref() local 1481 PerlIO_openn(pTHX_ const char * layers,const char * mode,int fd,int imode,int perm,PerlIO * f,int narg,SV ** args) PerlIO_openn() argument 1570 Perl_PerlIO_read(pTHX_ PerlIO * f,void * vbuf,Size_t count) Perl_PerlIO_read() argument 1578 Perl_PerlIO_unread(pTHX_ PerlIO * f,const void * vbuf,Size_t count) Perl_PerlIO_unread() argument 1586 Perl_PerlIO_write(pTHX_ PerlIO * f,const void * vbuf,Size_t count) Perl_PerlIO_write() argument 1594 Perl_PerlIO_seek(pTHX_ PerlIO * f,Off_t offset,int whence) Perl_PerlIO_seek() argument 1600 Perl_PerlIO_tell(pTHX_ PerlIO * f) Perl_PerlIO_tell() argument 1606 Perl_PerlIO_flush(pTHX_ PerlIO * f) Perl_PerlIO_flush() argument 1652 PerlIOl *f; PerlIOBase_flush_linebuf() local 1669 Perl_PerlIO_fill(pTHX_ PerlIO * f) Perl_PerlIO_fill() argument 1675 PerlIO_isutf8(PerlIO * f) PerlIO_isutf8() argument 1686 Perl_PerlIO_eof(pTHX_ PerlIO * f) Perl_PerlIO_eof() argument 1692 Perl_PerlIO_error(pTHX_ PerlIO * f) Perl_PerlIO_error() argument 1698 Perl_PerlIO_clearerr(pTHX_ PerlIO * f) Perl_PerlIO_clearerr() argument 1704 Perl_PerlIO_setlinebuf(pTHX_ PerlIO * f) Perl_PerlIO_setlinebuf() argument 1710 PerlIO_has_base(PerlIO * f) PerlIO_has_base() argument 1723 PerlIO_fast_gets(PerlIO * f) PerlIO_fast_gets() argument 1738 PerlIO_has_cntptr(PerlIO * f) PerlIO_has_cntptr() argument 1751 PerlIO_canset_cnt(PerlIO * f) PerlIO_canset_cnt() argument 1764 Perl_PerlIO_get_base(pTHX_ PerlIO * f) Perl_PerlIO_get_base() argument 1770 Perl_PerlIO_get_bufsiz(pTHX_ PerlIO * f) Perl_PerlIO_get_bufsiz() argument 1777 Perl_PerlIO_get_ptr(pTHX_ PerlIO * f) Perl_PerlIO_get_ptr() argument 1783 Perl_PerlIO_get_cnt(pTHX_ PerlIO * f) Perl_PerlIO_get_cnt() argument 1789 Perl_PerlIO_set_cnt(pTHX_ PerlIO * f,SSize_t cnt) Perl_PerlIO_set_cnt() argument 1795 Perl_PerlIO_set_ptrcnt(pTHX_ PerlIO * f,STDCHAR * ptr,SSize_t cnt) Perl_PerlIO_set_ptrcnt() argument 1807 PerlIOUtf8_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOUtf8_pushed() argument 1921 PerlIOBase_fileno(pTHX_ PerlIO * f) PerlIOBase_fileno() argument 1927 PerlIO_modestr(PerlIO * f,char * buf) PerlIO_modestr() argument 1960 PerlIOBase_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOBase_pushed() argument 2054 PerlIOBase_popped(pTHX_ PerlIO * f) PerlIOBase_popped() argument 2062 PerlIOBase_unread(pTHX_ PerlIO * f,const void * vbuf,Size_t count) PerlIOBase_unread() argument 2074 PerlIOBase_read(pTHX_ PerlIO * f,void * vbuf,Size_t count) PerlIOBase_read() argument 2112 PerlIOBase_noop_ok(pTHX_ PerlIO * f) PerlIOBase_noop_ok() argument 2120 PerlIOBase_noop_fail(pTHX_ PerlIO * f) PerlIOBase_noop_fail() argument 2128 PerlIOBase_close(pTHX_ PerlIO * f) PerlIOBase_close() argument 2157 PerlIOBase_eof(pTHX_ PerlIO * f) PerlIOBase_eof() argument 2167 PerlIOBase_error(pTHX_ PerlIO * f) PerlIOBase_error() argument 2177 PerlIOBase_clearerr(pTHX_ PerlIO * f) PerlIOBase_clearerr() argument 2188 PerlIOBase_setlinebuf(pTHX_ PerlIO * f) PerlIOBase_setlinebuf() argument 2217 PerlIOBase_dup(pTHX_ PerlIO * f,PerlIO * o,CLONE_PARAMS * param,int flags) PerlIOBase_dup() argument 2456 S_lockcnt_dec(pTHX_ const void * f) S_lockcnt_dec() argument 2469 S_perlio_async_run(pTHX_ PerlIO * f) S_perlio_async_run() argument 2572 PerlIOUnix_fileno(pTHX_ PerlIO * f) PerlIOUnix_fileno() argument 2579 PerlIOUnix_setfd(pTHX_ PerlIO * f,int fd,int imode) PerlIOUnix_setfd() argument 2601 PerlIOUnix_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOUnix_pushed() argument 2621 PerlIOUnix_seek(pTHX_ PerlIO * f,Off_t offset,int whence) PerlIOUnix_seek() argument 2644 PerlIOUnix_open(pTHX_ PerlIO_funcs * self,PerlIO_list_t * layers,IV n,const char * mode,int fd,int imode,int perm,PerlIO * f,int narg,SV ** args) PerlIOUnix_open() argument 2705 PerlIOUnix_dup(pTHX_ PerlIO * f,PerlIO * o,CLONE_PARAMS * param,int flags) PerlIOUnix_dup() argument 2728 PerlIOUnix_read(pTHX_ PerlIO * f,void * vbuf,Size_t count) PerlIOUnix_read() argument 2761 PerlIOUnix_write(pTHX_ PerlIO * f,const void * vbuf,Size_t count) PerlIOUnix_write() argument 2786 PerlIOUnix_tell(pTHX_ PerlIO * f) PerlIOUnix_tell() argument 2795 PerlIOUnix_close(pTHX_ PerlIO * f) PerlIOUnix_close() argument 2875 PerlIOStdio_fileno(pTHX_ PerlIO * f) PerlIOStdio_fileno() argument 2905 PerlIOStdio_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOStdio_pushed() argument 2938 PerlIO *f = NULL; PerlIO_importFILE() local 3016 PerlIOStdio_open(pTHX_ PerlIO_funcs * self,PerlIO_list_t * layers,IV n,const char * mode,int fd,int imode,int perm,PerlIO * f,int narg,SV ** args) PerlIOStdio_open() argument 3121 PerlIOStdio_dup(pTHX_ PerlIO * f,PerlIO * o,CLONE_PARAMS * param,int flags) PerlIOStdio_dup() argument 3156 PerlIOStdio_invalidate_fileno(pTHX_ FILE * f) PerlIOStdio_invalidate_fileno() argument 3231 PerlIOStdio_close(pTHX_ PerlIO * f) PerlIOStdio_close() argument 3332 PerlIOStdio_read(pTHX_ PerlIO * f,void * vbuf,Size_t count) PerlIOStdio_read() argument 3372 PerlIOStdio_unread(pTHX_ PerlIO * f,const void * vbuf,Size_t count) PerlIOStdio_unread() argument 3430 PerlIOStdio_write(pTHX_ PerlIO * f,const void * vbuf,Size_t count) PerlIOStdio_write() argument 3448 PerlIOStdio_seek(pTHX_ PerlIO * f,Off_t offset,int whence) PerlIOStdio_seek() argument 3457 PerlIOStdio_tell(pTHX_ PerlIO * f) PerlIOStdio_tell() argument 3466 PerlIOStdio_flush(pTHX_ PerlIO * f) PerlIOStdio_flush() argument 3495 PerlIOStdio_eof(pTHX_ PerlIO * f) PerlIOStdio_eof() argument 3503 PerlIOStdio_error(pTHX_ PerlIO * f) PerlIOStdio_error() argument 3511 PerlIOStdio_clearerr(pTHX_ PerlIO * f) PerlIOStdio_clearerr() argument 3519 PerlIOStdio_setlinebuf(pTHX_ PerlIO * f) PerlIOStdio_setlinebuf() argument 3532 PerlIOStdio_get_base(pTHX_ PerlIO * f) PerlIOStdio_get_base() argument 3540 PerlIOStdio_get_bufsiz(pTHX_ PerlIO * f) PerlIOStdio_get_bufsiz() argument 3550 PerlIOStdio_get_ptr(pTHX_ PerlIO * f) PerlIOStdio_get_ptr() argument 3558 PerlIOStdio_get_cnt(pTHX_ PerlIO * f) PerlIOStdio_get_cnt() argument 3566 PerlIOStdio_set_ptrcnt(pTHX_ PerlIO * f,STDCHAR * ptr,SSize_t cnt) PerlIOStdio_set_ptrcnt() argument 3617 PerlIOStdio_fill(pTHX_ PerlIO * f) PerlIOStdio_fill() argument 3732 PerlIO_exportFILE(PerlIO * f,const char * mode) PerlIO_exportFILE() argument 3770 PerlIO_findFILE(PerlIO * f) PerlIO_findFILE() argument 3799 PerlIO_releaseFILE(PerlIO * p,FILE * f) PerlIO_releaseFILE() argument 3827 PerlIOBuf_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOBuf_pushed() argument 3846 PerlIOBuf_open(pTHX_ PerlIO_funcs * self,PerlIO_list_t * layers,IV n,const char * mode,int fd,int imode,int perm,PerlIO * f,int narg,SV ** args) PerlIOBuf_open() argument 3930 PerlIOBuf_flush(pTHX_ PerlIO * f) PerlIOBuf_flush() argument 3992 PerlIOBuf_fill(pTHX_ PerlIO * f) PerlIOBuf_fill() argument 4063 PerlIOBuf_read(pTHX_ PerlIO * f,void * vbuf,Size_t count) PerlIOBuf_read() argument 4075 PerlIOBuf_unread(pTHX_ PerlIO * f,const void * vbuf,Size_t count) PerlIOBuf_unread() argument 4135 PerlIOBuf_write(pTHX_ PerlIO * f,const void * vbuf,Size_t count) PerlIOBuf_write() argument 4181 PerlIOBuf_seek(pTHX_ PerlIO * f,Off_t offset,int whence) PerlIOBuf_seek() argument 4196 PerlIOBuf_tell(pTHX_ PerlIO * f) PerlIOBuf_tell() argument 4226 PerlIOBuf_popped(pTHX_ PerlIO * f) PerlIOBuf_popped() argument 4239 PerlIOBuf_close(pTHX_ PerlIO * f) PerlIOBuf_close() argument 4252 PerlIOBuf_get_ptr(pTHX_ PerlIO * f) PerlIOBuf_get_ptr() argument 4261 PerlIOBuf_get_cnt(pTHX_ PerlIO * f) PerlIOBuf_get_cnt() argument 4272 PerlIOBuf_get_base(pTHX_ PerlIO * f) PerlIOBuf_get_base() argument 4291 PerlIOBuf_bufsiz(pTHX_ PerlIO * f) PerlIOBuf_bufsiz() argument 4300 PerlIOBuf_set_ptrcnt(pTHX_ PerlIO * f,STDCHAR * ptr,SSize_t cnt) PerlIOBuf_set_ptrcnt() argument 4315 PerlIOBuf_dup(pTHX_ PerlIO * f,PerlIO * o,CLONE_PARAMS * param,int flags) PerlIOBuf_dup() argument 4359 PerlIOPending_fill(pTHX_ PerlIO * f) PerlIOPending_fill() argument 4369 PerlIOPending_close(pTHX_ PerlIO * f) PerlIOPending_close() argument 4379 PerlIOPending_seek(pTHX_ PerlIO * f,Off_t offset,int whence) PerlIOPending_seek() argument 4390 PerlIOPending_flush(pTHX_ PerlIO * f) PerlIOPending_flush() argument 4402 PerlIOPending_set_ptrcnt(pTHX_ PerlIO * f,STDCHAR * ptr,SSize_t cnt) PerlIOPending_set_ptrcnt() argument 4413 PerlIOPending_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOPending_pushed() argument 4428 PerlIOPending_read(pTHX_ PerlIO * f,void * vbuf,Size_t count) PerlIOPending_read() argument 4504 S_inherit_utf8_flag(PerlIO * f) S_inherit_utf8_flag() argument 4515 PerlIOCrlf_pushed(pTHX_ PerlIO * f,const char * mode,SV * arg,PerlIO_funcs * tab) PerlIOCrlf_pushed() argument 4548 PerlIOCrlf_unread(pTHX_ PerlIO * f,const void * vbuf,Size_t count) PerlIOCrlf_unread() argument 4603 PerlIOCrlf_get_cnt(pTHX_ PerlIO * f) PerlIOCrlf_get_cnt() argument 4675 PerlIOCrlf_set_ptrcnt(pTHX_ PerlIO * f,STDCHAR * ptr,SSize_t cnt) PerlIOCrlf_set_ptrcnt() argument 4730 PerlIOCrlf_write(pTHX_ PerlIO * f,const void * vbuf,Size_t count) PerlIOCrlf_write() argument 4780 PerlIOCrlf_flush(pTHX_ PerlIO * f) PerlIOCrlf_flush() argument 4791 PerlIOCrlf_binmode(pTHX_ PerlIO * f) PerlIOCrlf_binmode() argument 4865 PerlIO_getname(PerlIO * f,char * buf) PerlIO_getname() argument 4915 PerlIO_reopen(const char * path,const char * mode,PerlIO * f) PerlIO_reopen() argument 4924 PerlIO_getc(PerlIO * f) PerlIO_getc() argument 4936 PerlIO_ungetc(PerlIO * f,int ch) PerlIO_ungetc() argument 4949 PerlIO_putc(PerlIO * f,int ch) PerlIO_putc() argument 4958 PerlIO_puts(PerlIO * f,const char * s) PerlIO_puts() argument 4966 PerlIO_rewind(PerlIO * f) PerlIO_rewind() argument 4975 PerlIO_vprintf(PerlIO * f,const char * fmt,va_list ap) PerlIO_vprintf() argument 4998 PerlIO_printf(PerlIO * f,const char * fmt,...) PerlIO_printf() argument 5037 PerlIO *f = NULL; PerlIO_tmpfile_flags() local 5092 Perl_PerlIO_save_errno(pTHX_ PerlIO * f) Perl_PerlIO_save_errno() argument 5108 Perl_PerlIO_restore_errno(pTHX_ PerlIO * f) Perl_PerlIO_restore_errno() argument 5164 PerlIO_setpos(PerlIO * f,SV * pos) PerlIO_setpos() argument 5181 PerlIO_setpos(PerlIO * f,SV * pos) PerlIO_setpos() argument 5204 PerlIO_getpos(PerlIO * f,SV * pos) PerlIO_getpos() argument 5214 PerlIO_getpos(PerlIO * f,SV * pos) PerlIO_getpos() argument [all...] |
/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | top.h | 210 #define ffe_set_case_intrin(f) (ffe_case_intrin_ = (f)) argument 211 #define ffe_set_case_match(f) (ffe_case_match_ = (f)) argument 212 #define ffe_set_case_source(f) (ffe_case_source_ = (f)) argument 213 #define ffe_set_case_symbol(f) (ffe_case_symbol_ = (f)) argument 221 #define ffe_set_is_90(f) (ffe_is_90_ = (f)) argument 222 #define ffe_set_is_automatic(f) (ffe_is_automatic_ = (f)) argument 223 #define ffe_set_is_backslash(f) (ffe_is_backslash_ = (f)) argument 224 #define ffe_set_is_debug_kludge(f) (ffe_is_debug_kludge_ = (f)) argument 225 #define ffe_set_is_do_internal_checks(f) (ffe_is_do_internal_checks_ = (f)) argument 226 #define ffe_set_is_dollar_ok(f) (ffe_is_dollar_ok_ = (f)) argument [all …]
|
/openbsd-src/usr.bin/sndiod/ |
H A D | sock.c | 135 ctlgroup(struct sock * f,struct ctl * c) ctlgroup() argument 147 sock_log(struct sock * f) sock_log() argument 173 sock_close(struct sock * f) sock_close() argument 228 struct sock *f = arg; sock_slot_fill() local 247 struct sock *f = arg; sock_slot_flush() local 264 struct sock *f = arg; sock_slot_eof() local 278 struct sock *f = (struct sock *)arg; sock_slot_onmove() local 297 struct sock *f = (struct sock *)arg; sock_slot_onvol() local 315 struct sock *f = arg; sock_midi_imsg() local 323 struct sock *f = arg; sock_midi_omsg() local 331 struct sock *f = arg; sock_midi_fill() local 339 struct sock *f = arg; sock_ctl_sync() local 348 struct sock *f; sock_new() local 381 struct sock *f = (struct sock *)arg; sock_exit() local 396 sock_fdwrite(struct sock * f,void * data,int count) sock_fdwrite() argument 437 sock_fdread(struct sock * f,void * data,int count) sock_fdread() argument 478 sock_rmsg(struct sock * f) sock_rmsg() argument 512 sock_wmsg(struct sock * f) sock_wmsg() argument 545 sock_rdata(struct sock * f) sock_rdata() argument 591 sock_wdata(struct sock * f) sock_wdata() argument 657 sock_setpar(struct sock * f) sock_setpar() argument 829 sock_auth(struct sock * f) sock_auth() argument 858 sock_hello(struct sock * f) sock_hello() argument 983 sock_execmsg(struct sock * f) sock_execmsg() argument 1460 sock_buildmsg(struct sock * f) sock_buildmsg() argument 1725 sock_read(struct sock * f) sock_read() argument 1779 sock_write(struct sock * f) sock_write() argument 1858 struct sock *f = arg; sock_pollfd() local 1893 struct sock *f = arg; sock_in() local 1902 struct sock *f = arg; sock_out() local 1911 struct sock *f = arg; sock_hup() local [all...] |
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | wtr-func-def-1.c | 19 void f_int1 (int f) in f_int1() 24 void f_int2 (f) in f_int2() argument 32 void f_int3 (int f) in f_int3() 42 void f_int4 (int f) in f_int4() 53 void f_int5 (f) in f_int5() argument 64 void f_int6 (f) in f_int6() argument 80 void f_int_p1 (int f) in f_int_p1() 86 void f_int_p2 (int f) in f_int_p2() 92 void f_int_p3 (f) in f_int_p3() argument 99 void f_int_p4 (f) in f_int_p4() argument [all …]
|
/openbsd-src/usr.sbin/pppd/ |
H A D | fsm.c | 68 #define PROTO_NAME(f) ((f)->callbacks->proto_name) argument 79 fsm_init(fsm *f) in fsm_init() argument 97 fsm_lowerup(f) fsm_lowerup() argument 128 fsm_lowerdown(f) fsm_lowerdown() argument 172 fsm_open(f) fsm_open() argument 213 fsm_close(f,reason) fsm_close() argument 259 fsm *f = (fsm *) arg; global() local 311 fsm_input(f,inpacket,l) fsm_input() argument 393 fsm_rconfreq(f,id,inp,len) fsm_rconfreq() argument 464 fsm_rconfack(f,id,inp,len) fsm_rconfack() argument 526 fsm_rconfnakrej(f,code,id,inp,len) fsm_rconfnakrej() argument 588 fsm_rtermreq(f,id,p,len) fsm_rtermreq() argument 627 fsm_rtermack(f) fsm_rtermack() argument 663 fsm_rcoderej(f,inp,len) fsm_rcoderej() argument 692 fsm_protreject(f) fsm_protreject() argument 742 fsm_sconfreq(f,retransmit) fsm_sconfreq() argument 795 fsm_sdata(f,code,id,data,datalen) fsm_sdata() argument [all...] |
/openbsd-src/usr.bin/mg/ |
H A D | basic.c | 30 gotobol(int f, int n) in gotobol() 46 backchar(int f, int n) in backchar() 74 gotoeol(int f, int n) in gotoeol() 90 forwchar(int f, int n) in forwchar() 118 gotobob(int f, int n) in gotobob() 142 gotoeob(int f, int n) in gotoeob() 182 forwline(int f, int n) in forwline() 225 backline(int f, int n) in backline() 303 forwpage(int f, int n) in forwpage() 346 backpage(int f, int n) in backpage() [all …]
|
H A D | util.c | 43 showcpos(int f, int n) in showcpos() 136 twiddle(int f, int n) in twiddle() 189 openline(int f, int n) in openline() 216 enewline(int f, int n) in enewline() 239 deblank(int f, int n) in deblank() 262 justone(int f, int n) in justone() 275 delwhite(int f, int n) in delwhite() 303 delleadwhite(int f, int n) in delleadwhite() 329 deltrailwhite(int f, int n) in deltrailwhite() 373 lfindent(int f, int n) in lfindent() [all …]
|
H A D | window.c | 46 reposition(int f, int n) in reposition() 69 redraw(int f, int n) in redraw() 75 do_redraw(int f, int n, int force) in do_redraw() 110 nextwind(int f, int n) in nextwind() 128 prevwind(int f, int n) in prevwind() 151 onlywind(int f, int n) in onlywind() 205 splitwind(int f, int n) in splitwind() 295 enlargewind(int f, int n) in enlargewind() 346 shrinkwind(int f, int n) in shrinkwind() 401 delwind(int f, int n) in delwind()
|
/openbsd-src/usr.sbin/npppd/npppd/ |
H A D | fsm.c | 81 #define PROTO_NAME(f) ((f)->callbacks->proto_name) argument 99 fsm_init(fsm *f) in fsm_init() 118 fsm_lowerup(fsm *f) in fsm_lowerup() 147 fsm_lowerdown(fsm *f) in fsm_lowerdown() 189 fsm_open(fsm *f) in fsm_open() 229 fsm_close(fsm *f, const char *reason) in fsm_close() 272 fsm *f = (fsm *) arg; in fsm_timeout() local 322 fsm_input(fsm *f, u_char *inpacket, int l) in fsm_input() 398 fsm_rconfreq(fsm *f, u_char id, u_char *inp, int len) in fsm_rconfreq() 464 fsm_rconfack(fsm *f, int id, u_char *inp, int len) in fsm_rconfack() [all …]
|
H A D | ccp.c | 112 ccp_reqci(fsm *f, u_char *pktp, int *lpktp, int reject_if_disagree) in ccp_reqci() 202 ccp_open(fsm *f) in ccp_open() 208 ccp_close(fsm *f) in ccp_close() 213 ccp_start(fsm *f) in ccp_start() 218 ccp_stop(fsm *f) in ccp_stop() 227 ccp_resetci(fsm *f) in ccp_resetci() 238 ccp_cilen(fsm *f) in ccp_cilen() 245 ccp_addci(fsm *f, u_char *pktp, int *lpktp) in ccp_addci() 262 ccp_ackci(fsm *f, u_char *pktp, int lpkt) in ccp_ackci() 269 ccp_nakci(fsm *f, u_char *pktp, int lpkt) in ccp_nakci() [all …]
|
H A D | ipcp.c | 130 ipcp_resetci(fsm *f) in ipcp_resetci() 140 ipcp_cilen(fsm *f) in ipcp_cilen() 147 ipcp_addci(fsm *f, u_char *pktp, int *lpktp) in ipcp_addci() 163 ipcp_ackci(fsm *f, u_char *pktp, int lpkt) in ipcp_ackci() 171 ipcp_nakci(fsm *f, u_char *pktp, int lpkt) in ipcp_nakci() 182 ipcp_rejci(fsm *f, u_char *pktp, int lpkt) in ipcp_rejci() 194 ipcp_reqci(fsm *f, u_char *pktp, int *lpktp, int reject_if_disagree) in ipcp_reqci() 380 ipcp_open(fsm *f) in ipcp_open() 411 ipcp_close(fsm *f) in ipcp_close() 417 ipcp_start(fsm *f) in ipcp_start() [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interface_ann.cpp | 82 char *f, int l, uptr addr, uptr size, char *desc) { in AddExpectRace() 150 void INTERFACE_ATTRIBUTE AnnotateHappensBefore(char *f, int l, uptr addr) { in AnnotateHappensBefore() 155 void INTERFACE_ATTRIBUTE AnnotateHappensAfter(char *f, int l, uptr addr) { in AnnotateHappensAfter() 160 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) { in AnnotateCondVarSignal() 163 void INTERFACE_ATTRIBUTE AnnotateCondVarSignalAll(char *f, int l, uptr cv) { in AnnotateCondVarSignalAll() 166 void INTERFACE_ATTRIBUTE AnnotateMutexIsNotPHB(char *f, int l, uptr mu) { in AnnotateMutexIsNotPHB() 169 void INTERFACE_ATTRIBUTE AnnotateCondVarWait(char *f, int l, uptr cv, in AnnotateCondVarWait() 173 void INTERFACE_ATTRIBUTE AnnotateRWLockCreate(char *f, int l, uptr m) { in AnnotateRWLockCreate() 178 void INTERFACE_ATTRIBUTE AnnotateRWLockCreateStatic(char *f, int l, uptr m) { in AnnotateRWLockCreateStatic() 183 void INTERFACE_ATTRIBUTE AnnotateRWLockDestroy(char *f, int l, uptr m) { in AnnotateRWLockDestroy() [all …]
|
/openbsd-src/gnu/usr.bin/perl/ext/PerlIO-scalar/ |
H A D | scalar.xs |
|
/openbsd-src/lib/libfuse/ |
H A D | fuse_ops.c | 34 update_attr(struct fuse *f, struct stat *attr, const char *realname, in update_attr() 63 ifuse_ops_init(struct fuse *f) in ifuse_ops_init() 80 ifuse_ops_getattr(struct fuse *f, struct fusebuf *fbuf) in ifuse_ops_getattr() 109 ifuse_ops_access(struct fuse *f, struct fusebuf *fbuf) in ifuse_ops_access() 135 ifuse_ops_open(struct fuse *f, struct fusebuf *fbuf) in ifuse_ops_open() 168 ifuse_ops_opendir(struct fuse *f, struct fusebuf *fbuf) in ifuse_ops_opendir() 225 struct fuse *f; in ifuse_fill_readdir() local 301 ifuse_ops_readdir(struct fuse *f, struct fusebuf *fbuf) in ifuse_ops_readdir() 372 ifuse_ops_releasedir(struct fuse *f, struct fusebuf *fbuf) in ifuse_ops_releasedir() 407 ifuse_ops_release(struct fuse *f, struct fusebuf *fbuf) in ifuse_ops_release() [all …]
|
/openbsd-src/usr.bin/vi/common/ |
H A D | util.h | 15 #define FL_INIT(l, f) (l) = (f) /* Specific flags location. */ argument 16 #define FL_SET(l, f) ((l) |= (f)) argument 17 #define FL_CLR(l, f) ((l) &= ~(f)) argument 18 #define FL_ISSET(l, f) ((l) & (f)) argument 20 #define LF_INIT(f) FL_INIT(flags, (f)) /* Local variable flags. */ argument 21 #define LF_SET(f) FL_SET(flags, (f)) argument 22 #define LF_CLR(f) FL_CLR(flags, (f)) argument 23 #define LF_ISSET(f) FL_ISSET(flags, (f)) argument 25 #define F_INIT(p, f) FL_INIT((p)->flags, (f)) /* Structure element flags. */ argument 26 #define F_SET(p, f) FL_SET((p)->flags, (f)) argument [all …]
|
/openbsd-src/sys/arch/loongson/stand/boot/ |
H A D | rd.c | 31 rd_iostrategy(void *f, int rw, daddr_t dblk, size_t size, void *buf, in rd_iostrategy() 39 rd_ioopen(struct open_file *f, ...) in rd_ioopen() 45 rd_ioclose(struct open_file *f) in rd_ioclose() 74 rdfs_open(char *path, struct open_file *f) in rdfs_open() 88 rdfs_close(struct open_file *f) in rdfs_close() 94 rdfs_read(struct open_file *f, void *buf, size_t size, size_t *resid) in rdfs_read() 106 rdfs_write(struct open_file *f, void *buf, size_t size, size_t *resid) in rdfs_write() 112 rdfs_seek(struct open_file *f, off_t offset, int whence) in rdfs_seek() 130 rdfs_stat(struct open_file *f, struct stat *sb) in rdfs_stat() 137 rdfs_readdir(struct open_file *f, char *path) in rdfs_readdir()
|
/openbsd-src/lib/libcrypto/err/ |
H A D | err.h | 195 #define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__) argument 196 #define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__) argument 197 #define RSAerr(f,r) ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__) argument 198 #define DHerr(f,r) ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__) argument 199 #define EVPerr(f,r) ERR_PUT_error(ERR_LIB_EVP,(f),( argument 200 BUFerr(f,r) global() argument 201 OBJerr(f,r) global() argument 202 PEMerr(f,r) global() argument 203 DSAerr(f,r) global() argument 204 X509err(f,r) global() argument 205 ASN1err(f,r) global() argument 206 CONFerr(f,r) global() argument 207 CRYPTOerr(f,r) global() argument 208 ECerr(f,r) global() argument 209 BIOerr(f,r) global() argument 210 PKCS7err(f,r) global() argument 211 X509V3err(f,r) global() argument 212 PKCS12err(f,r) global() argument 213 RANDerr(f,r) global() argument 214 DSOerr(f,r) global() argument 215 ENGINEerr(f,r) global() argument 216 OCSPerr(f,r) global() argument 217 UIerr(f,r) global() argument 218 COMPerr(f,r) global() argument 219 ECDSAerr(f,r) global() argument 220 ECDHerr(f,r) global() argument 221 STOREerr(f,r) global() argument 222 FIPSerr(f,r) global() argument 223 CMSerr(f,r) global() argument 224 TSerr(f,r) global() argument 225 HMACerr(f,r) global() argument 226 JPAKEerr(f,r) global() argument 227 GOSTerr(f,r) global() argument 228 SSLerr(f,r) global() argument 229 CTerr(f,r) global() argument 230 KDFerr(f,r) global() argument 271 ERR_PACK(l,f,r) global() argument [all...] |
/openbsd-src/sys/dev/pci/drm/include/trace/events/ |
H A D | dma_fence.h | 9 trace_dma_fence_destroy(struct dma_fence *f) in trace_dma_fence_destroy() 14 trace_dma_fence_emit(struct dma_fence *f) in trace_dma_fence_emit() 19 trace_dma_fence_enable_signal(struct dma_fence *f) in trace_dma_fence_enable_signal() 24 trace_dma_fence_init(struct dma_fence *f) in trace_dma_fence_init() 29 trace_dma_fence_signaled(struct dma_fence *f) in trace_dma_fence_signaled() 34 trace_dma_fence_wait_end(struct dma_fence *f) in trace_dma_fence_wait_end() 39 trace_dma_fence_wait_start(struct dma_fence *f) in trace_dma_fence_wait_start()
|
/openbsd-src/sys/dev/pci/drm/i915/ |
H A D | i915_sw_fence_work.c | 9 static void fence_complete(struct dma_fence_work *f) in fence_complete() 18 struct dma_fence_work *f = container_of(work, typeof(*f), work); in fence_work() local 29 struct dma_fence_work *f = container_of(fence, typeof(*f), chain); in fence_notify() local 62 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in get_timeline_name() local 69 struct dma_fence_work *f = container_of(fence, typeof(*f), dma); in fence_release() local 83 void dma_fence_work_init(struct dma_fence_work *f, in dma_fence_work_init() 93 int dma_fence_work_chain(struct dma_fence_work *f, struct dma_fence *signal) in dma_fence_work_chain()
|
/openbsd-src/sys/lib/libsa/ |
H A D | nullfs.c | 70 null_open(char *path, struct open_file *f) in null_open() 76 null_close(struct open_file *f) in null_close() 82 null_read(struct open_file *f, void *buf, size_t size, size_t *resid) in null_read() 88 null_write(struct open_file *f, void *buf, size_t size, size_t *resid) in null_write() 94 null_seek(struct open_file *f, off_t offset, int where) in null_seek() 101 null_stat(struct open_file *f, struct stat *sb) in null_stat() 108 null_readdir(struct open_file *f, char *name) in null_readdir()
|
/openbsd-src/gnu/usr.bin/perl/ext/PerlIO-via/ |
H A D | via.xs | 69 PerlIOVia_method(pTHX_ PerlIO * f, const char *method, CV ** save, int flags, in PerlIOVia_method() argument 132 PerlIOVia_pushed(pTHX_ PerlIO * f, const char *mode, SV * arg, in PerlIOVia_pushed() argument 223 PerlIOVia_open(pTHX_ PerlIO_funcs * self,PerlIO_list_t * layers,IV n,const char * mode,int fd,int imode,int perm,PerlIO * f,int narg,SV ** args) PerlIOVia_open() argument 316 PerlIOVia_popped(pTHX_ PerlIO * f) PerlIOVia_popped() argument 342 PerlIOVia_close(pTHX_ PerlIO * f) PerlIOVia_close() argument 355 PerlIOVia_fileno(pTHX_ PerlIO * f) PerlIOVia_fileno() argument 364 PerlIOVia_binmode(pTHX_ PerlIO * f) PerlIOVia_binmode() argument 377 PerlIOVia_seek(pTHX_ PerlIO * f,Off_t offset,int whence) PerlIOVia_seek() argument 397 PerlIOVia_tell(pTHX_ PerlIO * f) PerlIOVia_tell() argument 408 PerlIOVia_unread(pTHX_ PerlIO * f,const void * vbuf,Size_t count) PerlIOVia_unread() argument 422 PerlIOVia_read(pTHX_ PerlIO * f,void * vbuf,Size_t count) PerlIOVia_read() argument 447 PerlIOVia_write(pTHX_ PerlIO * f,const void * vbuf,Size_t count) PerlIOVia_write() argument 464 PerlIOVia_fill(pTHX_ PerlIO * f) PerlIOVia_fill() argument 488 PerlIOVia_flush(pTHX_ PerlIO * f) PerlIOVia_flush() argument 501 PerlIOVia_get_base(pTHX_ PerlIO * f) PerlIOVia_get_base() argument 513 PerlIOVia_get_ptr(pTHX_ PerlIO * f) PerlIOVia_get_ptr() argument 526 PerlIOVia_get_cnt(pTHX_ PerlIO * f) PerlIOVia_get_cnt() argument 538 PerlIOVia_bufsiz(pTHX_ PerlIO * f) PerlIOVia_bufsiz() argument 549 PerlIOVia_set_ptrcnt(pTHX_ PerlIO * f,STDCHAR * ptr,SSize_t cnt) PerlIOVia_set_ptrcnt() argument 557 PerlIOVia_setlinebuf(pTHX_ PerlIO * f) PerlIOVia_setlinebuf() argument 565 PerlIOVia_clearerr(pTHX_ PerlIO * f) PerlIOVia_clearerr() argument 573 PerlIOVia_error(pTHX_ PerlIO * f) PerlIOVia_error() argument 582 PerlIOVia_eof(pTHX_ PerlIO * f) PerlIOVia_eof() argument 591 PerlIOVia_getarg(pTHX_ PerlIO * f,CLONE_PARAMS * param,int flags) PerlIOVia_getarg() argument 619 PerlIOVia_dup(pTHX_ PerlIO * f,PerlIO * o,CLONE_PARAMS * param,int flags) PerlIOVia_dup() argument [all...] |
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/ |
H A D | tsan_flags_test.cpp | 21 Flags f; in TEST() local 27 Flags f; in TEST() local 80 void VerifyOptions1(Flags *f) { in VerifyOptions1() 103 void VerifyOptions2(Flags *f) { in VerifyOptions2() 132 Flags f; in TEST() local 144 Flags f; in TEST() local 154 Flags f; in TEST() local
|
/openbsd-src/sys/arch/macppc/stand/ |
H A D | hfs.c | 40 hfs_open(char *path, struct open_file *f) in hfs_open() 62 hfs_close(struct open_file *f) in hfs_close() 69 hfs_read(struct open_file *f, void *start, size_t size, size_t *resid) in hfs_read() 83 hfs_write(struct open_file *f, void *start, size_t size, size_t *resid) in hfs_write() 90 hfs_seek(struct open_file *f, off_t offset, int where) in hfs_seek() 103 hfs_stat(struct open_file *f, struct stat *sb) in hfs_stat() 109 hfs_readdir(struct open_file *f, char *name) in hfs_readdir()
|