Searched refs:wordp (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tw.parse.c | 160 size_t wp, word, wordp, cmd_start, oword = 0, ocmd_start = 0; in tenematch() local 231 wordp = word; in tenematch() 260 p = qline.s + wordp; in tenematch() 262 wordp = p - qline.s; in tenematch() 280 if ((slshp = Strrchr(qline.s + wordp, '/')) != NULL && in tenematch() 283 for (bptr = qline.s + wordp; bptr < slshp; bptr++) { in tenematch() 297 Strbuf_append(&wordbuf, qline.s + wordp); in tenematch() 301 qline.len = wordp; in tenematch() 315 Strbuf_append(&wordbuf, qline.s + wordp); in tenematch() 322 wp = wordp + wordbuf.len; in tenematch() [all …]
|
H A D | WishList | 292 looking = tw_complete(cmd_start, &wordp, &pat, looking, &suf);
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-generic.c | 802 uint64_t *wordp = per_cpu_ptr(spl_pseudo_entropy, i); in spl_random_init() local 806 wordp[0] = s[0]; in spl_random_init() 807 wordp[1] = s[1]; in spl_random_init() 808 wordp[2] = s[2]; in spl_random_init() 809 wordp[3] = s[3]; in spl_random_init()
|
/freebsd/sys/geom/union/ |
H A D | g_union.c | 1078 uint64_t *wordp; in g_union_setmap() local 1093 wordp = &(*leaf) in g_union_setmap() 1095 *wordp |= 1ULL << (start % BITS_PER_ENTRY); in g_union_setmap()
|