Searched refs:str (Results 251 - 275 of 4317) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/ICU-511.35/icuSources/samples/translit/
H A Dutil.h16 void uprintf(const UnicodeString &str);
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dvasprintf.c41 _vasprintf(printf_comp_t __restrict pc, printf_domain_t __restrict domain, char ** __restrict str, locale_t __restrict loc, const char * __restrict fmt, __va_list ap) argument
53 *str = NULL;
63 *str = NULL;
68 *str = (char *)f._bf._base;
73 vasprintf_l(char ** __restrict str, locale_t __restrict loc, const char * __restrict fmt, __va_list ap) argument
75 return _vasprintf(XPRINTF_PLAIN, NULL, str, loc, fmt, ap);
79 vasprintf(char ** __restrict str, const char * __restrict fmt, __va_list ap) argument
81 return _vasprintf(XPRINTF_PLAIN, NULL, str, __current_locale(), fmt, ap);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dbuffer.h93 int BUF_MEM_grow(BUF_MEM *str, int len);
94 char * BUF_strdup(const char *str);
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/ObjC/
H A DDOMTestCustomNamedGetter.h34 - (void)anotherFunction:(NSString *)str;
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DDOMParser.cpp28 PassRefPtr<Document> DOMParser::parseFromString(const String& str, const String& contentType) argument
34 doc->setContent(str);
H A DDOMParser.idl24 Document parseFromString([Default=Undefined] optional DOMString str,
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtest_apu.h35 #define TEST_EQ(str, func, value, good, bad) \
36 printf("%-60s", str); \
49 #define TEST_NEQ(str, func, value, good, bad) \
50 printf("%-60s", str); \
63 #define TEST_STATUS(str, func, testmacro, good, bad) \
64 printf("%-60s", str); \
77 #define STD_TEST_NEQ(str, func) \
78 TEST_NEQ(str, func, APR_SUCCESS, "OK", "Failed");
/macosx-10.9.5/apr-30/apr-util/apr-util/test/
H A Dtest_apu.h35 #define TEST_EQ(str, func, value, good, bad) \
36 printf("%-60s", str); \
49 #define TEST_NEQ(str, func, value, good, bad) \
50 printf("%-60s", str); \
63 #define TEST_STATUS(str, func, testmacro, good, bad) \
64 printf("%-60s", str); \
77 #define STD_TEST_NEQ(str, func) \
78 TEST_NEQ(str, func, APR_SUCCESS, "OK", "Failed");
/macosx-10.9.5/cctools-845/as/
H A Datof-ieee.h4 char *str,
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlsym-RTLD_DEFAULT/
H A Dfoo.c29 char* strdup(const char* str) argument
34 typedef char* (*strdupProc)(const char* str);
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DSupplicantTypes.h48 static const char * str[] = { local
62 return (str[state]);
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/
H A Diodbc_misc.h77 int _iodbcdm_cfg_init_str (PCONFIG *ppconf, void *str, int size, int wide);
78 int _iodbcdm_cfg_parse_str (PCONFIG pconfig, void *str, int size, int wide);
/macosx-10.9.5/ncurses-42/ncurses/menu/
H A Dm_item_nam.c54 returnCPtr((item) ? item->name.str : (char *)0);
69 returnCPtr((item) ? item->description.str : (char *)0);
/macosx-10.9.5/ntp-88/libntp/
H A Datouint.c12 const char *str,
19 cp = str;
11 atouint( const char *str, u_long *uval ) argument
H A Docttoint.c12 const char *str,
19 cp = str;
11 octtoint( const char *str, u_long *ival ) argument
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dname_mask.h46 #define name_mask_opt(tag, table, str, flags) \
47 name_mask_delim_opt((tag), (table), (str), \
49 #define name_mask(tag, table, str) \
50 name_mask_opt((tag), (table), (str), NAME_MASK_DEFAULT)
65 #define long_name_mask_opt(tag, table, str, flags) \
66 long_name_mask_delim_opt((tag), (table), (str), NAME_MASK_DEFAULT_DELIM, (flags))
67 #define long_name_mask(tag, table, str) \
68 long_name_mask_opt((tag), (table), (str), NAME_MASK_DEFAULT)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Formatter/
H A Dmain.py6 if isinstance(product, (str, unicode)):
8 return str(product)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Formatter/
H A Dmain.py6 if isinstance(product, (str, unicode)):
8 return str(product)
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_pkcs5.c29 VALUE str; local
37 str = rb_str_new(0, len);
42 (unsigned char *)RSTRING_PTR(str)) != 1)
45 return str;
70 VALUE str; local
76 str = rb_str_new(0, len);
80 len, (unsigned char *)RSTRING_PTR(str)) != 1)
83 return str;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/term/
H A Dbind.tcl19 foreach {str cmd} $dict {Register $str $cmd}
23 method map {str cmd} {
24 Register $str $cmd
59 method process {str} {
60 foreach c [split $str {}] {Next $c}
107 proc Register {str cmd} {
111 foreach c [split $str {}] {
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestURI.c23 static void handleURI(const char *str) { argument
31 ret = xmlParseURIReference(uri, str);
33 printf("%s : error %d\n", str, ret);
60 res = xmlBuildURI((xmlChar *)str, (xmlChar *) base);
95 char str[1024]; local
101 if (fgets (&str[0], sizeof (str) - 1, stdin) == NULL)
107 i = strlen(str);
109 ((str[i - 1] == '\n') || (str[
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestURI.c23 static void handleURI(const char *str) { argument
31 ret = xmlParseURIReference(uri, str);
33 printf("%s : error %d\n", str, ret);
60 res = xmlBuildURI((xmlChar *)str, (xmlChar *) base);
95 char str[1024]; local
101 if (fgets (&str[0], sizeof (str) - 1, stdin) == NULL)
107 i = strlen(str);
109 ((str[i - 1] == '\n') || (str[
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dauthenc.c40 telnet_net_write(unsigned char *str, int len) argument
43 ring_supply_data(&netoring, str, len);
44 if (str[0] == IAC && str[1] == SE)
45 printsub('>', &str[2], len-2);
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_expr.c7 char *str; member in struct:foo
66 expr = _hx509_expr_parse(foo[i].str);
68 errx(1, "_hx509_expr_parse failed for %d: %s", i, foo[i].str);
74 i, foo[i].str);
78 i, foo[i].str);
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dparse_bytes-test.c43 const char *str; member in struct:testcase
65 int val = parse_bytes (tests[i].str, tests[i].def_unit);
70 tests[i].str,
77 if (strcmp (tests[i].str, buf) != 0) {
79 tests[i].val, buf, tests[i].str);

Completed in 313 milliseconds

<<11121314151617181920>>