Searched refs:wid (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/file/src/
H A Dfile.c411 size_t j, wid, nw; local
412 for (wid = 0, j = CAST(size_t, optind); j < CAST(size_t, argc);
415 if (nw > wid)
416 wid = nw;
426 e |= process(magic, argv[optind], wid);
499 int wid = 0, cwid; local
504 wid = 1;
515 if (cwid > wid)
516 wid = cwid;
525 e |= process(ms, line, wid);
539 process(struct magic_set *ms, const char *inname, int wid) argument
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Doutput.h39 void set_desired_width_height(double wid, double ht);
H A Dmain.cpp271 double wid, ht; local
272 switch (sscanf(&start_line[0], "%lf %lf", &wid, &ht)) {
279 ht = wid = 0.0;
282 out->set_desired_width_height(wid, ht);
H A Dobject.cpp42 void output::set_desired_width_height(double wid, double ht) argument
44 desired_width = wid;
575 void graphic_object::set_dotted(double wid) argument
578 lt.dash_width = wid;
581 void graphic_object::set_dashed(double wid) argument
584 lt.dash_width = wid;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dbucomm.c329 int oldt = t, wid;
331 wid = LONGEST_ARCH + strlen (bfd_target_vector[t]->name) + 1;
333 while (wid < columns && bfd_target_vector[t] != NULL)
337 newwid = wid + strlen (bfd_target_vector[t]->name) + 1;
340 wid = newwid;
326 int oldt = t, wid; local
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A Ddraw.c154 /* `wid' is in device units */
156 DoCharacter (DviWidget dw, int c, int wid) argument
235 if (wid != 0) {
237 dw->dvi.text_device_width += wid;
278 int wid = 0; local
284 if (!FindCharWidth (dw, buf, &wid))
290 DoCharacter (dw, c, wid);
292 (void) FakeCharacter (dw, buf, wid);
294 return wid;
300 int FakeCharacter (DviWidget dw, char *buf, int wid) argument
345 int wid; local
[all...]
/freebsd-11-stable/contrib/groff/src/utils/xtotroff/
H A Dxtotroff.c113 int wid; local
184 wid = charWidth(fi, c);
186 fprintf(out, "%s\t%d", name ? name : "---", wid);
189 param[2] = 0; /* charRBearing (fi, c) - wid */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_auth_kwallet/
H A Dkwallet.cpp124 WId wid = 1;
136 wid = (WId)wid_env;
139 return wid;
123 WId wid = 1; local
/freebsd-11-stable/usr.sbin/pstat/
H A Dpstat.c374 int wid; local
399 wid = (int)sizeof(uintptr_t) * 2;
403 (void)printf("%*jx", wid, (uintmax_t)(uintptr_t)fp->xf_file);
417 (void)printf(" %*jx", wid, (uintmax_t)(uintptr_t)fp->xf_data);
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_funcs.c611 char * wid; local
627 if (clp->oname == NULL && (wid = getenv("WINDOWID"))) {
628 snprintf(cmd, sizeof(cmd), "xprop -id %s WM_NAME", wid);
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_hw.c56 static int qls_init_work_queue(qla_host_t *ha, int wid);
1142 qls_init_work_queue(qla_host_t *ha, int wid) argument
1149 txr = &ha->tx_ring[wid];
1152 + (ha->vm_pgsize * wid));
1154 txr->wq_db_offset = (ha->vm_pgsize * wid);
1165 wq_icb->wqcqid_rss = wid;
1195 value |= (wid << Q81_CTL_CONFIG_Q_NUM_SHIFT);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp1819 hunits wid; member in class:glyph_node
1980 wid = tf->get_width(ci);
1988 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc), wid(w)
1996 return new glyph_node(ci, tf, gcol, fcol, wid, state, div_nest_level);
2102 return wid;
2195 return new ligature_node(ci, tf, gcol, fcol, wid, n1->copy(), n2->copy(),

Completed in 145 milliseconds