Home
last modified time | relevance | path

Searched refs:ascii (Results 1 – 25 of 77) sorted by last modified time

1234

/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S73 .ascii #namespace; \
74 .ascii "/"; \
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile80 ascii.h \
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.man7.inc43 file path=usr/share/man/man7/ascii.7
H A Dsystem-header.p5m693 file path=usr/include/sys/ascii.h
/illumos-gate/usr/src/man/man7/
H A DMakefile30 ascii.7 \
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src3705 # (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
5412 # (news-29: this had :TY=ascii: --esr)
5422 # (news-33: this had :TY=ascii: --esr)
5432 # (news-42: this had :TY=ascii: --esr)
5465 # (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
5485 # (nwp513-a: this had :TY=ascii: and :DE=^H:, which I interpret as <OTbs>; --esr)
5507 # (news29: this had :TY=ascii:KB=nws1200:\ --esr)
9809 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
9846 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
10618 # and alt font ascii,wrap on,tabs cleared
[all …]
H A Dtermcap.src3235 # (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
4749 # (news-29: this had :TY=ascii: --esr)
4759 # (news-33: this had :TY=ascii: --esr)
4769 # (news-42: this had :TY=ascii: --esr)
4801 # (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
4820 # (nwp513-a: this had :TY=ascii: and :DE=^H:, which I interpret as :bs:; --esr)
4842 # (news29: this had :TY=ascii:KB=nws1200:\ --esr)
8731 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
8766 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
9408 # and alt font ascii,wrap on,tabs cleared
[all …]
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt10.c163 if (ascii) in ptinit()
535 if (ascii)
547 if (!ascii) in ptlead()
581 if (ascii) in newpage()
613 if (ascii) in dostop()
/illumos-gate/usr/src/cmd/troff/
H A Dn4.c106 i = ascii; in setn()
H A Dn7.c491 if (ascii) {
H A Dn1.c235 ascii = 1; in main()
384 if (ascii) in init2()
H A Dni.c102 int ascii = ASCII; variable
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2846 char *ascii = NULL; /* human readable label */ in zfs_prop_get() local
2867 if (label_to_str(new_sl, &ascii, M_LABEL, in zfs_prop_get()
2869 if (ascii) in zfs_prop_get()
2870 free(ascii); in zfs_prop_get()
2876 (void) strlcpy(propbuf, ascii, proplen); in zfs_prop_get()
2877 free(ascii); in zfs_prop_get()
/illumos-gate/usr/src/cmd/bhyve/
H A Dps2kbd.c440 uint8_t ascii; in ps2kbd_setkbdlayout() local
466 if (sscanf(line, "'%c',%x;", &ascii, &scancode) == 2) { in ps2kbd_setkbdlayout()
467 if (ascii < 0x80) in ps2kbd_setkbdlayout()
468 ascii_translations[ascii] = (uint8_t)(scancode & 0xff); in ps2kbd_setkbdlayout()
/illumos-gate/usr/src/boot/common/
H A Dmodule.c443 char ascii[2 * SHA1_DIGEST_LENGTH + 1]; in module_hash() local
448 (void) snprintf(ascii + 2 * i, sizeof (ascii) - 2 * i, "%02x", in module_hash()
452 (void) asprintf(&fp->f_args, "hash=%s", ascii); in module_hash()
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_streams.c320 upper->kbtrans_streams_vuid_addr.ascii = ASCII_FIRST; in kbtrans_streams_init()
805 addr_ptr = &upper->kbtrans_streams_vuid_addr.ascii; in kbtrans_ioctl()
837 upper->kbtrans_streams_vuid_addr.ascii; in kbtrans_ioctl()
1346 id_addr = upper->kbtrans_streams_vuid_addr.ascii; in kbtrans_keypressed()
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/
H A DMakefile11 FILES = eqnchar iso ascii greek
/illumos-gate/usr/src/boot/include/net/
H A Dif.h463 char ascii[IFSTATMAX + 1]; member
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S122 .ascii "BTX" # Magic
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1160 digest_a2h(const char *ascii, uint8_t *digest) in digest_a2h() argument
1165 digest[i] = dboot_a2h(ascii[i * 2]) << 4; in digest_a2h()
1166 digest[i] |= dboot_a2h(ascii[i * 2 + 1]); in digest_a2h()
1179 const char *ascii; in check_image_hash() local
1187 ascii = (const char *)(uintptr_t)modules[midx].bm_hash; in check_image_hash()
1191 digest_a2h(ascii, baseline); in check_image_hash()
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/
H A Dutils.c27 char ascii[24]; in hexdump() local
28 char *pa = ascii; in hexdump()
30 bzero(ascii, sizeof (ascii)); in hexdump()
36 pa = ascii; in hexdump()
51 printf("%s\n", ascii); in hexdump()
64 printf("%s\n", ascii); in hexdump()
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S59 .ascii #namespace; \
60 .ascii "/"; \
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S4475 .ascii "sfmmu_kpm_tsbmtl: interrupts disabled"
4478 .ascii "sfmmu_kpm_stsbmtl: interrupts disabled"
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/
H A Darcfour_str2key.c10 static void asctouni(unsigned char *unicode, unsigned char *ascii, size_t len) in asctouni() argument
14 unicode[2*counter]=ascii[counter]; in asctouni()
/illumos-gate/usr/src/cmd/tsol/setlabel/
H A Dsetlabel.c135 m_label_err(const char *ascii, const int err) in m_label_err() argument
141 gettext("setlabel: bad string %s\n"), ascii); in m_label_err()
150 "\"%s\" at position %d\n"), ascii, err); in m_label_err()

1234