/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perlsdio.h | 26 #define PerlIO_isutf8(f) 0 argument 30 #define PerlIO_vprintf(f,fmt,a) PerlSIO_vprintf(f,fmt,a) argument 31 #define PerlIO_write(f,buf,count) PerlSIO_fwrite(buf,1,count,f) argument 32 #define PerlIO_unread(f,buf,count) (-1) argument 36 #define PerlIO_close(f) PerlSIO_fclose(f) argument 37 #define PerlIO_puts(f,s) PerlSIO_fputs(f,s) argument 38 #define PerlIO_putc(f,c) PerlSIO_fputc(f,c) argument 44 # define PerlIO_ungetc(f,c) ((c) == EOF ? EOF : \ argument 49 # define PerlIO_ungetc(f,c) ungetc(c,f) argument 55 # define PerlIO_getc(f) \ argument [all …]
|
H A D | perlsfio.h | 31 #define PerlIO_isutf8(f) 0 argument 35 #define PerlIO_vprintf(f,fmt,a) sfvprintf(f,fmt,a) argument 36 #define PerlIO_read(f,buf,count) sfread(f,buf,count) argument 37 #define PerlIO_write(f,buf,count) sfwrite(f,buf,count) argument 40 #define PerlIO_reopen(path,mode,f) sfopen(f,path,mode) argument 41 #define PerlIO_close(f) sfclose(f) argument 42 #define PerlIO_puts(f,s) sfputr(f,s,-1) argument 43 #define PerlIO_putc(f,c) sfputc(f,c) argument 44 #define PerlIO_ungetc(f,c) sfungetc(f,c) argument 46 #define PerlIO_getc(f) sfgetc(f) argument [all …]
|
H A D | nostdio.h | 81 #define fclose(f) _CANNOT _fclose_ argument 82 #define fflush(f) _CANNOT _fflush_ argument 84 #define freopen(p,m,f) _CANNOT _freopen_ argument 85 #define setbuf(f,b) _CANNOT _setbuf_ argument 86 #define setvbuf(f,b,x,s) _CANNOT _setvbuf_ argument 88 #define vfprintf(f,fmt,a) _CANNOT _vfprintf_ argument 89 #define fgetc(f) _CANNOT _fgetc_ argument 90 #define fgets(s,n,f) _CANNOT _fgets_ argument 91 #define fputc(c,f) _CANNOT _fputc_ argument 92 #define fputs(s,f) _CANNOT _fputs_ argument [all …]
|
H A D | fakesdio.h | 75 #define fclose(f) PerlIO_close(f) argument 76 #define fflush(f) PerlIO_flush(f) argument 78 #define vfprintf(f,fmt,a) PerlIO_vprintf(f,fmt,a) argument 79 #define fgetc(f) PerlIO_getc(f) argument 80 #define fputc(c,f) PerlIO_putc(f,c) argument 81 #define fputs(s,f) PerlIO_puts(f,s) argument 82 #define getc(f) PerlIO_getc(f) argument 83 #define getc_unlocked(f) PerlIO_getc(f) argument 84 #define putc(c,f) PerlIO_putc(f,c) argument 85 #define putc_unlocked(c,f) PerlIO_putc(c,f) argument [all …]
|
H A D | util.h | 12 # define PERL_FILE_IS_ABSOLUTE(f) \ argument 20 # define PERL_FILE_IS_ABSOLUTE(f) \ argument 25 # define PERL_FILE_IS_ABSOLUTE(f) \ argument 31 # define PERL_FILE_IS_ABSOLUTE(f) \ argument 36 # define PERL_FILE_IS_ABSOLUTE(f) (strchr(f, ':') && *(f) != ':') argument 38 # define PERL_FILE_IS_ABSOLUTE(f) (*(f) == '/') argument
|
H A D | perlio.c | 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 #define Perl_PerlIO_or_fail_void(f, callback, args) \ argument 213 PerlIO_apply_layers(pTHX_ PerlIO *f, const char *mode, const char *names) 245 PerlIO_fdupopen(pTHX_ PerlIO *f, CLONE_PARAMS *param, int flags) 409 FILE *f = fdopen(fd, "r+"); local 509 PerlIO *f; local 530 PerlIO_fdupopen(pTHX_ PerlIO *f, CLONE_PARAMS *param, int flags) 555 PerlIO *f = table + i; local [all …]
|
/onnv-gate/usr/src/lib/libeti/form/common/ |
H A D | chg_field.c | 38 #define first(f) (f->field [Pmin(f, P(f))]) argument 39 #define last(f) (f->field [Pmax(f, P(f))]) argument 40 #define sfirst(f) (f->field [Smin(f, P(f))]) argument 41 #define slast(f) (f->field [Smax(f, P(f))]) argument 43 #define Active(f) (Opt(f, O_ACTIVE) && Opt(f, O_VISIBLE)) argument 47 next(FIELD *f) in next() 64 prev(FIELD *f) in prev() 81 snext(FIELD *f) in snext() 95 sprev(FIELD *f) in sprev() 109 left(FIELD *f) in left() [all …]
|
H A D | chg_char.c | 38 #define SizePrev(f, v) ((v) - Buf(f)) /* from beginning to v */ argument 39 #define SizeNext(f, v) (BufSize(f) - SizePrev(f, v)) argument 46 _next_char(FORM *f) in _next_char() 64 _prev_char(FORM *f) in _prev_char() 79 _next_line(FORM *f) in _next_line() 91 _prev_line(FORM *f) in _prev_line() 103 _next_word(FORM *f) in _next_word() 143 _prev_word(FORM *f) in _prev_word() 163 _beg_field(FORM *f) in _beg_field() 174 _end_field(FORM *f) in _end_field() [all …]
|
H A D | chg_page.c | 38 #define first(f) (0) argument 39 #define last(f) (f->maxpage - 1) argument 43 next(FORM *f) in next() 54 prev(FORM *f) in prev() 64 _next_page(FORM *f) in _next_page() 70 _prev_page(FORM *f) in _prev_page() 76 _first_page(FORM *f) in _first_page() 82 _last_page(FORM *f) in _last_page()
|
H A D | chg_data.c | 39 #define AT_BOTTOM(f) (Y(f) == Ymax(f) - 1) /* last line */ argument 40 #define AT_END(f) (Y(f) == Ymax(f) - 1 && X(f) == Xmax(f) - 1) argument 42 #define AT_BEGINNING(f) (Y(f) == 0 && X(f) == 0) /* first char */ argument 45 room_for_line(FORM *f) in room_for_line() 55 room_for_char(FORM *f) in room_for_char() 84 FORM *f = c->form; in _grow_field() local 174 insert_str(FORM *f, int y, int off, int nstr) /* used for word wrapping */ in insert_str() 220 wrap_ok(FORM *f) /* used for word wrapping */ in wrap_ok() 275 _new_line(FORM *f) in _new_line() 357 _ins_char(FORM *f) in _ins_char() [all …]
|
H A D | post.c | 39 post_form(FORM *f) in post_form() 70 unpost_form(FORM *f) in unpost_form() 92 pos_form_cursor(FORM *f) in pos_form_cursor() 104 set_current_field(FORM *f, FIELD *c) in set_current_field() 143 current_field(FORM *f) in current_field() 149 field_index(FIELD *f) in field_index() 158 set_form_page(FORM *f, int page) in set_form_page() 193 form_page(FORM *f) in form_page()
|
H A D | utility.c | 38 #define Scrollable(f) ((f)->drows > (f)->rows || \ argument 40 #define Connected(f) ((f) -> form != (FORM *) 0) argument 41 #define OnPage(f) ((f) -> page == P((f) -> form)) argument 42 #define Posted(f) (Status((f) -> form, POSTED)) argument 43 #define Visible(f) (Opt(f, O_VISIBLE) && OnPage(f)) argument 44 #define isCurrent(f) ((f) == C((f) -> form)) argument 45 #define Justified(f) (Just(f) != NO_JUSTIFICATION && \ argument 93 _adjust_cursor(FORM *f, char *v) in _adjust_cursor() 109 _buf_to_win(FIELD *f, WINDOW *w) in _buf_to_win() 127 _win_to_buf(WINDOW *w, FIELD *f) in _win_to_buf() [all …]
|
H A D | field.c | 88 MakeType(FIELD *f, va_list *ap) in MakeType() 109 CopyType(FIELD *f, FIELD *fsrc) in CopyType() 131 FreeType(FIELD *f) in FreeType() 151 FIELD *f = (FIELD *) 0; in new_field() local 195 FIELD *f = (FIELD *) 0; in dup_field() local 244 FIELD *f = (FIELD *) 0; in link_field() local 283 free_field(FIELD *f) in free_field() 310 field_info(FIELD *f, int *rows, int *cols, int *frow, int *fcol, in field_info() 338 set_max_field(FIELD *f, int max) in set_max_field() 362 dynamic_field_info(FIELD *f, int *drows, int *dcols, int *max) in dynamic_field_info() [all …]
|
H A D | form.c | 77 insert(FIELD *f, FIELD *head) in insert() 113 sort_form(FORM *f) in sort_form() 140 merge(FIELD *f, FORM *form) /* adjust form dimensions to include field f */ in merge() 155 FIELD **f = form->field; in disconnect_fields() local 173 connect_fields(FORM *f, FIELD **x) in connect_fields() 226 FORM *f; in new_form() local 247 free_form(FORM *f) in free_form() 262 set_form_fields(FORM *f, FIELD **fields) in set_form_fields() 290 form_fields(FORM *f) in form_fields() 296 field_count(FORM *f) in field_count() [all …]
|
/onnv-gate/usr/src/lib/libeti/form/inc/ |
H A D | utility.h | 68 #define Status(f, s) ((f) -> status & (s)) argument 69 #define Set(f, s) ((f) -> status |= (s)) argument 70 #define Clr(f, s) ((f) -> status &= ~(s)) argument 72 #define Opt(f, x) ((f) -> opts & (x)) argument 79 #define MakeArg(f, p, err) (_makearg((f) -> type, p, err)) argument 80 #define CopyArg(f, err) (_copyarg((f) -> type, (f) -> arg, err)) argument 81 #define FreeArg(f) (_freearg((f) -> type, (f) -> arg)) argument 82 #define CheckField(f) (_checkfield((f) -> type, (f), (f) -> arg)) argument 83 #define CheckChar(f, c) (_checkchar((f) -> type, (c), (f) -> arg)) argument 84 #define NextChoice(f) (_nextchoice((f) -> type, (f), (f) -> arg)) argument [all …]
|
/onnv-gate/usr/src/lib/libshell/common/data/ |
H A D | solaris_cmdlist.h | 44 #define BINCMDLIST(f) \ argument 46 #define USRBINCMDLIST(f) \ argument 48 #define SBINCMDLIST(f) \ argument 50 #define SUSRBINCMDLIST(f) \ argument 53 #define XPG6CMDLIST(f) \ argument 55 #define XPG4CMDLIST(f) \ argument 59 #define GNUCMDLIST(f) \ argument 68 #define ASTCMDLIST(f) \ argument
|
/onnv-gate/usr/src/lib/libast/common/include/ |
H A D | recfmt.h | 46 #define RECTYPE(f) (((f)>>28)&((1<<4)-1)) argument 49 #define REC_D_DELIMITER(f) ((f)&((1<<8)-1)) argument 52 #define REC_F_SIZE(f) ((f)&((1<<28)-1)) argument 55 #define REC_U_ATTRIBUTES(f) ((f)&~((1<<28)-1)) argument 58 #define REC_V_RECORD(f,s) (((f)&(((1<<16)-1)<<16))|(s)) argument 59 #define REC_V_HEADER(f) (((f)>>23)&((1<<5)-1)) argument 60 #define REC_V_OFFSET(f) (((f)>>19)&((1<<4)-1)) argument 61 #define REC_V_LENGTH(f) ((((f)>>18)&1)+1) argument 62 #define REC_V_LITTLE(f) (((f)>>17)&1) argument 63 #define REC_V_INCLUSIVE(f) (((f)>>16)&1) argument [all …]
|
/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | recfmt.h | 55 #define RECTYPE(f) (((f)>>28)&((1<<4)-1)) argument 58 #define REC_D_DELIMITER(f) ((f)&((1<<8)-1)) argument 61 #define REC_F_SIZE(f) ((f)&((1<<28)-1)) argument 64 #define REC_U_ATTRIBUTES(f) ((f)&~((1<<28)-1)) argument 67 #define REC_V_RECORD(f,s) (((f)&(((1<<16)-1)<<16))|(s)) argument 68 #define REC_V_HEADER(f) (((f)>>23)&((1<<5)-1)) argument 69 #define REC_V_OFFSET(f) (((f)>>19)&((1<<4)-1)) argument 70 #define REC_V_LENGTH(f) ((((f)>>18)&1)+1) argument 71 #define REC_V_LITTLE(f) (((f)>>17)&1) argument 72 #define REC_V_INCLUSIVE(f) (((f)>>16)&1) argument [all …]
|
/onnv-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | recfmt.h | 55 #define RECTYPE(f) (((f)>>28)&((1<<4)-1)) argument 58 #define REC_D_DELIMITER(f) ((f)&((1<<8)-1)) argument 61 #define REC_F_SIZE(f) ((f)&((1<<28)-1)) argument 64 #define REC_U_ATTRIBUTES(f) ((f)&~((1<<28)-1)) argument 67 #define REC_V_RECORD(f,s) (((f)&(((1<<16)-1)<<16))|(s)) argument 68 #define REC_V_HEADER(f) (((f)>>23)&((1<<5)-1)) argument 69 #define REC_V_OFFSET(f) (((f)>>19)&((1<<4)-1)) argument 70 #define REC_V_LENGTH(f) ((((f)>>18)&1)+1) argument 71 #define REC_V_LITTLE(f) (((f)>>17)&1) argument 72 #define REC_V_INCLUSIVE(f) (((f)>>16)&1) argument [all …]
|
/onnv-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | recfmt.h | 55 #define RECTYPE(f) (((f)>>28)&((1<<4)-1)) argument 58 #define REC_D_DELIMITER(f) ((f)&((1<<8)-1)) argument 61 #define REC_F_SIZE(f) ((f)&((1<<28)-1)) argument 64 #define REC_U_ATTRIBUTES(f) ((f)&~((1<<28)-1)) argument 67 #define REC_V_RECORD(f,s) (((f)&(((1<<16)-1)<<16))|(s)) argument 68 #define REC_V_HEADER(f) (((f)>>23)&((1<<5)-1)) argument 69 #define REC_V_OFFSET(f) (((f)>>19)&((1<<4)-1)) argument 70 #define REC_V_LENGTH(f) ((((f)>>18)&1)+1) argument 71 #define REC_V_LITTLE(f) (((f)>>17)&1) argument 72 #define REC_V_INCLUSIVE(f) (((f)>>16)&1) argument [all …]
|
/onnv-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | recfmt.h | 55 #define RECTYPE(f) (((f)>>28)&((1<<4)-1)) argument 58 #define REC_D_DELIMITER(f) ((f)&((1<<8)-1)) argument 61 #define REC_F_SIZE(f) ((f)&((1<<28)-1)) argument 64 #define REC_U_ATTRIBUTES(f) ((f)&~((1<<28)-1)) argument 67 #define REC_V_RECORD(f,s) (((f)&(((1<<16)-1)<<16))|(s)) argument 68 #define REC_V_HEADER(f) (((f)>>23)&((1<<5)-1)) argument 69 #define REC_V_OFFSET(f) (((f)>>19)&((1<<4)-1)) argument 70 #define REC_V_LENGTH(f) ((((f)>>18)&1)+1) argument 71 #define REC_V_LITTLE(f) (((f)>>17)&1) argument 72 #define REC_V_INCLUSIVE(f) (((f)>>16)&1) argument [all …]
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/ |
H A D | scalar.xs | 16 PerlIOScalar_pushed(pTHX_ PerlIO * f, const char *mode, SV * arg, in PerlIOScalar_pushed() 52 PerlIOScalar_popped(pTHX_ PerlIO * f) in PerlIOScalar_popped() 63 PerlIOScalar_close(pTHX_ PerlIO * f) in PerlIOScalar_close() 71 PerlIOScalar_fileno(pTHX_ PerlIO * f) in PerlIOScalar_fileno() 77 PerlIOScalar_seek(pTHX_ PerlIO * f, Off_t offset, int whence) in PerlIOScalar_seek() 98 PerlIOScalar_tell(pTHX_ PerlIO * f) in PerlIOScalar_tell() 105 PerlIOScalar_unread(pTHX_ PerlIO * f, const void *vbuf, Size_t count) in PerlIOScalar_unread() 117 PerlIOScalar_write(pTHX_ PerlIO * f, const void *vbuf, Size_t count) in PerlIOScalar_write() 148 PerlIOScalar_fill(pTHX_ PerlIO * f) in PerlIOScalar_fill() 154 PerlIOScalar_flush(pTHX_ PerlIO * f) in PerlIOScalar_flush() [all …]
|
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | fsm.c | 55 #define PROTO_NAME(f) ((f)->callbacks->proto_name) argument 78 fsm_init(f) in fsm_init() argument 96 fsm_lowerup(f) in fsm_lowerup() argument 126 fsm_lowerdown(f) in fsm_lowerdown() argument 170 fsm_open(f) in fsm_open() argument 219 fsm_close(f, reason) in fsm_close() argument 280 fsm *f = (fsm *) arg; local 331 fsm_input(f, inpacket, l) in fsm_input() argument 413 fsm_rconfreq(f, id, inp, len) in fsm_rconfreq() argument 493 fsm_rconfack(f, id, inp, len) in fsm_rconfack() argument [all …]
|
/onnv-gate/usr/src/lib/libshell/common/tests/ |
H A D | types.sh | 148 f() function 157 f() function 163 function f function 172 f() function 206 function f function 223 function f function 279 f() function
|
/onnv-gate/usr/src/common/openssl/crypto/err/ |
H A D | err.h | 146 #define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__) argument 147 #define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__) argument 148 #define RSAerr(f,r) ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__) argument 149 #define DHerr(f,r) ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__) argument 150 #define EVPerr(f,r) ERR_PUT_error(ERR_LIB_EVP,(f),(r),__FILE__,__LINE__) argument 151 #define BUFerr(f,r) ERR_PUT_error(ERR_LIB_BUF,(f),(r),__FILE__,__LINE__) argument 152 #define OBJerr(f,r) ERR_PUT_error(ERR_LIB_OBJ,(f),(r),__FILE__,__LINE__) argument 153 #define PEMerr(f,r) ERR_PUT_error(ERR_LIB_PEM,(f),(r),__FILE__,__LINE__) argument 154 #define DSAerr(f,r) ERR_PUT_error(ERR_LIB_DSA,(f),(r),__FILE__,__LINE__) argument 155 #define X509err(f,r) ERR_PUT_error(ERR_LIB_X509,(f),(r),__FILE__,__LINE__) argument [all …]
|