/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sftable.c | 45 static Fmtpos_t* sffmtpos(Sfio_t* f,const char* form,va_list args,Sffmt_t* ft,int type) in sffmtpos() argument 47 static Fmtpos_t* sffmtpos(f,form,args,ft,type) in sffmtpos() 51 Sffmt_t* ft; 68 else if(!(fp = sffmtpos(f,form,args,ft,-1)) ) 139 if(fp && fp[n].ft.fmt == 0) 140 { fp[n].ft.fmt = LEFTP; 141 fp[n].ft.form = (char*)form; 194 if(fp && fp[n].ft.fmt == 0) 195 { fp[n].ft.fmt = '.'; 196 fp[n].ft.size = dot; [all …]
|
H A D | sfvscanf.c | 318 Sffmt_t *ft; local 366 ft = NIL(Sffmt_t*); 465 !(fp = (*_Sffmtposf)(f,oform,oargs,ft,1)) ) 473 n_str = fp[n].ft.size; 475 else if(ft && ft->extf ) 476 { FMTSET(ft, form,args, 479 n = (*ft->extf) 480 (f,(Void_t*)&argv,ft); 483 if(!(ft->flags&SFFMT_VALUE) ) 486 (n_str = (int)ft->size) < 0) [all …]
|
H A D | sfvprintf.c | 119 Sffmt_t *ft; /* format environment */ local 199 ft = NIL(Sffmt_t*); 267 !(fp = (*_Sffmtposf)(f,oform,oargs,ft,0)) ) 275 n_str = fp[n].ft.size; 277 else if(ft && ft->extf ) 278 { FMTSET(ft, form,args, 281 n = (*ft->extf) 282 (f,(Void_t*)&argv,ft); 285 if(!(ft->flags&SFFMT_VALUE) ) 288 (n_str = (int)ft->size) < 0) [all …]
|
H A D | sfhdr.h | 723 Sffmt_t *ft; member 736 Sffmt_t* ft; /* formatting environment */ member 742 { Sffmt_t ft; /* environment */ member 756 #define FMTSET(ft, frm,ags, fv, sz, flgs, wid,pr,bs, ts,ns) \ argument 757 ((ft->form = (char*)frm), va_copy(ft->args,ags), \ 758 (ft->fmt = fv), (ft->size = sz), \ 759 (ft->flags = (flgs&SFFMT_SET)), \ 760 (ft->width = wid), (ft->precis = pr), (ft->base = bs), \ 761 (ft->t_str = ts), (ft->n_str = ns) ) 762 #define FMTGET(ft, frm,ags, fv, sz, flgs, wid,pr,bs) \ argument [all …]
|
/titanic_44/usr/src/cmd/eqn/ |
H A D | font.c | 23 yyval = ft; in setfont() 25 ft = ROM; in setfont() 27 ft = ITAL; in setfont() 29 ft = BLD; in setfont() 31 ft = ch1; in setfont() 32 printf(".ft %c\n", ft); in setfont() 34 if (dbg) printf(".\tsetfont %c %c\n", ch1, ft); in setfont() 36 if (dbg) printf(".\tsetfont %c\n", ft); in setfont() 45 lfont[yyval] = rfont[yyval] = ft == ITAL ? ITAL : ROM; in font() 48 "rf=%c\n", yyval, ft, p2, p1, ebase[yyval], eht[yyval], in font() [all …]
|
H A D | text.c | 164 if (ft == ITAL) { in trans() 177 if (ft == ITAL) { in trans() 187 f = ft == ITAL ? ITAL : ROM; in trans()
|
H A D | glob.c | 29 int ft; /* default font */ variable
|
H A D | io.c | 255 ft = gfont; in init() 257 printf(".ft %c\n", ft); in init()
|
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac_flow.c | 282 mac_flow_add(flow_tab_t *ft, flow_entry_t *flent) in mac_flow_add() argument 285 flow_ops_t *ops = &ft->ft_ops; in mac_flow_add() 290 ASSERT(MAC_PERIM_HELD((mac_handle_t)ft->ft_mip)); in mac_flow_add() 296 if ((mask & ft->ft_mask) == 0 || (mask & ~ft->ft_mask) != 0) in mac_flow_add() 302 if ((err = ops->fo_accept_fe(ft, flent)) != 0) { in mac_flow_add() 303 DTRACE_PROBE3(accept_failed, flow_tab_t *, ft, in mac_flow_add() 312 index = ops->fo_hash_fe(ft, flent); in mac_flow_add() 318 rw_enter(&ft->ft_lock, RW_WRITER); in mac_flow_add() 319 headp = &ft->ft_table[index]; in mac_flow_add() 329 if (ft->ft_ops.fo_match_fe(ft, *p, flent)) { in mac_flow_add() [all …]
|
/titanic_44/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_mark.c | 409 fs_traverse_t ft; in mark_inodes_v2() local 424 ft.ft_path = path; in mark_inodes_v2() 425 ft.ft_lpath = nlp->nlp_backup_path; in mark_inodes_v2() 426 ft.ft_callbk = mark_cb; in mark_inodes_v2() 427 ft.ft_arg = ∓ in mark_inodes_v2() 428 ft.ft_logfp = (ft_log_t)ndmp_log; in mark_inodes_v2() 429 ft.ft_flags = ndmpd_mark_flags; in mark_inodes_v2() 431 return (traverse(session, nlp, &ft)); in mark_inodes_v2() 682 fs_traverse_t ft; in mark_tokv3() local 704 ft.ft_path = path; in mark_tokv3() [all …]
|
H A D | ndmpd_tar3.c | 2233 fs_traverse_t ft; in backup_reader_v3() local 2291 ft.ft_path = nlp->nlp_backup_path; in backup_reader_v3() 2292 ft.ft_lpath = bp.bp_chkpnm; in backup_reader_v3() 2294 NDMP_LOG(LOG_DEBUG, "path %s lpath %s", ft.ft_path, ft.ft_lpath); in backup_reader_v3() 2296 ft.ft_callbk = timebk_v3; in backup_reader_v3() 2299 ft.ft_callbk = lbrbk_v3; in backup_reader_v3() 2309 ft.ft_arg = &bp; in backup_reader_v3() 2310 ft.ft_logfp = (ft_log_t)ndmp_log; in backup_reader_v3() 2311 ft.ft_flags = FST_VERBOSE | FST_STOP_ONERR; in backup_reader_v3() 2319 rv = traverse_level(&ft); in backup_reader_v3() [all …]
|
/titanic_44/usr/src/lib/libm/common/R/ |
H A D | __tanf.c | 74 float ft = 0.0; in __k_tanf() local 83 ft = n == 0 ? (float) x : (float) (-one / x); in __k_tanf() 85 return (ft); in __k_tanf() 88 ft = n == 0 ? (float) z : (float) (-one / z); in __k_tanf() 89 return (ft); in __k_tanf() 94 ft = n == 0 ? (float) w : (float) (-one / w); in __k_tanf() 95 return (ft); in __k_tanf()
|
H A D | __sinf.c | 70 float ft; in __k_sinf() local 76 ft = (float) x; in __k_sinf() 78 return (ft); in __k_sinf() 81 ft = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z))); in __k_sinf() 82 return (ft); in __k_sinf()
|
H A D | __cosf.c | 73 float ft; in __k_cosf() local 79 ft = (float) 1; in __k_cosf() 81 return (ft); in __k_cosf() 84 ft = (float) (((C0 + z * C1) + (z * z) * C2) * (C3 + z * (C4 + z))); in __k_cosf() 85 return (ft); in __k_cosf()
|
/titanic_44/usr/src/lib/libsmedia/plugins/floppy/common/ |
H A D | f_format.c | 65 struct format_track *ft = (struct format_track *)ip; in format_floppy() local 112 format_flags = ft->flag; in format_floppy() 378 if (ft->track_no == -1) { in format_floppy() 384 start_cyl = ft->track_no; in format_floppy() 385 end_cyl = ft->track_no + 1; in format_floppy() 386 start_head = ft->head; in format_floppy() 387 end_head = ft->head + 1; in format_floppy() 542 struct format_track ft; in _m_media_format() local 564 ft.track_no = (-1); in _m_media_format() 565 ft.head = (-1); in _m_media_format() [all …]
|
/titanic_44/usr/src/ucbcmd/vipw/ |
H A D | vipw.c | 68 FILE *ft, *fp; in main() local 197 FILE *fp, *ft; in copyfile() local 208 ft = fdopen(fd, "w"); in copyfile() 209 if (ft == NULL) { in copyfile() 219 fputs(buf, ft); in copyfile() 220 (void) fclose(ft); in copyfile() 262 FILE *ft; in sanity_check() local 283 ft = fopen(temp, "r"); in sanity_check() 284 if (ft == NULL) { in sanity_check() 291 while (fgets(buf, sizeof (buf) - 1, ft) != NULL) { in sanity_check() [all …]
|
/titanic_44/usr/src/cmd/units/ |
H A D | unittab | 127 ft foot 128 yard 3 ft 132 mile 5280 ft 135 british 1200|3937 m/ft 338 admiraltyknot 6080 ft/hr 342 arpentlin 191.835 ft 370 cable 720 ft 380 chain 66 ft 401 engineerschain 100 ft 402 engineerslink 100|100 ft [all …]
|
/titanic_44/usr/src/lib/libsmedia/library/common/ |
H A D | l_generic.c | 194 struct format_track ft; in smedia_format_track() local 196 ft.track_no = (int32_t)trackno; in smedia_format_track() 197 ft.head = (int32_t)head; in smedia_format_track() 198 ft.flag = density; in smedia_format_track() 200 &ft, "_m_media_format_track"); in smedia_format_track()
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | alloc.c | 65 struct stats *mt, *ft, *mc, *fc; in alloc_fini() local 68 ft = Freetotal; in alloc_fini() 78 stats_delete(ft); in alloc_fini()
|
/titanic_44/usr/src/cmd/refer/ |
H A D | inv5.c | 23 recopy(FILE *ft, FILE *fb, FILE *fa, int nhash) in recopy() argument 60 fprintf(ft, "%04d %06ld\n", i, k); in recopy()
|
H A D | inv6.c | 23 whash(FILE *ft, FILE *fa, FILE *fb, int nhash, int iflong, in whash() argument 44 while (fgets(line, 100, ft)) { in whash()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecalgs.c | 101 struct flagtable *ft = table; in parse_flag() local 107 while (ft->token != 0) { in parse_flag() 108 if (ft->token & flag) { in parse_flag() 109 (void) printf("%s ", ft->label); in parse_flag() 111 ft++; in parse_flag() 116 while (ft->label != NULL && strcmp(ft->label, flag_str) != 0) in parse_flag() 117 ft++; in parse_flag() 118 return (ft->token); in parse_flag()
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 1615 int fr_tcpudpchk(fin, ft) in fr_tcpudpchk() argument 1617 frtuc_t *ft; 1627 if (ft->ftu_dcmp) 1628 err = fr_portcheck(&ft->ftu_dst, &fin->fin_dport); 1633 if (err && ft->ftu_scmp) 1634 err = fr_portcheck(&ft->ftu_src, &fin->fin_sport); 1644 return !(ft->ftu_tcpf | ft->ftu_tcpfm); 1648 if (ft->ftu_tcpfm && 1649 ft->ftu_tcpf != (fin->fin_tcpf & ft->ftu_tcpfm)) { 1651 ft->ftu_tcpfm, ft->ftu_tcpf)); [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | mac_flow_impl.h | 469 #define FLOW_TAB_EMPTY(ft) ((ft) == NULL || (ft)->ft_flow_count == 0) argument
|
/titanic_44/usr/src/lib/libeti/form/common/ |
H A D | field.c | 405 set_field_type(FIELD *f, FIELDTYPE *ft, ...) in set_field_type() argument 410 va_start(ap, ft); in set_field_type() 413 f->type = ft; in set_field_type()
|