Searched refs:str (Results 76 - 100 of 4607) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A Dhash.c19 sdbm_hash(str, len)
20 register char *str;
31 #define HASHC n = *str++ + 65599 * n
48 n = *str++ + 65599 * n;
/macosx-10.10.1/tcpdump-61/tcpdump/missing/
H A Dstrdup.c46 strdup(str)
47 const char *str;
52 len = strlen(str) + 1;
55 memcpy(copy, str, len);
/macosx-10.10.1/OpenPAM-20/openpam/lib/
H A Dpam_getenv.c56 char *str; local
66 for (str = pamh->env[i]; *str != '\0'; ++str) {
67 if (*str == '=') {
68 ++str;
72 RETURNS(str);
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_paramhlp.h32 void cleanarg(char *str);
34 ParameterError str2num(long *val, const char *str);
35 ParameterError str2unum(long *val, const char *str);
36 ParameterError str2double(double *val, const char *str);
37 ParameterError str2udouble(double *val, const char *str);
39 long proto2num(struct OperationConfig *config, long *val, const char *str);
41 ParameterError str2offset(curl_off_t *val, const char *str);
47 int ftpfilemethod(struct OperationConfig *config, const char *str);
49 int ftpcccmethod(struct OperationConfig *config, const char *str);
51 long delegation(struct OperationConfig *config, char *str);
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregfronts.c41 regcomp(re, str, flags)
43 CONST char *str;
50 len = re->re_endp - str;
53 len = strlen(str);
55 return re_comp(re, str, len, f);
62 regexec(re, str, nmatch, pmatch, flags)
64 CONST char *str;
74 start = str + pmatch[0].rm_so;
78 start = str;
79 len = strlen(str);
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dsdb006.tcl103 gets $did str
104 do_join_subdb $testfile primary.db "1 0" $str $oargs
105 gets $did str
106 do_join_subdb $testfile primary.db "2 0" $str $oargs
107 gets $did str
108 do_join_subdb $testfile primary.db "3 0" $str $oargs
109 gets $did str
110 do_join_subdb $testfile primary.db "4 0" $str $oargs
111 gets $did str
112 do_join_subdb $testfile primary.db "1" $str
[all...]
H A Dsdb018.tcl89 gets $did str
90 do_join_subdb $testfile primary.db "1 0" $str $oargs
91 gets $did str
92 do_join_subdb $testfile primary.db "2 0" $str $oargs
93 gets $did str
94 do_join_subdb $testfile primary.db "3 0" $str $oargs
95 gets $did str
96 do_join_subdb $testfile primary.db "4 0" $str $oargs
97 gets $did str
98 do_join_subdb $testfile primary.db "1" $str
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Ddynstr_test.c56 atf_dynstr_t str; local
58 RE(atf_dynstr_init(&str));
59 ATF_REQUIRE_EQ(atf_dynstr_length(&str), 0);
60 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "") == 0);
61 atf_dynstr_fini(&str);
66 init_fmt(atf_dynstr_t *str, const char *fmt, ...) argument
71 RE(atf_dynstr_init_ap(str, fmt, ap));
83 atf_dynstr_t str; local
85 init_fmt(&str, "String 1");
86 ATF_REQUIRE(strcmp(atf_dynstr_cstring(&str), "Strin
113 atf_dynstr_t str; local
145 atf_dynstr_t str; local
186 atf_dynstr_t str; local
202 atf_dynstr_t str; local
226 atf_dynstr_t str; local
264 atf_dynstr_t str, str2; local
289 atf_dynstr_t str; local
312 atf_dynstr_t str; local
337 atf_dynstr_t str; local
352 atf_dynstr_t str; local
380 atf_dynstr_t str; local
413 append_ap_aux(atf_dynstr_t *str, const char *fmt, ...) argument
454 atf_dynstr_t str; local
480 atf_dynstr_t str; local
525 prepend_ap_aux(atf_dynstr_t *str, const char *fmt, ...) argument
571 atf_dynstr_t str; local
594 atf_dynstr_t str, str2; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dsplit.tcl57 proc ::textutil::split::splitx {str {regexp {[\t \r\n]+}}} {
59 if {[string length $str] == 0} {
63 return [::split $str ""]
67 while {[regexp -start $start -indices -- $regexp $str match submatch]} {
72 lappend list [string range $str $start $matchStart]
74 lappend list [string range $str $subStart $subEnd]
78 lappend list [string range $str $start end]
84 proc ::textutil::split::splitx [list str [list regexp "\[\t \r\n\]+"]] {
86 if {[string length $str] == 0} {
90 return [::split $str {}]
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/String/
H A Dregress-107771.js37 var str = ''; variable
42 str = "AAA//BBB/CCC/";
43 k = str.lastIndexOf('/');
48 str = str.substring(0, k);
49 k = str.lastIndexOf('/');
55 str = str.substring(0, k);
56 k = str.lastIndexOf('/');
62 str
[all...]
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A Dprintdata.c41 print_bytes_cfstr(CFMutableStringRef str, const uint8_t * data_p, argument
58 STRING_APPEND(str, "%s%02x", space, data_p[i]);
64 print_data_cfstr(CFMutableStringRef str, const uint8_t * data_p, argument
74 STRING_APPEND(str, "%04x ", offset);
77 STRING_APPEND(str, " %02x", *data_p);
81 STRING_APPEND(str, " %s\n", line_buf);
85 STRING_APPEND(str, " ");
93 STRING_APPEND(str, " ");
97 STRING_APPEND(str, " %s%s\n", extra_space, line_buf);
105 CFMutableStringRef str; local
121 CFMutableStringRef str; local
[all...]
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestargs.c23 static void format_arg(char *str, char option, const char *arg) argument
26 apr_snprintf(str, 8196, "%soption: %c with %s\n", str, option, arg);
29 apr_snprintf(str, 8196, "%soption: %c\n", str, option);
33 static void unknown_arg(void *str, const char *err, ...) argument
38 apr_vsnprintf(str, 8196, err, va);
50 char str[8196]; local
52 str[0] = '\0';
63 format_arg(str, c
80 char str[8196]; local
112 char str[8196]; local
141 char str[8196]; local
170 char str[8196]; local
199 char str[8196]; local
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dputenv.c59 _putenvp(char *str, char ***envp, void *state) argument
62 return (__setenv(str, NULL, 1, 0, envp, (state ? (struct owned_ptr *)state : __env_owned)));
67 putenv(str)
68 char *str;
75 if (str == NULL || *str == 0 || index(str, '=') == NULL) {
80 if (index(str, '=') == NULL)
89 __setenv(str, NULL, 1,
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_copyright.c92 static boolean_t is_token_break(const char *str)
94 static boolean_t token_is_year(const char *str)
96 static boolean_t token_is_yearRange(const char *str)
98 static boolean_t dates_are_valid(const char *str, const u_long len)
132 is_token_break(const char *str) argument
137 return (!is_token_delimiter(str[0]) && is_token_delimiter(str[1]));
146 token_is_year(const char *str) argument
152 if (str[i] < '0' || str[
168 token_is_yearRange(const char *str) argument
196 dates_are_valid(const char *str, const u_long len) argument
245 kxld_validate_copyright_string(const char *str) argument
284 const char *str = NULL; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/t/
H A D007_pc_esc.t25 my ($js,$obj,$str);
30 $str = $pc->encode($obj);
31 is($str,q|{"test":"abc\"def"}|);
34 $str = $pc->encode($obj);
35 is($str,q|{"te\"st":"abc\"def"}|);
38 $str = $pc->encode($obj); # but since version 0.99
39 is($str,q|{"test":"abc/def"}|); # this handling is deleted.
40 $obj = $pc->decode($str);
44 $str = $pc->encode($obj);
45 is($str,
[all...]
/macosx-10.10.1/swig-12/Lib/ruby/
H A Drubyerrors.swg101 VALUE str;
105 str = rb_str_new2(msg);
109 str = rb_str_new(NULL, 0);
112 str = rb_str_cat2( str, "Expected argument " );
114 str = rb_str_cat2( str, buf );
115 str = rb_str_cat2( str, type );
116 str
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dword.tcl36 # str - String to search.
39 proc tcl_wordBreakAfter {str start} {
41 set str [string range $str $start end]
42 if {[regexp -indices "$tcl_wordchars$tcl_nonwordchars|$tcl_nonwordchars$tcl_wordchars" $str result]} {
56 # str - String to search.
59 proc tcl_wordBreakBefore {str start} {
62 set start [string length $str]
64 if {[regexp -indices "^.*($tcl_wordchars$tcl_nonwordchars|$tcl_nonwordchars$tcl_wordchars)" [string range $str 0 $start] result]} {
79 # str
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dfilter.c34 char *str ));
38 char *str ));
42 char *str,
48 char *str ));
53 char *str,
58 char *str,
61 static int ldap_is_oid ( const char *str )
65 if( LDAP_ALPHA( str[0] )) {
66 for( i=1; str[i]; i++ ) {
67 if( !LDAP_LDH( str[
288 put_complex_filter( BerElement *ber, char *str, ber_tag_t tag, int not ) argument
330 char *str; local
518 put_filter_list( BerElement *ber, char *str, ber_tag_t tag ) argument
780 char *str; local
[all...]
/macosx-10.10.1/dtrace-147/test/tst/i386/funcs/
H A Dtst.badcopyoutstr.d47 this->str = alloca(10);
48 bcopy("kablammo!", this->str, 10);
49 copyoutstr(this->str, (uintptr_t)&`clock, 10);
/macosx-10.10.1/ruby-106/ruby/ext/-test-/num2int/
H A Dnum2int.c7 VALUE str; local
10 str = rb_str_new_cstr(buf);
11 rb_io_write(rb_stdout, str);
19 VALUE str; local
22 str = rb_str_new_cstr(buf);
23 rb_io_write(rb_stdout, str);
31 VALUE str; local
34 str = rb_str_new_cstr(buf);
35 rb_io_write(rb_stdout, str);
43 VALUE str; local
55 VALUE str; local
67 VALUE str; local
80 VALUE str; local
92 VALUE str; local
[all...]
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_numeric.rb24 str = Psych.load('--- 090')
25 assert_equal '090', str
39 str = Psych.load('--- 4 roses')
40 assert_equal '4 roses', str
41 str = Psych.load('--- 1.1.1')
42 assert_equal '1.1.1', str
/macosx-10.10.1/file_cmds-242/pax/
H A Dgen_subs.c207 safe_print(const char *str, FILE *fp) argument
216 for (cp = str; *cp; cp++) {
221 (void)fputs(str, fp);
236 asc_ul(char *str, int len, int base) argument
241 stop = str + len;
246 while ((str < stop) && ((*str == ' ') || (*str == '0')))
247 ++str;
254 while (str < sto
279 ul_asc(u_long val, char *str, int len, int base) argument
333 asc_uqd(char *str, int len, int base) argument
376 uqd_asc(u_quad_t val, char *str, int len, int base) argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dder_free.c41 der_free_general_string (heim_general_string *str) argument
43 free(*str);
44 *str = NULL;
73 der_free_utf8string (heim_utf8_string *str) argument
75 free(*str);
76 *str = NULL;
80 der_free_printable_string (heim_printable_string *str) argument
82 der_free_octet_string(str);
86 der_free_ia5_string (heim_ia5_string *str) argument
88 der_free_octet_string(str);
108 der_free_visible_string(heim_visible_string *str) argument
[all...]
/macosx-10.10.1/OpenSSH-189/osslshim/heimdal-asn1/
H A Dasn1-der_free.c63 der_free_general_string (heim_general_string *str) argument
65 free(*str);
66 *str = NULL;
95 der_free_utf8string (heim_utf8_string *str) argument
97 free(*str);
98 *str = NULL;
102 der_free_printable_string (heim_printable_string *str) argument
104 der_free_octet_string(str);
108 der_free_ia5_string (heim_ia5_string *str) argument
110 der_free_octet_string(str);
130 der_free_visible_string(heim_visible_string *str) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/tests/
H A Dsymtab_test.c72 char str[16], *key; local
74 snprintf(str, sizeof(str), "%04x", i);
75 key = isc_mem_strdup(mctx, str);
77 value.as_pointer = isc_mem_strdup(mctx, str);
89 char str[16], *key; local
91 snprintf(str, sizeof(str), "%04x", i);
92 key = isc_mem_strdup(mctx, str);
94 value.as_pointer = isc_mem_strdup(mctx, str);
105 char str[16]; local
117 char str[16]; local
128 char str[16]; local
[all...]

Completed in 230 milliseconds

1234567891011>>