Home | Sort by: relevance | last modified time | path |
/src/usr.bin/telnet/ | |
authenc.c | 95 int om = globalmode; local in function:telnet_gets 109 TerminalNewMode(om); |
/src/sys/dev/onewire/ | |
onewire_subr.c | 108 const struct onewire_matchfam *om; local in function:onewire_matchbyfam 111 for (i = 0, om = fams; i < nent; i++, om++) 112 if (ONEWIRE_ROM_FAMILY_TYPE(oa->oa_rom) == om->om_type) |
/src/sbin/sysctl/ | |
sysctl.c | 2633 mode_t om, mm; local in function:mode_bits 2686 om = (mode_t)o; 2694 strmode(om, buf); 2695 rc = snprintf(outbuf, sizeof(outbuf), "%04o (%s)", om, buf + 1); |