Home
last modified time | relevance | path

Searched refs:wid (Results 1 – 16 of 16) sorted by relevance

/freebsd/usr.bin/netstat/
H A Droute.c197 struct _wid wid; variable
209 wid.dst, wid.dst, "Destination", in pr_rthdr()
210 wid.gw, wid.gw, "Gateway", in pr_rthdr()
211 wid.flags, wid.flags, "Flags", in pr_rthdr()
212 wid.mtu, wid.mtu, "Nhop#", in pr_rthdr()
213 wid.mtu, wid.mtu, "Mtu", in pr_rthdr()
214 wid.iface, wid.iface, "Netif", in pr_rthdr()
215 wid.expire, "Expire"); in pr_rthdr()
219 wid.dst, wid.dst, "Destination", in pr_rthdr()
220 wid.gw, wid.gw, "Gateway", in pr_rthdr()
[all …]
H A Droute_netlink.c174 protrusion = p_sockaddr("destination", rt->rta_dst, pmask, rt->rta_rtflags, wid.dst); in p_path()
176 wid.gw - protrusion); in p_path()
178 wid.flags - protrusion); in p_path()
205 xo_emit("{t:nhop/%*lu} ", wid.mtu, is_mpath ? 0 : rt->rta_knh_id); in p_path()
208 xo_emit("{t:mtu/%*lu} ", wid.mtu, rt->rtax_mtu); in p_path()
211 xo_emit("{P:/%*s} ", wid.mtu, ""); in p_path()
217 xo_emit("{t:interface-name/%*s}", wid.iface, prettyname); in p_path()
219 xo_emit("{t:interface-name/%*.*s}", wid.iface, wid.iface, in p_path()
222 xo_emit(" {:expire-time/%*u}", wid.expire, rt->rta_expires); in p_path()
H A Dcommon.h59 extern struct _wid wid;
/freebsd/stand/ficl/softwords/
H A Dmarker.fr16 dup @ ( pfa current-wid )
17 dup set-current forget-wid ( pfa )
19 over cells + swap ( last-wid-addr count )
21 dup @ dup ( wid-addr wid wid )
22 >search forget-wid ( wid-addr )
H A Dsoftcore.fr130 : brand-wordlist ( wid -- ) last-word >name drop wid-set-name ;
132 : ficl-named-wordlist \ ( hash-size name -- ) run: ( -- wid )
139 : ficl-set-current ( wid -- old-wid )
180 \ ORDER displays the compile wid and the search order list
182 : list-wid ( wid -- )
183 dup wid-get-name ( wid c-addr u )
187 drop ." (unnamed wid) " x.
194 get-order 0 ?do 3 spaces list-wid loop cr
195 ." Compile: " get-current list-wid cr
H A Doo.fr100 class name class cell+ @ ( class c-addr u wid )
168 \ : get-wid metaclass => .wid @ ;
170 \ my-class get-wid ( -- wid-of-my-class )
311 \ ( -- old-wid addr[size] 0 )
313 : end-class ( old-wid addr[size] size -- )
321 : suspend-class ( old-wid addr[size] size -- ) end-class ;
356 dup , \ wid
379 create .wid ( class metaclass -- wid ) \ return wid of class
394 : get-wid metaclass => .wid @ ;
485 : resume-class { 2:this -- old-wid addr[size] size }
[all …]
H A Dficlclass.fr56 : get-name drop wid-get-name ;
68 \ : named-wid wordlist postpone c-wordlist metaclass => ref ;
H A Dforml.fr38 c-word --> get-wid ficl-set-current
/freebsd/contrib/one-true-awk/testdir/
H A Dp.table12 wid[i] = max(wid[i], length($i))
22 printf("%" wid[i] "s%s", numjust(i,d[i]), sep)
24 printf("%-" wid[i] "s%s", d[i], sep)
32 return s substr(blanks, 1, int((wid[n]-nwid[n])/2))
/freebsd/contrib/file/src/
H A Dfile.c199 size_t i, j, wid, nw; in main() local
426 for (wid = 0, j = CAST(size_t, optind); j < CAST(size_t, argc); in main()
429 if (nw > wid) in main()
430 wid = nw; in main()
441 e |= process(magic, argv[optind], wid); in main()
516 int wid = 0, cwid; in unwrap() local
541 if (cwid > wid) in unwrap()
542 wid = cwid; in unwrap()
561 e |= process(ms, flist[fi], wid); in unwrap()
628 process(struct magic_set *ms, const char *inname, int wid) in process() argument
[all …]
/freebsd/usr.sbin/pstat/
H A Dpstat.c364 int wid; in filemode() local
389 wid = (int)sizeof(uintptr_t) * 2; in filemode()
393 (void)printf("%*jx", wid, (uintmax_t)(uintptr_t)fp->xf_file); in filemode()
407 (void)printf(" %*jx", wid, (uintmax_t)(uintptr_t)fp->xf_data); in filemode()
/freebsd/contrib/nvi/cl/
H A Dcl_funcs.c607 char * wid; in cl_rename() local
623 if (clp->oname == NULL && (wid = getenv("WINDOWID"))) { in cl_rename()
624 snprintf(cmd, sizeof(cmd), "xprop -id %s WM_NAME", wid); in cl_rename()
/freebsd/sys/dev/qlxge/
H A Dqls_hw.c54 static int qls_init_work_queue(qla_host_t *ha, int wid);
1128 qls_init_work_queue(qla_host_t *ha, int wid) in qls_init_work_queue() argument
1135 txr = &ha->tx_ring[wid]; in qls_init_work_queue()
1138 + (ha->vm_pgsize * wid)); in qls_init_work_queue()
1140 txr->wq_db_offset = (ha->vm_pgsize * wid); in qls_init_work_queue()
1151 wq_icb->wqcqid_rss = wid; in qls_init_work_queue()
1181 value |= (wid << Q81_CTL_CONFIG_Q_NUM_SHIFT); in qls_init_work_queue()
/freebsd/stand/forth/
H A Dsupport.4th401 get-current ( -- wid ) previous definitions
407 >search ( wid -- ) definitions
484 get-current ( -- wid ) previous definitions >search ( wid -- )
686 get-current ( -- wid ) previous definitions >search ( wid -- )
898 get-current ( -- wid ) previous definitions >search ( wid -- )
/freebsd/contrib/one-true-awk/
H A Drun.c1221 int ljust = 0, wid = 0, prec = n, pad = 0; in format() local
1239 wid = strtol(f, &f, 10); in format()
1246 pad = wid>prec ? wid - prec : 0; // has to be >= 0 in format()
1323 int ljust = 0, wid = 0, prec = n, pad = 0; in format() local
1341 wid = strtol(f, &f, 10); in format()
1348 pad = wid>prec ? wid - prec : 0; // has to be >= 0 in format()
/freebsd/share/dict/
H A Dweb2232353 wid