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

123

/freebsd-current/lib/libc/stdlib/
H A Datof.c41 atof(const char *ascii) argument
43 return strtod(ascii, (char **)NULL);
47 atof_l(const char *ascii, locale_t locale) argument
49 return strtod_l(ascii, (char **)NULL, locale);
/freebsd-current/sys/dev/fdt/
H A Dfdt_static_dtb.S32 .ascii "Device Tree Blob STARTS here"
44 .ascii "Device Tree Blob STOPS here"
/freebsd-current/lib/libc/inet/
H A Dnsap_addr.c41 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { argument
45 if (ascii[0] != '0' || (ascii[1] != 'x' && ascii[1] != 'X'))
47 ascii += 2;
49 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) {
58 c = *ascii++;
77 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { argument
83 if (ascii)
84 start = ascii;
[all...]
/freebsd-current/bin/ed/test/
H A DMakefile15 uudecode < ascii.d.uu ; \
16 uudecode < ascii.r.uu ; \
26 rm -f *.ed *.red *.[oz] *~ ascii.d ascii.r
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggzoom.d16 #pragma D option encoding=ascii
H A Dtst.aggpackzoom.d16 #pragma D option encoding=ascii
H A Dtst.aggpack.d17 #pragma D option encoding=ascii
H A Dtst.aggpackbanner.ksh68 dtrace -qs /dev/stdin -x encoding=ascii -x aggzoom <<EOF
/freebsd-current/contrib/tzcode/
H A Dworkman.sh37 mandoc -man -T ascii "$@" | col -bx
/freebsd-current/usr.sbin/ngctl/
H A Dmsg.c127 struct ng_mesg *ascii; local
153 ascii = (struct ng_mesg *)m2->data;
155 (ascii->header.flags & NGF_RESP) != 0 ? "response" : "command",
156 ascii->header.cmdstr, ascii->header.cmd, path);
157 if (*ascii->data != '\0')
158 printf("Args:\t%s\n", ascii->data);
/freebsd-current/lib/libnetgraph/
H A Dmsg.c91 struct ng_mesg *reply, *binary, *ascii; local
114 if ((ascii = malloc(sizeof(struct ng_mesg)
119 memset(ascii, 0, sizeof(*ascii));
122 strncpy((char *)ascii->header.cmdstr, cmd,
123 sizeof(ascii->header.cmdstr) - 1);
124 strcpy(ascii->data, args);
125 ascii->header.arglen = strlen(ascii->data) + 1;
130 (u_char *)ascii, sizeo
319 struct ng_mesg *msg, *ascii; local
[all...]
/freebsd-current/stand/efi/loader/arch/riscv/
H A Dstart.S47 .ascii "MZ"
55 .ascii "PE"
109 .ascii ".reloc"
124 .ascii ".text"
/freebsd-current/stand/efi/loader/arch/arm/
H A Dstart.S46 .ascii "MZ"
54 .ascii "PE"
109 .ascii ".reloc"
124 .ascii ".text"
/freebsd-current/stand/efi/loader/arch/arm64/
H A Dstart.S47 .ascii "MZ"
55 .ascii "PE"
108 .ascii ".text"
123 .ascii ".data"
/freebsd-current/share/misc/
H A DMakefile6 FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
/freebsd-current/contrib/unbound/testdata/rpz_reload.tdir/
H A Drpz_reload.conf12 log-time-ascii: yes
/freebsd-current/contrib/expat/lib/
H A DMakefile.am70 ascii.h \
/freebsd-current/share/mk/
H A Dbsd.doc.mk23 # (ascii, ps, html). [ascii]
45 PRINTERDEVICE?= ascii
54 ROFF.ascii?= groff -Tascii -P-c ${TRFLAGS} -mtty-char ${MACROS} ${PAGES:C/^/-o/1}
137 CLEANFILES+= ${DOC}.ascii ${DOC}.ascii${DCOMPRESS_EXT} \
/freebsd-current/stand/i386/boot0/
H A Dboot0.S309 * Whatever drive we selected, make it an ascii digit and save it
375 * The SIO code uses ascii chars, the console code uses scancodes.
396 #ifdef SIO /* SIO mode, use ascii values */
397 subb $'1',%al # Subtract '1' ascii code
467 * Remember to un-ascii it. Hey 0x80 is already set, cool!
584 .ascii "\nF6 PXE\r"
586 .ascii "\nBoot:"
587 item: .ascii " "; .byte ' '|0x80
588 crlf: .ascii "\r"; .byte '\n'|0x80
637 .ascii "D
[all...]
/freebsd-current/contrib/elftoolchain/elfcopy/
H A DMakefile9 SRCS= archive.c ascii.c binary.c main.c sections.c segments.c \
/freebsd-current/contrib/mandoc/
H A Dchars.c38 const char *ascii; member in struct:ln
494 *rsz = strlen(ln->ascii);
495 return ln->ascii;
505 return lines[i].ascii;
/freebsd-current/usr.bin/jot/tests/
H A Dregress.sh37 REGRESSION_TEST(`ascii', `jot -c 128 0')
/freebsd-current/usr.bin/objcopy/
H A DMakefile17 SRCS= archive.c ascii.c binary.c main.c pe.c sections.c segments.c symbols.c
/freebsd-current/share/doc/usd/13.viref/
H A DMakefile13 PRINTERDEVICE?= ascii
/freebsd-current/share/man/man7/
H A DMakefile6 ascii.7 \

Completed in 212 milliseconds

123