HomeSort by: relevance | last modified time | path
    Searched defs:ENC (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/uuencode/
uuencode.c 122 /* ENC is the basic 1 character encoding function to make a char printing */
123 #define ENC(c) ((c) ? ((c) & 077) + ' ': '`')
164 ch = ENC(n);
175 ch = ENC(ch);
179 ch = ENC(ch);
183 ch = ENC(ch);
187 ch = ENC(ch);
196 ch = ENC('\0');
  /src/usr.bin/audio/ctl/
ctl.c 81 #define ENC 7
107 { "play.encoding", &info.play.encoding, ENC, 0 },
126 { "record.encoding", &info.record.encoding, ENC, 0 },
205 case ENC:
239 int enc; local in function:rdfield
259 case ENC:
260 enc = audio_enc_to_val(q);
261 if (enc >= 0)
262 *(u_int*)p->valp = enc;
296 audio_encoding_t enc; local in function:getinfo
    [all...]

Completed in 27 milliseconds