Home
last modified time | relevance | path

Searched defs:f (Results 176 – 200 of 1236) sorted by relevance

12345678910>>...50

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c468 do_help(flag_t *f, int argc, char **argv, cmd_pos_t *pos) in do_help()
1112 print_mapping_init(format_t f, FILE *fi) in print_mapping_init()
1197 FILE *f = pnm->file; in print_mapping() local
1540 do_dump(flag_t *f, int argc, char **argv, cmd_pos_t *pos) in do_dump()
2113 do_import(flag_t *f, int argc, char **argv, cmd_pos_t *pos) in do_import()
2282 do_export(flag_t *f, int argc, char **argv, cmd_pos_t *pos) in do_export()
2327 print_flags(flag_t *f) in print_flags()
2754 do_flush(flag_t *f, int argc, char **argv, cmd_pos_t *pos) in do_flush()
2786 do_exit(flag_t *f, int argc, char **argv, cmd_pos_t *pos) in do_exit()
3215 do_set_namemap(flag_t *f, int argc, char **argv, cmd_pos_t *pos) in do_set_namemap()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfrd.c37 reg Sfio_t* f; in _sfwrsync() local
61 ssize_t sfrd(Sfio_t* f, Void_t* buf, size_t n, Sfdisc_t* disc) in sfrd()
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dclock.h77 #define sm_setevent(t, f, a) sm_seteventm((int)((t) * 1000), (f), (a)) argument
78 #define sm_sigsafe_setevent(t, f, a) sm_sigsafe_seteventm((int)((t) * 1000), (f), (a)) argument
H A Dvarargs.h22 # define SM_VA_START(ap, f) va_start(ap, f) argument
26 # define SM_VA_START(ap, f) va_start(ap) argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Diconv.c239 _win_iconv_open(register Conv_t* cc, const char* t, const char* f) in _win_iconv_open()
533 register unsigned char* f; in utf2bin() local
607 register unsigned char* f; in bin2utf() local
717 register unsigned char* f; in ume2bin() local
793 register unsigned char* f; in bin2ume() local
867 register unsigned char* f; in ucs2bin() local
912 register unsigned char* f; in bin2ucs() local
958 register unsigned char* f; in scu2bin() local
1003 register unsigned char* f; in bin2scu() local
1047 _ast_iconv_open(const char* t, const char* f) in _ast_iconv_open()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu.c344 const char *f = "amd_iommu_open"; in amd_iommu_open() local
380 const char *f = "amd_iommu_close"; in amd_iommu_close() local
416 const char *f = "amd_iommu_ioctl"; in amd_iommu_ioctl() local
453 const char *f = "amd_iommu_quiesce"; in amd_iommu_quiesce() local
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.func78 function f(n) { function
189 BEGIN { n = 0; f(); n = 2 }; END { print n}' > $TEMP2 function
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_F_cplx_div_ix.c66 float f; in testinff() member
79 float f; in _F_cplx_div_ix() member
H A D_F_cplx_div_rx.c66 float f; in testinff() member
79 float f; in _F_cplx_div_rx() member
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_F_cplx_div_ix.c66 float f; in testinff() member
79 float f; in _F_cplx_div_ix() member
H A D_F_cplx_div_rx.c66 float f; in testinff() member
79 float f; in _F_cplx_div_rx() member
H A D_F_cplx_mul.c57 float f; member
70 float f; in testinff() member
/illumos-gate/usr/src/cmd/sh/
H A Dxec.c81 struct fndnod *f = fndptr(t); local
187 struct fndnod *f; local
509 execexp(unsigned char *s, int f) in execexp()
H A Dbltin.c76 int f; in builtin() local
182 int f; in builtin() local
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcolor.c120 init_pair(short pair, short f, short b) in init_pair()
180 pair_content(short pair, short *f, short *b) in pair_content()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcolor.c121 init_pair(short pair, short f, short b) in init_pair()
170 pair_content(short pair, short *f, short *b) in pair_content()
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c121 #define DEBUG(f) if (debug) (void) fprintf(debug, (f)) argument
122 #define DEBUG1(f, a) if (debug) (void) fprintf(debug, (f), (a)) argument
123 #define DEBUG2(f, a, b) if (debug) (void) fprintf(debug, (f), (a), (b)) argument
124 #define DEBUG3(f, a, b, c) if (debug) \ argument
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dty_enum.c148 fcheck_enum(FIELD *f, char *arg) in fcheck_enum()
183 next_enum(FIELD *f, char *arg) in next_enum()
205 prev_enum(FIELD *f, char *arg) in prev_enum()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dregress.h43 #define REGRESS(r,i,f) do { if (sh_isregress(REGRESS_##r)) sh_regress(REGRESS_##r, i, sfprints f, … argument
62 #define REGRESS(r,i,f) argument
/illumos-gate/usr/src/cmd/refer/
H A Dinv6.c80 putl(long ll, FILE *f) in putl()
86 getl(FILE *f) in getl()
/illumos-gate/usr/src/common/tsol/
H A Dstol.c58 #define IS_HEX(f, s) \ argument
156 uint_t f = L_DEFAULT; in hexstr_to_label() local
220 str_to_label(const char *str, m_label_t **l, const m_label_type_t t, uint_t f, in str_to_label()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dccode.h74 #define CCMAPCPY(m,t,f,n) ((m)?_ccmapcpy(m,t,f,n):memcpy(t,f,n)) argument
79 #define ccmapcpy(m,t,f,n) CCMAPCPY(m,t,f,n) argument
83 #define CCMAPM(t,f,n,i,o) ((i)==(o)?memcpy(t,f,n):_ccmapcpy(CCMAP(i,o),t,f,n)) argument
87 #define ccmapm(t,f,n,i,o) CCMAPM(t,f,n,i,o) argument
/illumos-gate/usr/src/lib/libm/common/R/
H A Dbesself.c330 float f; in j0f() local
405 float f; in y0f() local
501 float f; in j1f() local
579 float f; in y1f() local
611 float f; in jnf() local
759 float f; in ynf() local
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h238 #define LOOKUP_DB(f) ((f) & TYPE_DB) argument
239 #define LOOKUP_CACHE(f) ((f) & TYPE_CACHE) argument
240 #define CREATE_ELEM(f) ((f) & CREATE_FLAG) argument
242 #define IS_RDWR(f) (((f) & OPEN_FLAGS) == OPEN_RDWR) argument
243 #define IS_RDONLY(f) (((f) & OPEN_FLAGS) == OPEN_RDONLY) argument
267 #define TYPE_NONE(f) (((f) & DI_LINK_TYPES) == 0) argument
268 #define TYPE_PRI(f) (((f) & DI_LINK_TYPES) == DI_PRIMARY_LINK) argument
269 #define TYPE_SEC(f) (((f) & DI_LINK_TYPES) == DI_SECONDARY_LINK) argument
270 #define LINK_TYPE(f) ((f) & DI_LINK_TYPES) argument
271 #define VALID_TYPE(f) (TYPE_NONE(f) || TYPE_PRI(f) || TYPE_SEC(f)) argument
/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c524 struct function *f = current_func; in stack_alloc() local
629 struct function *f = current_func; in insn() local
647 struct function *f = current_func; in emit_comment() local
662 struct function *f = current_func; in emit_label() local
675 struct function *f = current_func; in emit_labelsym() local
801 struct function *f; in emit_func_pre() local
851 struct function *f = current_func; in emit_func_post() local
1537 struct function *f = current_func; in emit_return_stmt() local
1637 struct function *f = current_func; in emit_string_expr() local
1880 struct function *f = current_func; in loopstk_push() local
[all …]

12345678910>>...50