| /illumos-gate/usr/src/tools/smatch/src/validation/optim/ |
| H A D | bitfield-init-zero.c | 3 unsigned int f:9; member 29 signed int f:9; member
|
| /illumos-gate/usr/src/cmd/awk_xpg4/ |
| H A D | awk.h | 193 #define isleaf(f) (!((f)&FNONTOK)) argument 194 #define isstring(f) ((f)&FSTRING) argument 195 #define isastring(f) (((f)&(FSTRING|FALLOC)) == (FSTRING|FALLOC)) argument 196 #define isnumber(f) ((f)&(FINT|FVINT|FREAL|FVREAL)) argument 197 #define isreal(f) ((f)&(FREAL|FVREAL)) argument 198 #define isint(f) ((f)&(FINT|FVINT)) argument
|
| /illumos-gate/usr/src/lib/libnsl/dial/ |
| H A D | sysfiles.c | 158 { FILE *f; in scansys() local 231 { FILE *f; in scancfg() local 266 getaline(FILE *f, char *line) in getaline() 730 FILE *f; in setconfig() local
|
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_help.c | 199 filter_data_t *f = data; in print_wdesc() local 240 filter_data_t f; in cmd_walkers() local 288 filter_data_t *f = data; in print_ddesc() local 329 filter_data_t f; in cmd_dcmds() local
|
| /illumos-gate/usr/src/cmd/mailx/ |
| H A D | list.c | 200 markall(char buf[], int f) in markall() 416 check(int mesg, int f) in check() 649 first(int f, int m) in first() 758 metamess(int meta, int f) in metamess()
|
| /illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
| H A D | fcin.c | 39 int fcfopen(register Sfio_t* f) in fcfopen() 79 register Sfio_t *f; in fcfill() local
|
| /illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
| H A D | printfuncs.c | 51 generate_printf(ENTRY *f) in generate_printf() 144 generate_printfunc_calls(ENTRY *f) in generate_printfunc_calls()
|
| /illumos-gate/usr/src/uts/intel/sys/acpi/ |
| H A D | acinterp.h | 160 #define ACPI_EXD_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_OPERAND_OBJECT,f) argument 161 #define ACPI_EXD_NSOFFSET(f) (UINT8) ACPI_OFFSET (ACPI_NAMESPACE_NODE,f) argument
|
| /illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
| H A D | vjcompress.c | 126 #define DECODEL(f) { \ argument 137 #define DECODES(f) { \ argument 148 #define DECODEU(f) { \ argument
|
| /illumos-gate/usr/src/uts/i86pc/io/dr/ |
| H A D | dr_io.c | 142 static fn_t f = "dr_check_io_refs"; in dr_check_io_refs() local 190 static fn_t f = "dr_pre_release_io"; in dr_pre_release_io() local 260 static fn_t f = "dr_post_detach_io"; in dr_post_detach_io() local
|
| /illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
| H A D | dr_io.c | 164 static fn_t f = "dr_check_io_refs"; in dr_check_io_refs() local 212 static fn_t f = "dr_pre_release_io"; in dr_pre_release_io() local 282 static fn_t f = "dr_post_detach_io"; in dr_post_detach_io() local
|
| /illumos-gate/usr/src/common/acpica/resources/ |
| H A D | rsdumpinfo.c | 163 #define ACPI_RSD_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_RESOURCE_DATA,f) argument 164 #define ACPI_PRT_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_PCI_ROUTING_TABLE,f) argument
|
| /illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
| H A D | sbdp_error.c | 145 static char *f = "sbdp_passthru_inject_error"; in sbdp_passthru_inject_error() local 258 static char *f = "sbdp_inject_error"; in sbdp_inject_error() local
|
| /illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
| H A D | paramuninitglobal.awk | 1 function f(x) function
|
| /illumos-gate/usr/src/test/util-tests/tests/awk/syn/ |
| H A D | aryprm1.awk | 1 function f(a) { function
|
| H A D | aryprm2.awk | 1 function f(a) { function
|
| H A D | aryprm3.awk | 1 function f(a, i) { function
|
| H A D | aryprm4.awk | 1 function f(x){ function
|
| H A D | aryprm5.awk | 1 function f(x){ function
|
| H A D | aryprm6.awk | 1 function f(x){ function
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
| H A D | sig.sh | 59 Sig_handler_t f() function
|
| /illumos-gate/usr/src/lib/libeti/form/common/ |
| H A D | fieldtype.c | 234 _checkfield(FIELDTYPE *t, FIELD *f, char *arg) in _checkfield() 274 _nextchoice(FIELDTYPE *t, FIELD *f, char *arg) in _nextchoice() 288 _prevchoice(FIELDTYPE *t, FIELD *f, char *arg) in _prevchoice()
|
| /illumos-gate/usr/src/cmd/vi/port/ |
| H A D | ex_put.c | 1026 ttymode f; in ostart() local 1106 ostop(ttymode f) in ostop() 1152 normal(ttymode f) in normal() 1165 setty(f) in setty() argument
|
| /illumos-gate/usr/src/cmd/mandoc/ |
| H A D | term.c | 467 enum termfont f; in term_fontlast() local 476 term_fontrepl(struct termp *p, enum termfont f) in term_fontrepl() 485 term_fontpush(struct termp *p, enum termfont f) in term_fontpush() 786 enum termfont f; in encode1() local
|
| /illumos-gate/usr/src/lib/libdisasm/common/ |
| H A D | dis_sparc_fmt.c | 702 ifmt_t *f = (ifmt_t *)&instr; in fmt_call() local 738 ifmt_t *f = (ifmt_t *)&instr; in fmt_sethi() local 784 ifmt_t *f = (ifmt_t *)&instr; in fmt_branch() local 922 ifmt_t *f = (ifmt_t *)&instr; in fmt_cas() local 1007 ifmt_t *f = (ifmt_t *)&instr; in fmt_ls() local 1252 ifmt_t *f = (ifmt_t *)&instr; in fmt_cpop() local 1284 ifmt_t *f = (ifmt_t *)&instr; in dis_fmt_rdwr() local 1490 ifmt_t *f = (ifmt_t *)&instr; in fmt_trap() local 1536 ifmt_t *f = (ifmt_t *)&instr; in prt_shift() local 1568 ifmt_t *f = (ifmt_t *)&instr; in prt_jmpl() local [all …]
|