/freebsd/lib/libc/inet/ |
H A D | nsap_addr.c | 41 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument 45 if (ascii[0] != '0' || (ascii[1] != 'x' && ascii[1] != 'X')) in inet_nsap_addr() 47 ascii += 2; in inet_nsap_addr() 49 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) { in inet_nsap_addr() 58 c = *ascii++; in inet_nsap_addr() 77 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument 83 if (ascii) in inet_nsap_ntoa() 84 start = ascii; in inet_nsap_ntoa() 86 ascii = tmpbuf; in inet_nsap_ntoa() 90 *ascii++ = '0'; in inet_nsap_ntoa() [all …]
|
/freebsd/lib/libnetgraph/ |
H A D | msg.c | 91 struct ng_mesg *reply, *binary, *ascii; in NgSendAsciiMsg() local 114 if ((ascii = malloc(sizeof(struct ng_mesg) in NgSendAsciiMsg() 119 memset(ascii, 0, sizeof(*ascii)); in NgSendAsciiMsg() 122 strncpy((char *)ascii->header.cmdstr, cmd, in NgSendAsciiMsg() 123 sizeof(ascii->header.cmdstr) - 1); in NgSendAsciiMsg() 124 strcpy(ascii->data, args); in NgSendAsciiMsg() 125 ascii->header.arglen = strlen(ascii->data) + 1; in NgSendAsciiMsg() 130 (u_char *)ascii, sizeof(*ascii) + ascii->header.arglen) < 0) { in NgSendAsciiMsg() 131 free(ascii); in NgSendAsciiMsg() 134 free(ascii); in NgSendAsciiMsg() [all …]
|
/freebsd/usr.sbin/ngctl/ |
H A D | msg.c | 127 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/usr.bin/ee/nls/ru_RU.KOI8-R/ |
H A D | ee.msg | 47 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/lib/libc/stdlib/ |
H A D | atof.c | 41 atof(const char *ascii) in atof() argument 43 return strtod(ascii, (char **)NULL); in atof() 47 atof_l(const char *ascii, locale_t locale) in atof_l() argument 49 return strtod_l(ascii, (char **)NULL, locale); in atof_l()
|
/freebsd/bin/ed/test/ |
H A D | Makefile | 14 uudecode < ascii.d.uu ; \ 15 uudecode < ascii.r.uu ; \ 25 rm -f *.ed *.red *.[oz] *~ ascii.d ascii.r
|
/freebsd/usr.bin/ee/nls/uk_UA.KOI8-U/ |
H A D | ee.msg | 45 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/contrib/file/magic/Magdir/ |
H A D | grace | 9 # 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
|
H A D | visx | 16 >2 byte 10 (ascii text) 32 >2 string .VISIX (ascii text)
|
/freebsd/stand/efi/loader/arch/riscv/ |
H A D | start.S | 47 .ascii "MZ" 55 .ascii "PE" 109 .ascii ".reloc" 124 .ascii ".text"
|
/freebsd/stand/efi/loader/arch/arm/ |
H A D | start.S | 46 .ascii "MZ" 54 .ascii "PE" 109 .ascii ".reloc" 124 .ascii ".text"
|
/freebsd/contrib/mandoc/ |
H A D | chars.c | 38 const char *ascii; member 493 *rsz = strlen(ln->ascii); in mchars_spec2str() 494 return ln->ascii; in mchars_spec2str() 504 return lines[i].ascii; in mchars_uc2str()
|
/freebsd/stand/efi/loader/arch/arm64/ |
H A D | start.S | 47 .ascii "MZ" 55 .ascii "PE" 108 .ascii ".text" 123 .ascii ".data"
|
/freebsd/stand/i386/boot0/ |
H A D | boot0.S | 397 subb $'1',%al # Subtract '1' ascii code 584 .ascii "F6 PXE\r" 586 .ascii "\nBoot:" 587 item: .ascii " "; .byte ' '|0x80 588 crlf: .ascii "\r"; .byte '\n'|0x80 637 .ascii "DO"; .byte 'S'|0x80 639 os_win: .ascii "Wi"; .byte 'n'|0x80 640 os_linux: .ascii "Linu"; .byte 'x'|0x80 641 os_freebsd: .ascii "Free" 642 os_bsd: .ascii "BS"; .byte 'D'|0x80 [all …]
|
/freebsd/sys/dev/fdt/ |
H A D | fdt_static_dtb.S | 32 .ascii "Device Tree Blob STARTS here" 44 .ascii "Device Tree Blob STOPS here"
|
/freebsd/share/mk/ |
H A D | bsd.doc.mk | 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/contrib/ee/ |
H A D | ee.msg | 47 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/usr.bin/ee/nls/pt_BR.ISO8859-1/ |
H A D | ee.msg | 46 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/usr.bin/ee/nls/fr_FR.ISO8859-1/ |
H A D | ee.msg | 45 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/lib/libc/resolv/ |
H A D | res_debug.c | 905 loc_aton(const char *ascii, u_char *binary) in loc_aton() argument 918 cp = ascii; in loc_aton() 919 maxcp = cp + strlen(ascii); in loc_aton() 1014 loc_ntoa(const u_char *binary, char *ascii) in loc_ntoa() argument 1037 if (ascii == NULL) in loc_ntoa() 1038 ascii = tmpbuf; in loc_ntoa() 1041 (void) sprintf(ascii, "; error: unknown LOC RR version"); in loc_ntoa() 1042 return (ascii); in loc_ntoa() 1100 sprintf(ascii, in loc_ntoa() 1116 return (ascii); in loc_ntoa()
|
/freebsd/usr.bin/ee/nls/hu_HU.ISO8859-2/ |
H A D | ee.msg | 45 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/usr.sbin/bhyve/amd64/ |
H A D | ps2kbd.c | 446 uint8_t ascii; in ps2kbd_setkbdlayout() local 472 if (sscanf(line, "'%c',%x;", &ascii, &scancode) == 2) { in ps2kbd_setkbdlayout() 473 if (ascii < 0x80) in ps2kbd_setkbdlayout() 474 ascii_translations[ascii] = (uint8_t)(scancode & 0xff); in ps2kbd_setkbdlayout()
|
/freebsd/sys/netgraph/ |
H A D | ng_base.c | 2780 struct ng_mesg *binary, *ascii; in ng_generic_msg() local 2793 NG_MKRESPONSE(resp, msg, sizeof(*ascii) + bufSize, M_NOWAIT); in ng_generic_msg() 2798 ascii = (struct ng_mesg *)resp->data; in ng_generic_msg() 2801 bcopy(binary, ascii, sizeof(*binary)); in ng_generic_msg() 2824 snprintf(ascii->header.cmdstr, sizeof(ascii->header.cmdstr), in ng_generic_msg() 2831 *ascii->data = '\0'; in ng_generic_msg() 2834 ascii->data, bufSize); in ng_generic_msg() 2846 bufSize = strlen(ascii->data) + 1; in ng_generic_msg() 2847 ascii->header.arglen = bufSize; in ng_generic_msg() 2848 resp->header.arglen = sizeof(*ascii) + bufSize; in ng_generic_msg() [all …]
|
/freebsd/lib/libiconv_modules/VIQR/ |
H A D | citrus_viqr.c | 127 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/share/i18n/esdb/ISO646/ |
H A D | ISO646.alias | 97 US ascii 103 US us-ascii
|