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

/freebsd-13-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-13-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-13-stable/usr.sbin/pstat/
H A Dpstat.c378 int wid; local
403 wid = (int)sizeof(uintptr_t) * 2;
407 (void)printf("%*jx", wid, (uintmax_t)(uintptr_t)fp->xf_file);
421 (void)printf(" %*jx", wid, (uintmax_t)(uintptr_t)fp->xf_data);
/freebsd-13-stable/contrib/nvi/cl/
H A Dcl_funcs.c607 char * wid; local
623 if (clp->oname == NULL && (wid = getenv("WINDOWID"))) {
624 snprintf(cmd, sizeof(cmd), "xprop -id %s WM_NAME", wid);
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_hw.c56 static int qls_init_work_queue(qla_host_t *ha, int wid);
1129 qls_init_work_queue(qla_host_t *ha, int wid) argument
1136 txr = &ha->tx_ring[wid];
1139 + (ha->vm_pgsize * wid));
1141 txr->wq_db_offset = (ha->vm_pgsize * wid);
1152 wq_icb->wqcqid_rss = wid;
1182 value |= (wid << Q81_CTL_CONFIG_Q_NUM_SHIFT);

Completed in 107 milliseconds