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

1234567891011>>

/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Datof.c41 atof(ascii)
42 const char *ascii;
44 return strtod_l(ascii, (char **)NULL, __current_locale());
48 atof_l(ascii, loc)
49 const char *ascii;
53 return strtod_l(ascii, (char **)NULL, loc);
/macosx-10.9.5/Libc-997.90.3/net/FreeBSD/
H A Dnsap_addr.c52 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { argument
56 if (ascii[0] != '0' || (ascii[1] != 'x' && ascii[1] != 'X'))
58 ascii += 2;
60 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) {
69 c = *ascii++;
88 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { argument
98 if (ascii)
99 start = ascii;
[all...]
H A Dascii2addr.c46 ascii2addr(af, ascii, result)
48 const char *ascii;
58 strncat(strbuf, ascii, (sizeof strbuf)-1);
65 link_addr(ascii, result);
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dfsck_debug.c75 char ascii[17]; local
78 ascii[16] = '\0';
88 ascii[i & 0xF] = '.';
90 ascii[i & 0xF] = byte;
94 plog(" %s\n", ascii);
103 ascii[i & 0xF] = 0;
104 plog(" %s\n", ascii);
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Denglish.el38 (charset ascii)
H A Dkorean.el38 '(ascii korean-ksc5601 nil nil
39 nil ascii-eol ascii-cntl)
40 '((safe-charsets ascii korean-ksc5601)
50 '(ascii (nil korean-ksc5601) nil nil
51 nil ascii-eol ascii-cntl seven locking-shift nil nil nil nil nil
53 '((safe-charsets ascii korean-ksc5601)
H A Dgreek.el36 '(ascii greek-iso8859-7 nil nil
38 '((safe-charsets ascii greek-iso8859-7)
H A Djapanese.el39 '((ascii japanese-jisx0208-1978 japanese-jisx0208
41 short ascii-eol ascii-cntl seven)
42 '((safe-charsets ascii japanese-jisx0208-1978 japanese-jisx0208
51 '((ascii japanese-jisx0208-1978 japanese-jisx0208
55 short ascii-eol ascii-cntl seven nil single-shift nil nil nil init-bol)
56 '((safe-charsets ascii japanese-jisx0208-1978 japanese-jisx0208
66 '((safe-charsets ascii japanese-jisx0208 japanese-jisx0208-1978
79 '((ascii japanes
[all...]
H A Dhebrew.el40 '(ascii hebrew-iso8859-8 nil nil
42 '((safe-charsets ascii hebrew-iso8859-8)
H A Dczech.el34 "Czech" '((charset . (ascii latin-iso8859-2))
H A Dromanian.el33 "Romanian" '((charset . (ascii latin-iso8859-2))
H A Dslovak.el35 "Slovak" '((charset . (ascii latin-iso8859-2))
H A Dthai.el38 '(ascii thai-tis620 nil nil
40 '((safe-charsets ascii thai-tis620)
H A Dlao.el34 '(ascii lao nil nil
36 '((safe-charsets ascii lao)
/macosx-10.9.5/cxxfilt-11/cxxfilt/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);
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DSharedBufferWin.cpp49 LOG_ERROR("Failed to open file %s to create shared buffer, GetLastError() = %u", filePath.ascii().data(), GetLastError());
63 LOG_ERROR("Failed to fully read contents of file %s, GetLastError() = %u", filePath.ascii().data(), GetLastError());
65 LOG_ERROR("Failed to get filesize of file %s, GetLastError() = %u", filePath.ascii().data(), lastError);
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DCookieParser.cpp250 LOG_ERROR_AND_RETURN("Invalid cookie attribute %s (path): it does not math the URL", cookie.ascii().data());
253 LOG_ERROR("Invalid cookie attribute %s (path)", cookie.ascii().data());
266 LOG_ERROR_AND_RETURN("Invalid cookie attribute %s (domain): it does not contain an embedded dot", cookie.ascii().data());
291 LOG_ERROR_AND_RETURN("Invalid cookie attribute %s (domain): domain is IP but does not match host's IP", cookie.ascii().data());
301 LOG_ERROR_AND_RETURN("Invalid cookie attribute %s (domain): it does not domain match the host", cookie.ascii().data());
309 LOG_ERROR_AND_RETURN("Invalid cookie attribute %s (domain): it did not pass the top level domain check", cookie.ascii().data());
313 LOG_ERROR("Invalid cookie attribute %s (domain)", cookie.ascii().data());
322 LOG_ERROR("Invalid cookie attribute %s (expires)", cookie.ascii().data());
331 LOG_ERROR("Invalid cookie attribute %s (max-age)", cookie.ascii().data());
339 LOG(Network, "Comment %s for ParsedCookie : %s\n", parsedValue.ascii()
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconRecord.cpp53 LOG(IconDatabase, "Destroying IconRecord for icon url %s", m_iconURL.ascii().data());
73 LOG(IconDatabase, "Manual image data for iconURL '%s' FAILED - it was probably invalid image data", m_iconURL.ascii().data());
H A DIconLoader.cpp77 LOG_ERROR("Failed to start load for icon at url %s", m_frame->loader()->icon()->url().string().ascii().data());
102 LOG(IconDatabase, "IconLoader::finishLoading() - Ignoring icon at %s because it appears to be a PDF", resource->url().string().ascii().data());
106 LOG(IconDatabase, "IconLoader::finishLoading() - Committing iconURL %s to database", resource->url().string().ascii().data());
/macosx-10.9.5/bind9-45.100/bind9/contrib/query-loc-0.4.0/
H A Dloc_ntoa.c122 loc_ntoa(binary, ascii)
124 char *ascii;
146 if (ascii == NULL)
147 ascii = tmpbuf;
150 (void) sprintf(ascii, "; error: unknown LOC RR version");
151 return (ascii);
212 sprintf(ascii,
225 return (ascii);
/macosx-10.9.5/msdosfs-198/
H A DHexDump.py26 ascii = line.translate(printable)
27 print "%s%-*s |%s|" % (offStr, 3*bytesPerLine, hex, ascii)
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Drftp23 set default_type binary ;# default type, i.e., ascii, binary, tenex
25 set ascii {} ;# as above, but as ascii
28 # The values of binary, ascii and tenex should be a list of (Tcl) regular
33 # set default_type ascii
65 global binary ascii tenex
69 $ascii {set new_type ascii} \
87 global binary ascii tenex
91 $ascii {se
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dchartype.test165 ctype ascii 01234567
169 ctype ascii "[ctype char 220][ctype char 126]123cd"
173 list [ctype -failindex failIdx ascii "[ctype char 220][ctype char 126]123cd"] $failIdx
177 list [catch {ctype ascii} msg] $msg
181 list [catch {ctype ascii string junk} msg] $msg
185 list [catch {ctype -failindex ascii} msg] $msg
189 list [catch {ctype -failindex failIdx ascii} msg] $msg
193 list [catch {ctype -failindex failIdx ascii string junk} msg] $msg
198 } {1 {unrecognized class specification: "ascbb", expected one of: alnum, alpha, ascii, char, cntrl, digit, graph, lower, ord, print, punct, space, upper or xdigit}}
/macosx-10.9.5/CPANInternal-140/JSON-Any/t/
H A D02-JSON-XS.t38 ok( $json = JSON::Any->new( allow_nonref => 1, ascii => 1, utf8 => 1 ) );
43 ascii => 1,
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dfontset.el86 (ascii-right-to-left . (nil . "ISO8859-1"))
171 ((if (r0 == ,(charset-id 'ascii))
185 (if (r0 == ,(charset-id 'ascii))
241 '(("iso8859-1" ascii latin-iso8859-1)
242 ("iso8859-2" ascii latin-iso8859-2)
243 ("iso8859-3" ascii latin-iso8859-3)
244 ("iso8859-4" ascii latin-iso8859-4)
245 ("iso8859-5" ascii cyrillic-iso8859-5)
246 ("iso8859-6" ascii arabic-iso8859-6)
247 ("iso8859-7" ascii gree
[all...]

Completed in 242 milliseconds

1234567891011>>