Home
last modified time | relevance | path

Searched refs:fumask (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/libexec/ftpd/
H A Dconf.c472 unsigned long fumask; in parse_conf() local
479 fumask = strtoul(arg, &endp, 8); in parse_conf()
481 fumask > 0777) { in parse_conf()
487 curclass.umask = (mode_t)fumask; in parse_conf()
/netbsd-src/sys/dev/usb/
H A Duaudio.c1532 u_int fumask, mmask, cmask; in uaudio_add_feature() local
1570 fumask = FU_MASK(ctl); in uaudio_add_feature()
1572 ctl, fumask); in uaudio_add_feature()
1573 if (mmask & fumask) { in uaudio_add_feature()
1576 } else if (cmask & fumask) { in uaudio_add_feature()
1579 if (GETV1(i) & fumask) in uaudio_add_feature()
1623 fumask = V2_FU_MASK(ctl); in uaudio_add_feature()
1625 ctl, fumask); in uaudio_add_feature()
1627 if (mmask & fumask) { in uaudio_add_feature()
1630 } else if (cmask & fumask) { in uaudio_add_feature()
[all …]