Searched refs:ascii (Results 1 - 25 of 90) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/
H A Dnetbsd.inc9 .ascii "NetBSD\0\0"
H A Dopenbsd.inc9 .ascii "OpenBSD\0\0"
/openbsd-current/lib/libc/stdlib/
H A Datof.c34 atof(const char *ascii) argument
36 return(strtod(ascii, (char **)NULL));
/openbsd-current/regress/lib/libedit/chared/
H A DMakefile6 CLEANFILES += out_gets.utf8 out_gets.ascii
11 LC_ALL=C ./test_gets < ${.CURDIR}/inp_gets.txt > out_gets.ascii
12 diff -u ${.CURDIR}/exp_gets.ascii out_gets.ascii
/openbsd-current/regress/usr.bin/rev/
H A DMakefile3 CLEANFILES = out.ascii.txt out.utf8.txt
7 LC_ALL=C rev ${.CURDIR}/in.txt > out.ascii.txt
8 diff -u ${.CURDIR}/exp.ascii.txt out.ascii.txt
/openbsd-current/regress/usr.bin/mandoc/char/unicode/
H A DMakefile3 REGRESS_TARGETS = ascii input invalid latin1 latin1diff
7 HTML_TARGETS = ascii invalid latin1 latin1diff named namediff nogroff
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dwinduni.c43 unicode_from_ascii (int *length, unichar **unicode, const char *ascii) argument
50 len = strlen (ascii);
52 for (s = ascii, w = *unicode; *s != '\0'; s++, w++)
57 string length to allow multibyte "ascii" chars. The value returned
59 len = MultiByteToWideChar (CP_ACP, 0, ascii, -1, NULL, 0);
63 MultiByteToWideChar (CP_ACP, 0, ascii, -1, *unicode, len);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dwinduni.c43 unicode_from_ascii (int *length, unichar **unicode, const char *ascii) argument
49 len = strlen (ascii);
59 MultiByteToWideChar (CP_ACP, 0, ascii, len + 1, *unicode, len + 1);
61 for (s = ascii, w = *unicode; *s != '\0'; s++, w++)
/openbsd-current/regress/usr.bin/mandoc/
H A DMakefile.sub3 _MAIN_TARGETS = ascii utf8 tman lint html markdown htmlval
4 _CLEAN_TARGETS = ascii-clean utf8-clean tman-clean lint-clean \
/openbsd-current/regress/usr.bin/mandoc/db/
H A DMakefile9 ascii utf8 html markdown tman lint:
11 ascii-clean utf8-clean html-clean markdown-clean tman-clean lint-clean:
/openbsd-current/share/man/man7/
H A DMakefile6 MAN= airport.7 ascii.7 eqn.7 environ.7 glob.7 hier.7 hostname.7 intro.7 \
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dmeta_notation.t40 next if $char =~ /[[:ascii:]]/;
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Dstart.S47 .ascii "MZ"
55 .ascii "PE"
109 .ascii ".reloc"
124 .ascii ".text"
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Dstart.S50 .ascii "MZ"
58 .ascii "PE"
112 .ascii ".text"
128 .ascii ".data"
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Dstart.S49 .ascii "MZ"
57 .ascii "PE"
112 .ascii ".reloc"
127 .ascii ".text"
/openbsd-current/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D099_binary.pl24 $js = JSON::PP->new->allow_nonref(0)->utf8->ascii->shrink->encode ([$_[0]]);
26 $js = JSON::PP->new->allow_nonref(0)->utf8->ascii->encode ([$_[0]]);
34 $js = JSON::PP->new->allow_nonref(1)->ascii->encode ([$_[0]]);
36 $js = JSON::PP->new->allow_nonref(0)->ascii->encode ([$_[0]]);
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.dwarf2/
H A Ddw2-basic.S53 .ascii "file1.txt\0" /* DW_AT_name */
54 .ascii "GNU C 3.3.3\0" /* DW_AT_producer */
62 .ascii "func_cu1\0" /* DW_AT_name */
71 .ascii "int\0" /* DW_AT_name */
172 .ascii "file1.txt\0"
H A Ddw2-intercu.S53 .ascii "file1.txt\0" /* DW_AT_name */
54 .ascii "GNU C 3.3.3\0" /* DW_AT_producer */
62 .ascii "func_cu1\0" /* DW_AT_name */
84 .ascii "file1.txt\0" /* DW_AT_name */
85 .ascii "GNU C 3.3.3\0" /* DW_AT_producer */
90 .ascii "int\0" /* DW_AT_name */
207 .ascii "file1.txt\0"
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dreg_email.t31 (?<dtext> (?&NO_WS_CTL) | (?[ [:ascii:] & [:graph:] & [^][ \\ ] ]))
38 (?<text> (?[ [:ascii:] & [^ \000 \n \r ] ]))
41 (?<qtext> (?&NO_WS_CTL) | (?[ [:ascii:] & [:graph:] & [^ " \\ ] ]))
51 (?<ctext> (?&NO_WS_CTL) | (?[ [:ascii:] & [:graph:] & [^ () ] & [^ \\ ] ]))
58 (?<NO_WS_CTL> (?[ [:ascii:] & [:cntrl:] & [^ \000 \h \r \n ] ]))
/openbsd-current/gnu/llvm/lldb/utils/lui/
H A Dcui.py10 import curses.ascii namespace
159 if event == curses.ascii.NL:
304 if key == curses.ascii.NL:
306 elif key == curses.ascii.TAB:
308 elif curses.ascii.isprint(key):
312 elif key == curses.KEY_BACKSPACE or key == curses.ascii.BS:
317 elif key == curses.KEY_DC or key == curses.ascii.DEL or key == curses.ascii.EOT:
320 elif key == curses.ascii.VT: # CTRL-K
322 elif key == curses.KEY_LEFT or key == curses.ascii
[all...]
H A Dbreakwin.py31 if event == curses.ascii.NL or event == curses.ascii.SP:
33 elif event == curses.ascii.TAB:
/openbsd-current/gnu/usr.bin/perl/dist/Locale-Maketext/t/
H A D01_about_verbose.t68 my $ascii = (chr(65) eq 'A') ? 'an ASCII' : 'a non-ASCII';
69 print "# Running in $ascii world.\n";
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcheckpodencoding.pl47 } elsif ($line =~ /[^[:ascii:]]/) {
/openbsd-current/regress/sys/arch/amd64/fpu/
H A Dfenv.S32 .ascii "OpenBSD\0"
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dutftaint.t28 for my $ary ([ascii => 'perl'], [latin1 => "\xB6"], [utf8 => "\x{100}"]) {
62 for my $ary ([ascii => 'perl'], [latin1 => "\xB6"], [utf8 => "\x{100}"]) {
86 is(is_utf8($taint), ($encode ne 'ascii'), "is_utf8: $encode, decode byte");
92 for my $ary ([ascii => 'perl'], [latin1 => "\xB6"]) {

Completed in 301 milliseconds

1234