Searched refs:modebuf (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/mg/
H A Dmodes.c116 char modebuf[32], *bufp; local
118 if ((bufp = eread("Set Default Mode: ", modebuf, sizeof(modebuf),
123 if ((m = name_mode(modebuf)) == NULL) {
125 ewprintf("can't find mode %s", modebuf);
157 if (strcmp(modebuf, "overwrite") == 0) {
163 if (strcmp(modebuf, "notab") == 0) {
/openbsd-current/usr.bin/cdio/
H A Dmmc.c389 u_char modebuf[70], bdlen; local
393 if ((r = mode_sense_write(modebuf)) != SCCMD_OK) {
397 bdlen = modebuf[7];
398 modebuf[2+8+bdlen] |= 0x40; /* Buffer Underrun Free Enable */
399 modebuf[2+8+bdlen] |= 0x01; /* change write type to TAO */
405 modebuf[3+8+bdlen] = 0x04; /* track mode = data */
406 modebuf[4+8+bdlen] = 0x08; /* 2048 block track mode */
407 modebuf[8+8+bdlen] = 0x00; /* turn off XA */
410 modebuf[3+8+bdlen] = 0x00; /* track mode = audio */
411 modebuf[
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dbucomm.c372 char modebuf[11];
380 mode_string (buf.st_mode, modebuf);
381 modebuf[10] = '\0';
383 fprintf (file, "%s %ld/%ld %6ld %s ", modebuf + 1,
368 char modebuf[11]; local
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dbucomm.c373 char modebuf[11];
381 mode_string (buf.st_mode, modebuf);
382 modebuf[10] = '\0';
384 fprintf (file, "%s %ld/%ld %6ld %s ", modebuf + 1,
369 char modebuf[11]; local

Completed in 124 milliseconds