Home
last modified time | relevance | path

Searched refs:strlen (Results 1 – 25 of 3744) sorted by relevance

12345678910>>...150

/third_party/ltp/testcases/kernel/fs/stream/
Dstream03.c87 if (fwrite(junk, sizeof(*junk), strlen(junk), stream) == 0) { in main()
94 if (pos != strlen(junk)) { in main()
97 strlen(junk), pos); in main()
113 if (fseek(stream, strlen(junk), 1) != 0) { in main()
120 if (pos != strlen(junk)) { in main()
123 strlen(junk), pos); in main()
135 if (pos != strlen(junk)) { in main()
138 strlen(junk), pos); in main()
163 if (pos != strlen(junk)) { in main()
166 strlen(junk), pos); in main()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcurlsmtpsink.c85 fail_unless (strncmp (res_location, "mylocation", strlen ("mylocation")) in GST_START_TEST()
87 fail_unless (strncmp (res_file_name, "myfile", strlen ("myfile")) in GST_START_TEST()
89 fail_unless (strncmp (res_usr, "usr", strlen ("usr")) in GST_START_TEST()
91 fail_unless (strncmp (res_passwd, "passwd", strlen ("passwd")) in GST_START_TEST()
93 fail_unless (strncmp (res_mail_rcpt, "rcpt", strlen ("rcpt")) in GST_START_TEST()
95 fail_unless (strncmp (res_mail_from, "sender", strlen ("sender")) in GST_START_TEST()
97 fail_unless (strncmp (res_subj, "subject", strlen ("subject")) in GST_START_TEST()
99 fail_unless (strncmp (res_msg, "message", strlen ("message")) in GST_START_TEST()
101 fail_unless (strncmp (res_pop_location, "poploc", strlen ("poploc")) in GST_START_TEST()
103 fail_unless (strncmp (res_pop_usr, "popusr", strlen ("popusr")) in GST_START_TEST()
[all …]
Dcurlsftpsink.c106 fail_unless (strncmp (res_location, "test_location", strlen ("test_location")) in GST_START_TEST()
108 fail_unless (strncmp (res_user, "test_user", strlen ("test_user")) == 0); in GST_START_TEST()
109 fail_unless (strncmp (res_passwd, "test_passwd", strlen ("test_passwd")) in GST_START_TEST()
112 strlen ("test_filename")) == 0); in GST_START_TEST()
118 strlen ("public_key_file")) == 0); in GST_START_TEST()
120 strlen ("private_key_file")) == 0); in GST_START_TEST()
121 fail_unless (strncmp (res_kh_file, "known_hosts", strlen ("known_hosts")) in GST_START_TEST()
124 strlen ("00112233445566778899aabbccddeeff")) == 0); in GST_START_TEST()
128 strlen ("TQtiu1/zwGEEKG4z/PDfPE/ak47AF9nbWHykx4CWcu9")) == 0); in GST_START_TEST()
131 strlen ("SoMePaSsPhRaSe")) == 0); in GST_START_TEST()
[all …]
Dcurlhttpsink.c78 fail_unless (strncmp (res_location, "mylocation", strlen ("mylocation")) in GST_START_TEST()
80 fail_unless (strncmp (res_file_name, "myfile", strlen ("myfile")) in GST_START_TEST()
82 fail_unless (strncmp (res_user, "user", strlen ("user")) == 0); in GST_START_TEST()
83 fail_unless (strncmp (res_passwd, "passwd", strlen ("passwd")) == 0); in GST_START_TEST()
84 fail_unless (strncmp (res_proxy, "myproxy", strlen ("myproxy")) == 0); in GST_START_TEST()
86 fail_unless (strncmp (res_proxy_user, "proxy_user", strlen ("proxy_user")) in GST_START_TEST()
89 strlen ("proxy_passwd")) == 0); in GST_START_TEST()
90 fail_unless (strncmp (res_content_type, "image/jpeg", strlen ("image/jpeg")) in GST_START_TEST()
106 fail_unless (strncmp (res_location, "newlocation", strlen ("newlocation")) in GST_START_TEST()
112 fail_unless (strncmp (res_file_name, "newfile", strlen ("newfile")) in GST_START_TEST()
/third_party/iowow/src/kv/tests/
Diwkv_test5.c47 key.size = strlen(key.data); in iwkv_test5_2()
49 val.size = strlen(val.data); in iwkv_test5_2()
79 key.size = strlen(key.data); in iwkv_test5_2()
81 val.size = strlen(val.data); in iwkv_test5_2()
129 key.size = strlen(key.data); in iwkv_test5_1()
131 val.size = strlen(val.data); in iwkv_test5_1()
142 key.size = strlen(key.data); in iwkv_test5_1()
154 key.size = strlen(key.data); in iwkv_test5_1()
170 key.size = strlen(key.data); in iwkv_test5_1()
172 val.size = strlen(val.data); in iwkv_test5_1()
[all …]
Diwkv_test4.c66 key.size = strlen(key.data); in iwkv_test4_4()
68 val.size = strlen(val.data); in iwkv_test4_4()
105 key.size = strlen(key.data); in iwkv_test4_3_impl()
107 val.size = strlen(val.data); in iwkv_test4_3_impl()
115 key.size = strlen(key.data); in iwkv_test4_3_impl()
117 val.size = strlen(val.data); in iwkv_test4_3_impl()
125 key.size = strlen(key.data); in iwkv_test4_3_impl()
127 val.size = strlen(val.data); in iwkv_test4_3_impl()
147 key.size = strlen(key.data); in iwkv_test4_3_impl()
154 key.size = strlen(key.data); in iwkv_test4_3_impl()
[all …]
/third_party/ffmpeg/libavcodec/
Davcodec.c674 snprintf(buf + strlen(buf), buf_size - strlen(buf), " (%s)", enc->codec->name); in avcodec_string()
677 snprintf(buf + strlen(buf), buf_size - strlen(buf), " (%s)", profile); in avcodec_string()
681 snprintf(buf + strlen(buf), buf_size - strlen(buf), in avcodec_string()
686 snprintf(buf + strlen(buf), buf_size - strlen(buf), " (%s / 0x%04X)", in avcodec_string()
696 snprintf(buf + strlen(buf), buf_size - strlen(buf), in avcodec_string()
739 if (strlen(detail) > 1) { in avcodec_string()
740 detail[strlen(detail) - 2] = 0; in avcodec_string()
748 snprintf(buf + strlen(buf), buf_size - strlen(buf), in avcodec_string()
755 snprintf(buf + strlen(buf), buf_size - strlen(buf), in avcodec_string()
763 snprintf(buf + strlen(buf), buf_size - strlen(buf), in avcodec_string()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/temp/
Dmkostemp.c32 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0100()
33 EXPECT_TRUE("mkostemp_0100", cnt == strlen(tmpfile)); in mkostemp_0100()
55 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0200()
56 EXPECT_TRUE("mkostemp_0200", cnt == strlen(tmpfile)); in mkostemp_0200()
78 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0300()
79 EXPECT_TRUE("mkostemp_0300", cnt == strlen(tmpfile)); in mkostemp_0300()
101 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0400()
102 EXPECT_TRUE("mkostemp_0400", cnt == strlen(tmpfile)); in mkostemp_0400()
124 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0500()
125 EXPECT_TRUE("mkostemp_0500", cnt == strlen(tmpfile)); in mkostemp_0500()
[all …]
Dmkstemps.c27 int fd = mkstemps(tmpfile, strlen(".dat")); in mkstemps_0100()
30 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkstemps_0100()
31 EXPECT_TRUE("mkstemps_0100", cnt == strlen(tmpfile)); in mkstemps_0100()
52 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkstemps_0200()
53 EXPECT_TRUE("mkstemps_0200", cnt == strlen(tmpfile)); in mkstemps_0200()
71 int fd = mkstemps(tmpfile, strlen(".dat")); in mkstemps_0300()
74 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkstemps_0300()
75 EXPECT_TRUE("mkstemps_0300", cnt == strlen(tmpfile)); in mkstemps_0300()
Dmkostemps.c29 int fd = mkostemps(tmpfile, strlen(".dat"), O_CREAT); in mkostemps_0100()
32 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemps_0100()
33 EXPECT_TRUE("mkostemps_0100", cnt == strlen(tmpfile)); in mkostemps_0100()
55 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemps_0200()
56 EXPECT_TRUE("mkostemps_0200", cnt == strlen(tmpfile)); in mkostemps_0200()
74 int fd = mkostemps(tmpfile, strlen(".dat"), O_CREAT); in mkostemps_0300()
77 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemps_0300()
78 EXPECT_TRUE("mkostemps_0300", cnt == strlen(tmpfile)); in mkostemps_0300()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dfopen.c44 size_t wrsize = fwrite(wstring, sizeof(char), strlen(wstring), fptr); in fopen_0100()
58 if (!strncmp(abc, add, strlen(add))) { in fopen_0100()
62 size_t wrsize = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fopen_0100()
100 size_t wrsize = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fopen_0300()
104 } else if (wrsize == strlen(wrstring)) { in fopen_0300()
131 size_t wrsize = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fopen_0400()
134 } else if (wrsize == strlen(wrstring)) { in fopen_0400()
163 size_t wrsize = fwrite(wstring, sizeof(char), strlen(wstring), fptr); in fopen_0500()
175 size_t wrsize = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in fopen_0500()
178 } else if (wrsize == strlen(wrstring)) { in fopen_0500()
[all …]
/third_party/ltp/testcases/kernel/pty/
Dhangup01.c90 size_t len = strlen(MESSAGE1); in parent()
115 strlen(MESSAGE1)) != 0) { in parent()
119 len = strlen(MESSAGE2); in parent()
123 strlen(MESSAGE2)) != 0) { in parent()
127 len = strlen(MESSAGE3); in parent()
131 strlen(MESSAGE3)) != 0) { in parent()
169 if (write(slavefd, MESSAGE1, strlen(MESSAGE1)) != strlen(MESSAGE1)) { in child()
181 if (write(slavefd, MESSAGE2, strlen(MESSAGE2)) != strlen(MESSAGE2)) { in child()
193 if (write(slavefd, MESSAGE3, strlen(MESSAGE3)) != strlen(MESSAGE3)) { in child()
/third_party/protobuf/src/google/protobuf/stubs/
Dsubstitute.h92 : text_(value), size_(strlen(text_)) {} in SubstituteArg()
109 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
111 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
113 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
115 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
117 : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
119 : text_(FastULongToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
121 : text_(FastInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
123 : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
125 : text_(FloatToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
[all …]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddigestauth.c111 MD5Update (&md5, username, strlen (username)); in digest_calc_ha1()
113 MD5Update (&md5, realm, strlen (realm)); in digest_calc_ha1()
115 MD5Update (&md5, password, strlen (password)); in digest_calc_ha1()
122 MD5Update (&md5, nonce, strlen (nonce)); in digest_calc_ha1()
124 MD5Update (&md5, cnonce, strlen (cnonce)); in digest_calc_ha1()
161 MD5Update (&md5, method, strlen(method)); in digest_calc_response()
163 MD5Update (&md5, uri, strlen(uri)); in digest_calc_response()
171 MD5Update (&md5, hentity, strlen(hentity)); in digest_calc_response()
180 MD5Update (&md5, nonce, strlen(nonce)); in digest_calc_response()
184 MD5Update (&md5, noncecount, strlen(noncecount)); in digest_calc_response()
[all …]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djwe.c79 strlen(ex_a1_jwk_json)) < 0) { in test_jwe_a1()
85 if (lws_jws_compact_decode(ex_a1_compact, (int)strlen(ex_a1_compact), in test_jwe_a1()
101 if (jwe.jws.map.len[LJWE_CTXT] < strlen(ex_a1_ptext) || in test_jwe_a1()
103 (uint32_t)strlen(ex_a1_ptext))) { in test_jwe_a1()
105 lwsl_hexdump_notice(ex_a1_ptext, strlen(ex_a1_ptext)); in test_jwe_a1()
120 strlen(ex_a1_jwk_json)) < 0) { in test_jwe_a1()
148 ex_a1_ptext, strlen(ex_a1_ptext), 0)) { in test_jwe_a1()
188 if (lws_jws_compact_decode(compact, (int)strlen(compact), &jwe.jws.map, in test_jwe_a1()
195 strlen(ex_a1_jwk_json)) < 0) { in test_jwe_a1()
295 strlen((char *)lws_jwe_ex_a2_jwk_json)) < 0) { in test_jwe_a2()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
D3-1.c65 if (mq_send(queue, msgptr3, strlen(msgptr3), PRI3) != 0) { in main()
70 if (mq_send(queue, msgptr1, strlen(msgptr1), PRI1) != 0) { in main()
75 if (mq_send(queue, msgptr4, strlen(msgptr4), PRI4) != 0) { in main()
80 if (mq_send(queue, msgptr2, strlen(msgptr2), PRI2) != 0) { in main()
85 if (mq_send(queue, msgptr5, strlen(msgptr5), PRI5) != 0) { in main()
95 if (strncmp(msgptr1, msgrcd, strlen(msgptr1)) != 0) { in main()
105 if (strncmp(msgptr2, msgrcd, strlen(msgptr2)) != 0) { in main()
115 if (strncmp(msgptr3, msgrcd, strlen(msgptr3)) != 0) { in main()
125 if (strncmp(msgptr4, msgrcd, strlen(msgptr4)) != 0) { in main()
135 if (strncmp(msgptr5, msgrcd, strlen(msgptr5)) != 0) { in main()
D3-2.c67 if (mq_send(queue, msgptr3, strlen(msgptr3), PRI3) != 0) { in main()
73 if (mq_send(queue, msgptr1, strlen(msgptr1), PRI1) != 0) { in main()
79 if (mq_send(queue, msgptr4, strlen(msgptr4), PRI4) != 0) { in main()
85 if (mq_send(queue, msgptr2, strlen(msgptr2), PRI2) != 0) { in main()
91 if (mq_send(queue, msgptr5, strlen(msgptr5), PRI5) != 0) { in main()
102 if (strncmp(msgptr1, msgrcd, strlen(msgptr1)) != 0) { in main()
112 if (strncmp(msgptr2, msgrcd, strlen(msgptr2)) != 0) { in main()
122 if (strncmp(msgptr3, msgrcd, strlen(msgptr3)) != 0) { in main()
132 if (strncmp(msgptr4, msgrcd, strlen(msgptr4)) != 0) { in main()
142 if (strncmp(msgptr5, msgrcd, strlen(msgptr5)) != 0) { in main()
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c92 # define xcstrlen(s) strlen(s)
168 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in _expect_failure()
426 (int)strlen(options->parse_text), XML_TRUE); in external_entity_optioner()
538 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
600 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in _run_character_check()
617 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in _run_attribute_check()
647 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in _run_ext_character_check()
752 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
799 const char *fromLim = cases[i].input + strlen(cases[i].input); in START_TEST()
813 for (; j < strlen(cases[i].input); j++) { in START_TEST()
[all …]
/third_party/ffmpeg/libavformat/
Dvorbiscomment.c45 len += strlen(vendor_string); in ff_vorbiscomment_length()
51 int64_t len1 = !strcmp(tag->key, "title") ? 4 : strlen(tag->key); in ff_vorbiscomment_length()
52 len += 4 + 10 + len1 + 1 + strlen(tag->value); in ff_vorbiscomment_length()
59 len += 4 +strlen(tag->key) + 1 + strlen(tag->value); in ff_vorbiscomment_length()
70 avio_wl32(pb, strlen(vendor_string)); in ff_vorbiscomment_write()
71 avio_write(pb, vendor_string, strlen(vendor_string)); in ff_vorbiscomment_write()
82 int64_t len1 = strlen(tag->key); in ff_vorbiscomment_write()
83 int64_t len2 = strlen(tag->value); in ff_vorbiscomment_write()
112 int64_t len1 = !strcmp(tag->key, "title") ? 4 : strlen(tag->key); in ff_vorbiscomment_write()
113 int64_t len2 = strlen(tag->value); in ff_vorbiscomment_write()
Dhttpauth.c80 char *end = ptr + strlen("auth"); in choose_qop()
131 av_md5_update(md5ctx, str, strlen(str)); in update_md5_strings()
211 len = strlen(username) + strlen(state->realm) + strlen(digest->nonce) + in make_digest_auth()
212 strlen(uri) + strlen(response) + strlen(digest->algorithm) + in make_digest_auth()
213 strlen(digest->opaque) + strlen(digest->qop) + strlen(cnonce) + in make_digest_auth()
214 strlen(nc) + 150; in make_digest_auth()
263 auth_b64_len = AV_BASE64_SIZE(strlen(decoded_auth)); in ff_http_auth_create_response()
273 ptr = authstr + strlen(authstr); in ff_http_auth_create_response()
274 av_base64_encode(ptr, auth_b64_len, decoded_auth, strlen(decoded_auth)); in ff_http_auth_create_response()
/third_party/jerryscript/jerry-main/
Dcli.c50 char CMDNAME[strlen ((PROGNAME)) + strlen ((CMD)) + 2]; \
51 strncpy (CMDNAME, (PROGNAME), strlen ((PROGNAME))); \
52 CMDNAME[strlen ((PROGNAME))] = ' '; \
53 strncpy (CMDNAME + strlen ((PROGNAME)) + 1, (CMD), strlen ((CMD)) + 1)
261 int length = (int) strlen (prog_name_p); in cli_opt_usage()
268 int command_length = (int) strlen (command_name_p); in cli_opt_usage()
291 opt_length += (int) strlen (opt_p); in cli_opt_usage()
325 int opt_length = (int) (2 + strlen (opt_p)); in cli_opt_usage()
398 length += (int) (strlen (opt_p->opt) + 1); in cli_help()
410 length += (int) (strlen (opt_p->longopt) + 2); in cli_help()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
D3-1.c70 if (mq_timedsend(queue, msgptr3, strlen(msgptr3), PRI3, &ts) != 0) { in main()
76 if (mq_timedsend(queue, msgptr1, strlen(msgptr1), PRI1, &ts) != 0) { in main()
82 if (mq_timedsend(queue, msgptr4, strlen(msgptr4), PRI4, &ts) != 0) { in main()
88 if (mq_timedsend(queue, msgptr2, strlen(msgptr2), PRI2, &ts) != 0) { in main()
94 if (mq_timedsend(queue, msgptr5, strlen(msgptr5), PRI5, &ts) != 0) { in main()
104 if (strncmp(msgptr1, msgrcd, strlen(msgptr1)) != 0) { in main()
114 if (strncmp(msgptr2, msgrcd, strlen(msgptr2)) != 0) { in main()
124 if (strncmp(msgptr3, msgrcd, strlen(msgptr3)) != 0) { in main()
134 if (strncmp(msgptr4, msgrcd, strlen(msgptr4)) != 0) { in main()
144 if (strncmp(msgptr5, msgrcd, strlen(msgptr5)) != 0) { in main()
D3-2.c72 if (mq_timedsend(queue, msgptr3, strlen(msgptr3), PRI3, &ts) != 0) { in main()
79 if (mq_timedsend(queue, msgptr1, strlen(msgptr1), PRI1, &ts) != 0) { in main()
86 if (mq_timedsend(queue, msgptr4, strlen(msgptr4), PRI4, &ts) != 0) { in main()
93 if (mq_timedsend(queue, msgptr2, strlen(msgptr2), PRI2, &ts) != 0) { in main()
100 if (mq_timedsend(queue, msgptr5, strlen(msgptr5), PRI5, &ts) != 0) { in main()
111 if (strncmp(msgptr1, msgrcd, strlen(msgptr1)) != 0) { in main()
121 if (strncmp(msgptr2, msgrcd, strlen(msgptr2)) != 0) { in main()
131 if (strncmp(msgptr3, msgrcd, strlen(msgptr3)) != 0) { in main()
141 if (strncmp(msgptr4, msgrcd, strlen(msgptr4)) != 0) { in main()
151 if (strncmp(msgptr5, msgrcd, strlen(msgptr5)) != 0) { in main()
/third_party/ffmpeg/libavutil/tests/
Dbprint.c52 printf("Short text in unlimited buffer: %u/%u\n", (unsigned)strlen(b.str), b.len); in main()
58 printf("Long text in unlimited buffer: %u/%u\n", (unsigned)strlen(b.str), b.len); in main()
63 printf("Long text in limited buffer: %u/%u\n", (unsigned)strlen(b.str), b.len); in main()
68 printf("Short text in automatic buffer: %u/%u\n", (unsigned)strlen(b.str), b.len); in main()
72 printf("Long text in automatic buffer: %u/%u\n", (unsigned)strlen(b.str)/8*8, b.len); in main()
77 printf("Long text count only buffer: %u/%u\n", (unsigned)strlen(b.str), b.len); in main()
81 printf("Long text count only buffer: %u/%u\n", (unsigned)strlen(buf), b.len); in main()
85 printf("strftime full: %u/%u \"%s\"\n", (unsigned)strlen(buf), b.len, b.str); in main()
90 printf("strftime truncated: %u/%u \"%s\"\n", (unsigned)strlen(buf), b.len, b.str); in main()
/third_party/libcoap/man/
Dexamples-code-check.c114 file_name[strlen(file_name)-1] = '\000'; in check_synopsis()
251 strlen(number_list[i])) == 0) { in main()
252 if (buffer[1 + strlen(number_list[i])] == '*') { in main()
253 func_start = &buffer[2 + strlen(number_list[i])]; in main()
257 func_start = &buffer[1 + strlen(number_list[i])]; in main()
265 strlen(struct_list[i])) == 0) { in main()
266 if (buffer[1 + strlen(struct_list[i])] == '*') { in main()
267 func_start = &buffer[2 + strlen(struct_list[i])]; in main()
271 func_start = &buffer[1 + strlen(struct_list[i])]; in main()
286 strlen(inline_list[i])) == 0) { in main()
[all …]

12345678910>>...150