Searched defs:ft (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/lib/libm/common/R/
H A D__sinf.c70 float ft; local
76 ft = (float) x;
78 return (ft);
81 ft = (float) ((x * (S0 + z * S1)) * (S2 + z * (S3 + z)));
82 return (ft);
H A D__cosf.c73 float ft; local
79 ft = (float) 1;
81 return (ft);
84 ft = (float) (((C0 + z * C1) + (z * z) * C2) * (C3 + z * (C4 + z)));
85 return (ft);
H A D__tanf.c74 float ft = 0.0; local
83 ft = n == 0 ? (float) x : (float) (-one / x);
85 return (ft);
88 ft = n == 0 ? (float) z : (float) (-one / z);
89 return (ft);
94 ft = n == 0 ? (float) w : (float) (-one / w);
95 return (ft);
/illumos-gate/usr/src/cmd/refer/
H A Dinv5.c23 recopy(FILE *ft, FILE *fb, FILE *fa, int nhash) argument
25 /* copy fb (old hash items/pointers) to ft (new ones) */
60 fprintf(ft, "%04d %06ld\n", i, k);
H A Dinv6.c23 whash(FILE *ft, FILE *fa, FILE *fb, int nhash, int iflong, argument
44 while (fgets(line, 100, ft)) {
/illumos-gate/usr/src/cmd/eqn/
H A Dglob.c29 int ft; /* default font */ variable
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c65 struct stats *mt, *ft, *mc, *fc; local
68 ft = Freetotal;
78 stats_delete(ft);
/illumos-gate/usr/src/tools/protolist/
H A Dprotolist.c43 int file_type, struct FTW *ft)
42 visit_dir(const char *path, const struct stat *st, int file_type, struct FTW *ft) argument
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_generic.c194 struct format_track ft; local
196 ft.track_no = (int32_t)trackno;
197 ft.head = (int32_t)head;
198 ft.flag = density;
200 &ft, "_m_media_format_track");
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfield.c405 set_field_type(FIELD *f, FIELDTYPE *ft, ...) argument
410 va_start(ap, ft);
413 f->type = ft;
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c68 FILE *ft, *fp; local
197 FILE *fp, *ft; local
208 ft = fdopen(fd, "w");
209 if (ft == NULL) {
219 fputs(buf, ft);
220 (void) fclose(ft);
262 FILE *ft; local
283 ft = fopen(temp, "r");
284 if (ft == NULL) {
291 while (fgets(buf, sizeof (buf) - 1, ft) !
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsftable.c45 static Fmtpos_t* sffmtpos(Sfio_t* f,const char* form,va_list args,Sffmt_t* ft,int type) argument
47 static Fmtpos_t* sffmtpos(f,form,args,ft,type)
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
[all...]
H A Dsfvprintf.c119 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
[all...]
H A Dsfvscanf.c318 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
[all...]
/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_format.c65 struct format_track *ft = (struct format_track *)ip; local
112 format_flags = ft->flag;
378 if (ft->track_no == -1) {
384 start_cyl = ft->track_no;
385 end_cyl = ft->track_no + 1;
386 start_head = ft->head;
387 end_head = ft->head + 1;
542 struct format_track ft; local
564 ft.track_no = (-1);
565 ft
596 struct format_track *ft = (struct format_track *)ip; local
[all...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_mark.c409 fs_traverse_t ft; local
424 ft.ft_path = path;
425 ft.ft_lpath = nlp->nlp_backup_path;
426 ft.ft_callbk = mark_cb;
427 ft.ft_arg = ∓
428 ft.ft_logfp = (ft_log_t)ndmp_log;
429 ft.ft_flags = ndmpd_mark_flags;
431 return (traverse(session, nlp, &ft));
682 fs_traverse_t ft; local
704 ft
836 fs_traverse_t ft; local
890 fs_traverse_t ft; local
[all...]
H A Dndmpd_tar3.c2233 fs_traverse_t ft; local
2291 ft.ft_path = nlp->nlp_backup_path;
2292 ft.ft_lpath = bp.bp_chkpnm;
2294 NDMP_LOG(LOG_DEBUG, "path %s lpath %s", ft.ft_path, ft.ft_lpath);
2296 ft.ft_callbk = timebk_v3;
2299 ft.ft_callbk = lbrbk_v3;
2309 ft.ft_arg = &bp;
2310 ft.ft_logfp = (ft_log_t)ndmp_log;
2311 ft
2518 fs_traverse_t ft; local
[all...]
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncalogd.h48 frtn_t ft; /* free_func() for desballoc */ member in struct:log_buf
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c1974 frtuc_t *ft; local
2002 ft = &np->in_tuc;
2005 if (ft->ftu_scmp || ft->ftu_dcmp)
2010 return fr_tcpudpchk(fin, ft);
H A Dip_nat.c3763 frtuc_t *ft; local
3791 ft = &np->in_tuc;
3794 if (ft->ftu_scmp || ft->ftu_dcmp)
3799 return fr_tcpudpchk(fin, ft);
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c1833 FILETIME ft; local
1838 GetSystemTimeAsFileTime( &ft );
1839 now = ((double)ft.dwHighDateTime) * 4294967296.0;
1840 *prNow = (now + ft.dwLowDateTime)/864000000000.0 + 2305813.5;
H A Dvdbe.c1421 int ft, fn; local
1423 ft = pTos->flags;
1425 if( (ft | fn) & MEM_Null ){
1434 }else if( (ft & fn & MEM_Int)==MEM_Int ){
1436 }else if( (ft & MEM_Int)!=0 && (fn & MEM_Str)!=0 && toInt(pNos->z,&v) ){
1438 }else if( (fn & MEM_Int)!=0 && (ft & MEM_Str)!=0 && toInt(pTos->z,&v) ){
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c101 struct flagtable *ft = table; local
107 while (ft->token != 0) {
108 if (ft->token & flag) {
109 (void) printf("%s ", ft->label);
111 ft++;
116 while (ft->label != NULL && strcmp(ft->label, flag_str) != 0)
117 ft++;
118 return (ft->token);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c306 u_longlong_t ft; member in struct:__anon190
353 psbe->ft = sb.f_files;
1137 IXDR_PUT_HYPER(ptr, sbe.ft);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1193 flow_template_t ft; local
1201 bzero((char *)&ft, ft_size);
1208 ft.ip_proto = IPPROTO_TCP;
1210 ft.ip4_saddr = flow_res->flow_spec.uh.tcpip4spec.ip4src;
1212 ft.ip4_daddr = flow_res->flow_spec.uh.tcpip4spec.ip4dst;
1214 ft.ip_src_port = flow_res->flow_spec.uh.tcpip4spec.psrc;
1216 ft.ip_dst_port = flow_res->flow_spec.uh.tcpip4spec.pdst;
1222 ft.ip_proto = IPPROTO_UDP;
1224 ft.ip4_saddr = flow_res->flow_spec.uh.udpip4spec.ip4src;
1226 ft
[all...]

Completed in 176 milliseconds

12