Home
last modified time | relevance | path

Searched refs:ascii (Results 1 – 25 of 125) sorted by relevance

12345

/freebsd-13-stable/lib/libc/inet/
HDnsap_addr.c45 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument
49 if (ascii[0] != '0' || (ascii[1] != 'x' && ascii[1] != 'X')) in inet_nsap_addr()
51 ascii += 2; in inet_nsap_addr()
53 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) { in inet_nsap_addr()
62 c = *ascii++; in inet_nsap_addr()
81 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument
87 if (ascii) in inet_nsap_ntoa()
88 start = ascii; in inet_nsap_ntoa()
90 ascii = tmpbuf; in inet_nsap_ntoa()
94 *ascii++ = '0'; in inet_nsap_ntoa()
[all …]
/freebsd-13-stable/lib/libnetgraph/
HDmsg.c92 struct ng_mesg *reply, *binary, *ascii; in NgSendAsciiMsg() local
115 if ((ascii = malloc(sizeof(struct ng_mesg) in NgSendAsciiMsg()
120 memset(ascii, 0, sizeof(*ascii)); in NgSendAsciiMsg()
123 strncpy((char *)ascii->header.cmdstr, cmd, in NgSendAsciiMsg()
124 sizeof(ascii->header.cmdstr) - 1); in NgSendAsciiMsg()
125 strcpy(ascii->data, args); in NgSendAsciiMsg()
126 ascii->header.arglen = strlen(ascii->data) + 1; in NgSendAsciiMsg()
131 (u_char *)ascii, sizeof(*ascii) + ascii->header.arglen) < 0) { in NgSendAsciiMsg()
132 free(ascii); in NgSendAsciiMsg()
135 free(ascii); in NgSendAsciiMsg()
[all …]
/freebsd-13-stable/usr.sbin/ngctl/
HDmsg.c127 struct ng_mesg *ascii; in MsgRead() local
153 ascii = (struct ng_mesg *)m2->data; in MsgRead()
155 (ascii->header.flags & NGF_RESP) != 0 ? "response" : "command", in MsgRead()
156 ascii->header.cmdstr, ascii->header.cmd, path); in MsgRead()
157 if (*ascii->data != '\0') in MsgRead()
158 printf("Args:\t%s\n", ascii->data); in MsgRead()
/freebsd-13-stable/usr.bin/ee/nls/ru_RU.KOI8-R/
HDee.msg47 36 "^a ascii-��� ^i ��������� ^r ������ "
59 48 "read : �������� ���� char : ascii-��� ������� "
69 58 "^a ascii-��� ^x ������ ������ ^z ������� ������ ^d ���� ^n ����. ���. "
74 63 "read : �������� ���� |char : ascii-��� ������� |0-9 : ������� � ������ "
80 69 "ascii-���: "
85 74 "ascii-��� ������� = %d"
163 152 "^g ����. �������� ^o ������ �� ascii-���� ^y �����... "
166 155 "^o ascii-��� ^x ������ ������ ^l ������� ������ ^n ���� ^v ����. ���."
/freebsd-13-stable/lib/libc/stdlib/
HDatof.c45 atof(const char *ascii) in atof() argument
47 return strtod(ascii, (char **)NULL); in atof()
51 atof_l(const char *ascii, locale_t locale) in atof_l() argument
53 return strtod_l(ascii, (char **)NULL, locale); in atof_l()
/freebsd-13-stable/bin/ed/test/
HDMakefile15 uudecode < ascii.d.uu ; \
16 uudecode < ascii.r.uu ; \
26 rm -f *.ed *.red *.[oz] *~ ascii.d ascii.r
/freebsd-13-stable/usr.bin/ee/nls/uk_UA.KOI8-U/
HDee.msg45 36 "^a ascii-��� ^i ������æ� ^r ������ "
57 48 "read : ��������� ���� char : ascii-��� ������� "
67 58 "^a ascii-��� ^x ����� ^z צ����. ����� ^d ���� ^n +���Ҧ��� "
72 63 "read : ��������� ���� |char : ascii-��� ������� |0-9 : ������� �� �����"
78 69 "ascii-���: "
164 155 "^o ascii-��� ^x ����� ^l צ����. ����� ^n +����� ^v +���Ҧ���"
/freebsd-13-stable/contrib/file/magic/Magdir/
HDgrace9 # ACE/gr ascii
10 0 string #\ xvgr\ parameter\ file ACE/gr ascii file
11 0 string #\ xmgr\ parameter\ file ACE/gr ascii file
12 0 string #\ ACE/gr\ parameter\ file ACE/gr ascii file
HDvisx16 >2 byte 10 (ascii text)
32 >2 string .VISIX (ascii text)
/freebsd-13-stable/stand/efi/loader/arch/riscv/
HDstart.S47 .ascii "MZ"
55 .ascii "PE"
109 .ascii ".reloc"
124 .ascii ".text"
/freebsd-13-stable/stand/efi/loader/arch/arm/
HDstart.S46 .ascii "MZ"
54 .ascii "PE"
109 .ascii ".reloc"
124 .ascii ".text"
/freebsd-13-stable/contrib/mandoc/
HDchars.c38 const char *ascii; member
494 *rsz = strlen(ln->ascii); in mchars_spec2str()
495 return ln->ascii; in mchars_spec2str()
505 return lines[i].ascii; in mchars_uc2str()
/freebsd-13-stable/stand/efi/loader/arch/arm64/
HDstart.S47 .ascii "MZ"
55 .ascii "PE"
108 .ascii ".text"
123 .ascii ".data"
/freebsd-13-stable/stand/i386/boot0/
HDboot0.S404 subb $'1',%al # Subtract '1' ascii code
591 .ascii "F6 PXE\r"
593 .ascii "\nBoot:"
594 item: .ascii " "; .byte ' '|0x80
595 crlf: .ascii "\r"; .byte '\n'|0x80
644 .ascii "DO"; .byte 'S'|0x80
646 os_win: .ascii "Wi"; .byte 'n'|0x80
647 os_linux: .ascii "Linu"; .byte 'x'|0x80
648 os_freebsd: .ascii "Free"
649 os_bsd: .ascii "BS"; .byte 'D'|0x80
[all …]
/freebsd-13-stable/sys/dev/fdt/
HDfdt_static_dtb.S32 .ascii "Device Tree Blob STARTS here"
44 .ascii "Device Tree Blob STOPS here"
/freebsd-13-stable/share/mk/
HDbsd.doc.mk47 PRINTERDEVICE?= ascii
56 ROFF.ascii?= groff -Tascii -P-c ${TRFLAGS} -mtty-char ${MACROS} ${PAGES:C/^/-o/1}
139 CLEANFILES+= ${DOC}.ascii ${DOC}.ascii${DCOMPRESS_EXT} \
/freebsd-13-stable/contrib/ee/
HDee.msg47 36 "^a ascii code ^i tab ^r right "
59 48 "read : read a file char : ascii code of char "
69 58 "^a ascii code ^x search ^z undelete line ^d down ^n next page "
74 63 "read : read a file |char : ascii code of char |0-9 : go to line \"#\""
80 69 "ascii code: "
163 152 "^g go back 1 page ^o ascii char insert ^y search prompt "
166 155 "^o ascii code ^x search ^l undelete line ^n next li ^v next page"
/freebsd-13-stable/usr.bin/ee/nls/pt_BR.ISO8859-1/
HDee.msg46 36 "^a c�digo ascii ^i tab ^r direita "
58 48 "read : ler um arquivo char : c�digo ascii de caracter "
68 58 "^a c�digo ascii ^x localizar ^z restaurar linha ^d para baixo ^n pr�xima…
73 63 "read : ler um arquivo |char : c�digo ascii de caracter |0-9 : ir para linha \"#\""
79 69 "c�digo ascii: "
162 152 "^g voltar 1 p�gina ^o inserir caracter ascii ^y prompt localizar "
165 155 "^o c�digo ascii ^x localizar ^l restaurar linha ^n pr�xima linha ^v pr�xima …
/freebsd-13-stable/usr.bin/ee/nls/fr_FR.ISO8859-1/
HDee.msg45 36 "^a code ascii ^i tabulation ^r droite "
57 48 "lire : lire un fichier caract : code ascii d'un caract�re"
67 58 "^a code ascii ^x rechercher ^z annul. eff. ligne ^d bas ^n page suiv."
72 63 "lire: lecture fichier|caract : code ascii du car. |0-9: aller ligne \"#\""
78 69 "code ascii : "
161 152 "^g page pr�c�dente ^o ins�re caract. ascii ^y rechercher... "
164 155 "^o code ascii ^x recherche ^l annul. eff.li ^n ligne suiv ^v page suiv"
/freebsd-13-stable/lib/libc/resolv/
HDres_debug.c910 loc_aton(const char *ascii, u_char *binary) in loc_aton() argument
923 cp = ascii; in loc_aton()
924 maxcp = cp + strlen(ascii); in loc_aton()
1019 loc_ntoa(const u_char *binary, char *ascii) in loc_ntoa() argument
1042 if (ascii == NULL) in loc_ntoa()
1043 ascii = tmpbuf; in loc_ntoa()
1046 (void) sprintf(ascii, "; error: unknown LOC RR version"); in loc_ntoa()
1047 return (ascii); in loc_ntoa()
1105 sprintf(ascii, in loc_ntoa()
1121 return (ascii); in loc_ntoa()
/freebsd-13-stable/usr.bin/ee/nls/hu_HU.ISO8859-2/
HDee.msg45 36 "^a ascii k�d ^i tabul�tor ^r jobb "
57 48 "read : f�jl olvas�sa char : karakter ascii k�dja "
67 58 "^a ascii k�d ^x keres�s ^z sort�rl vissza ^d le ^n k�v old "
72 63 "read : f�jl olvas�sa |char : ascii k�d |0-9 : # sorra ugr�s "
78 69 "ascii k�d: "
161 152 "^g vissza 1 oldalt ^o ascii kar besz�r�sa ^y keres�s prompt "
164 155 "^o ascii k�d ^x keres�s ^l sort�rl vissz ^n k�v sor ^v k�v old "
/freebsd-13-stable/usr.sbin/bhyve/
HDps2kbd.c442 uint8_t ascii; in ps2kbd_setkbdlayout() local
468 if (sscanf(line, "'%c',%x;", &ascii, &scancode) == 2) { in ps2kbd_setkbdlayout()
469 if (ascii < 0x80) in ps2kbd_setkbdlayout()
470 ascii_translations[ascii] = (uint8_t)(scancode & 0xff); in ps2kbd_setkbdlayout()
/freebsd-13-stable/sys/netgraph/
HDng_base.c2778 struct ng_mesg *binary, *ascii; in ng_generic_msg() local
2791 NG_MKRESPONSE(resp, msg, sizeof(*ascii) + bufSize, M_NOWAIT); in ng_generic_msg()
2796 ascii = (struct ng_mesg *)resp->data; in ng_generic_msg()
2799 bcopy(binary, ascii, sizeof(*binary)); in ng_generic_msg()
2822 snprintf(ascii->header.cmdstr, sizeof(ascii->header.cmdstr), in ng_generic_msg()
2829 *ascii->data = '\0'; in ng_generic_msg()
2832 ascii->data, bufSize); in ng_generic_msg()
2844 bufSize = strlen(ascii->data) + 1; in ng_generic_msg()
2845 ascii->header.arglen = bufSize; in ng_generic_msg()
2846 resp->header.arglen = sizeof(*ascii) + bufSize; in ng_generic_msg()
[all …]
/freebsd-13-stable/lib/libiconv_modules/VIQR/
HDcitrus_viqr.c127 int ascii; member
136 if (m->ascii == ch) in mnemonic_list_find()
144 mnemonic_create(mnemonic_t *parent, int ascii, wchar_t value) in mnemonic_create() argument
151 m->ascii = ascii; in mnemonic_create()
/freebsd-13-stable/share/i18n/esdb/ISO646/
HDISO646.alias97 US ascii
103 US us-ascii

12345