Home
last modified time | relevance | path

Searched refs:array_append (Results 1 – 25 of 975) sorted by relevance

12345678910>>...39

/dports/ports-mgmt/portfmt/portfmt-1.1.0/
H A Dast.c91 array_append(node->expr.words, str_dup(pool, word)); in ast_new()
138 array_append(node->include.body, node); in ast_new()
346 array_append(parent->root.body, node); in ast_parent_append_sibling()
351 array_append(parent->forexpr.body, node); in ast_parent_append_sibling()
355 array_append(parent->ifexpr.orelse, node); in ast_parent_append_sibling()
357 array_append(parent->ifexpr.body, node); in ast_parent_append_sibling()
361 array_append(parent->include.body, node); in ast_parent_append_sibling()
364 array_append(parent->target.body, node); in ast_parent_append_sibling()
423 array_append(siblings, sibling); in ast_siblings()
634 array_append(node->comment.lines, line); in ast_balance_comments_join()
[all …]
H A Dparser.c422 array_append(row, " "); in print_token_array()
425 array_append(row, token); in print_token_array()
475 array_append(merge, word); in parser_output_print_target_command()
691 array_append(up, t); in parser_output_sort_opt_use()
696 array_append(up, t); in parser_output_sort_opt_use()
722 array_append(buf, t2); in parser_output_sort_opt_use()
724 array_append(buf, ","); in parser_output_sort_opt_use()
834 array_append(group, word); in parser_output_print_if()
1444 array_append(path, ".."); in process_include()
1448 array_append(path, ".."); in process_include()
[all …]
H A Dportscan.c217 array_append(error_origins, str_dup(extpool, path)); in lookup_subdirs()
231 array_append(error_origins, str_dup(extpool, path)); in lookup_subdirs()
232 array_append(error_msgs, parser_error_tostring(parser, extpool)); in lookup_subdirs()
237 array_append(error_origins, str_dup(extpool, path)); in lookup_subdirs()
250 array_append(error_origins, str_dup(extpool, category)); in lookup_subdirs()
264 array_append(unhooked, str_dup(extpool, path)); in lookup_subdirs()
282 array_append(nonexistent, str_dup(extpool, origin)); in lookup_subdirs()
285 array_append(subdirs, str_dup(extpool, origin)); in lookup_subdirs()
290 array_append(unsorted, str_dup(extpool, category)); in lookup_subdirs()
538 array_append(result->scan_results, scan_result); in scan_ports_worker()
[all …]
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/edits/edit/
H A Dbump_revision.c105 array_append(script, "PORTREVISION=0\n"); in get_merge_script()
107 array_append(script, "PORTREVISION!=\n"); in get_merge_script()
136 array_append(script, variable); in get_merge_script()
137 array_append(script, "!=\n"); in get_merge_script()
140array_append(script, str_printf(pool, "%s%s", var->variable.name, ASTVariableModifier_human(var->v… in get_merge_script()
141 array_append(script, str_printf(pool, "%" PRIu32 " %s\n", rev, comment)); in get_merge_script()
143 array_append(script, variable); in get_merge_script()
144 array_append(script, "=1\n"); in get_merge_script()
H A Dset_version.c213 array_append(script, str_printf(pool, "DISTVERSIONSUFFIX=%s", suffix)); in PARSER_EDIT()
215 array_append(script, str_printf(pool, "DISTVERSIONSUFFIX!=")); in PARSER_EDIT()
219 array_append(script, str_printf(pool, "DISTVERSIONPREFIX=%s", prefix)); in PARSER_EDIT()
221 array_append(script, str_printf(pool, "DISTVERSIONPREFIX!=")); in PARSER_EDIT()
225 array_append(script, str_printf(pool, "PORTVERSION!=")); in PARSER_EDIT()
235 array_append(script, str_printf(pool, "%s=%s\nPORTREVISION=0", ver, newversion)); in PARSER_EDIT()
238 array_append(script, str_printf(pool, "%s=%s\nPORTREVISION!=", ver, newversion)); in PARSER_EDIT()
241 array_append(script, str_printf(pool, "%s=%s", ver, newversion)); in PARSER_EDIT()
/dports/mail/spamdyke/spamdyke-5.0.1/spamdyke-qrv/
H A Dconfiguration-qrv.c146 if (array_append(&current_settings->qmail_percenthack_file, optarg) == -1) in process_command_line()
151 if (array_append(&current_settings->qmail_locals_file, optarg) == -1) in process_command_line()
156 if (array_append(&current_settings->qmail_virtualdomains_file, optarg) == -1) in process_command_line()
161 if (array_append(&current_settings->qmail_assign_cdb, optarg) == -1) in process_command_line()
175 if (array_append(&current_settings->qmail_rcpthosts_file, optarg) == -1) in process_command_line()
180 if (array_append(&current_settings->qmail_morercpthosts_cdb, optarg) == -1) in process_command_line()
249 … (array_append(&current_settings->qmail_percenthack_file, DEFAULT_QMAIL_PERCENTHACK_FILE) == -1)) in process_command_line()
254 (array_append(&current_settings->qmail_locals_file, DEFAULT_QMAIL_LOCALS_FILE) == -1)) in process_command_line()
264 (array_append(&current_settings->qmail_assign_cdb, DEFAULT_QMAIL_ASSIGN_CDB) == -1)) in process_command_line()
269 (array_append(&current_settings->qmail_rcpthosts_file, DEFAULT_QMAIL_RCPTHOSTS_FILE) == -1)) in process_command_line()
[all …]
/dports/ports-mgmt/parfetch-overlay/parfetch-0.1.0/libias/
H A Ddiffutil.c74 array_append(hunks, h); in get_hunks()
86 array_append(edit_ranges, h); in get_hunks()
104 array_append(edit_ranges, h); in get_hunks()
127 array_append(hunks, last); in get_hunks()
133 array_append(hunks, last); in get_hunks()
187 array_append(result, buf); in diff_to_patch()
193 array_append(result, buf); in diff_to_patch()
212 array_append(result, buf); in diff_to_patch()
H A Dmkbuild.c487 array_append(array, buf); in str_split()
491 array_append(array, buf); in str_split()
663 array_append(args, NULL); in run()
965 array_append(test0_args, "-c"); in test_ltotoolchain_helper()
966 array_append(test0_args, "-o"); in test_ltotoolchain_helper()
983 array_append(test2_args, "-o"); in test_ltotoolchain_helper()
1073 array_append(inputs, f->obj); in spec_flush()
1127 array_append(inputs, "|"); in spec_flush()
1132 …spec_var(&(struct SpecVar){"generator", array_append(array_append(array_append(array_new(), "$AWK"… in spec_flush()
1173 …spec_build(spec, "bin", array_append(array_new(), testbin), array_append(array_append(array_new(),… in spec_flush()
[all …]
H A Dpath.c67 array_append(components, component); in path_normalize_helper()
71 array_append(components, component); in path_normalize_helper()
75 array_append(components, ""); in path_normalize_helper()
/dports/ports-mgmt/portfmt/portfmt-1.1.0/libias/
H A Ddiffutil.c73 array_append(hunks, h); in get_hunks()
85 array_append(edit_ranges, h); in get_hunks()
103 array_append(edit_ranges, h); in get_hunks()
126 array_append(hunks, last); in get_hunks()
132 array_append(hunks, last); in get_hunks()
186 array_append(result, buf); in diff_to_patch()
192 array_append(result, buf); in diff_to_patch()
211 array_append(result, buf); in diff_to_patch()
H A Dpath.c67 array_append(components, component); in path_normalize_helper()
71 array_append(components, component); in path_normalize_helper()
75 array_append(components, ""); in path_normalize_helper()
/dports/textproc/redisearch/RediSearch-2.2.5/tests/cpptests/
H A Dtest_cpp_arr.cpp15 arr = (Foo *)array_append(arr, (Foo){i}); in TEST_F()
29 ia = array_append(ia, i); in TEST_F()
47 a = array_append(a, strdup(strs[i])); in TEST_F()
64 a = array_append(a, strs[i]); in TEST_F()
111 a = array_append(a, 42); in TEST_F()
117 a = array_append(a, ii); in TEST_F()
/dports/textproc/redisearch20/RediSearch-2.0.15/tests/cpptests/
H A Dtest_cpp_arr.cpp15 arr = (Foo *)array_append(arr, (Foo){i}); in TEST_F()
29 ia = array_append(ia, i); in TEST_F()
47 a = array_append(a, strdup(strs[i])); in TEST_F()
64 a = array_append(a, strs[i]); in TEST_F()
111 a = array_append(a, 42); in TEST_F()
117 a = array_append(a, ii); in TEST_F()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/cpptests/
H A Dt_arr.cpp15 arr = (Foo *)array_append(arr, (Foo){i}); in TEST_F()
29 ia = array_append(ia, i); in TEST_F()
47 a = array_append(a, strdup(strs[i])); in TEST_F()
64 a = array_append(a, strs[i]); in TEST_F()
111 a = array_append(a, 42); in TEST_F()
117 a = array_append(a, ii); in TEST_F()
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/
H A Dastbuilder.c184 array_append(commentwords, t->data); in split_off_comment()
186 array_append(words, str_dup(extpool, t->data)); in split_off_comment()
271 array_append(builder->tokens, t); in parser_astbuilder_append_token()
333 array_append(current_cond, t); in ast_from_token_stream()
619 array_append(current_target_cmds, t); in ast_from_token_stream()
680 array_append(current_var, t); in ast_from_token_stream()
700 array_append(current_comments, t); in ast_from_token_stream()
863 array_append(flag_tokens, word); in ast_to_token_stream()
920 array_append(vars, str_dup(pool, name)); in parser_astbuilder_print_token_stream()
931 array_append(vars, str_dup(pool, "-")); in parser_astbuilder_print_token_stream()
[all …]
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/testsuite/
H A Dtestsuite-log.c86 array_append(&_testsuite_log_errors, &msg, 1); in _testsuite_log()
89 array_append(&_testsuite_log_warnings, &msg, 1); in _testsuite_log()
92 array_append(&_testsuite_log_messages, &msg, 1); in _testsuite_log()
165 array_append(&_testsuite_log_messages, &msg, 1); in testsuite_error_handler()
171 array_append(&_testsuite_log_warnings, &msg, 1); in testsuite_error_handler()
177 array_append(&_testsuite_log_errors, &msg, 1); in testsuite_error_handler()
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/edits/refactor/
H A Dcollapse_adjacent_variables.c93 array_append(first->variable.words, word); in merge_variables()
103 array_append(newnodelist, node); in merge_variables()
106 array_append(newnodelist, node); in merge_variables()
129 array_append(group, node); in process_siblings()
184 array_append(last_siblings, node); in refactor_collapse_adjacent_variables_walker()
H A Dsanitize_cmake_args.c84 array_append(words, word); in refactor_sanitize_cmake_args_walker()
87 array_append(words, str_printf(node->pool, "-D%s", word)); in refactor_sanitize_cmake_args_walker()
91 array_append(words, word); in refactor_sanitize_cmake_args_walker()
/dports/finance/frontaccounting/frontaccounting/sales/inquiry/
H A Dsales_orders_view.php290 array_append($cols, array(
296 array_append($cols, array( array('insert'=>true, 'fun'=>'invoice_link')));
300 array_append($cols, array(
305 array_append($cols,array(
310 array_append($cols,array(
/dports/graphics/qgis/qgis-3.22.3/resources/function_help/json/
H A Darray_append2 "name": "array_append",
8 "examples": [ { "expression":"array_append(array(1,2,3),4)", "returns":"[ 1, 2, 3, 4 ]"}]
/dports/graphics/qgis-ltr/qgis-3.16.16/resources/function_help/json/
H A Darray_append2 "name": "array_append",
8 "examples": [ { "expression":"array_append(array(1,2,3),4)", "returns":"[ 1, 2, 3, 4 ]"}]
/dports/databases/pg_partman/pg_partman-4.5.1/updates/
H A Dpg_partman--1.5.0--1.5.1.sql109 …v_partition_time := array_append(v_partition_time, quote_literal(CURRENT_TIMESTAMP - (v_time_inter…
111 …v_partition_time := array_append(v_partition_time, quote_literal(CURRENT_TIMESTAMP + (v_time_inter…
133 … v_partition_id = array_append(v_partition_id, (v_starting_partition_id - v_id_interval*i));
135 v_partition_id = array_append(v_partition_id, (v_id_interval*i) + v_starting_partition_id);
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dtest-array.c190 array_append(&intarr, input, i); in test_array_reverse()
243 array_append(&arr1, elems, NELEMS); in test_array_cmp()
296 array_append(&arr1, elemstrs, NELEMS); in test_array_cmp_str()
388 array_append(&ad, tmpd, 2); in fatal_array()
400 array_append(&as, tmps, 2); in fatal_array()
418 array_append(&arr, value, UINT_MAX); in fatal_array()
431 array_append(&arr, value, UINT_MAX); in fatal_array()
/dports/ports-mgmt/portfmt/portfmt-1.1.0/parser/edits/output/
H A Dconditional_token.c118 array_append(word_groups, group); in output_conditional_token_walker()
120 array_append(group, word); in output_conditional_token_walker()
123 array_append(word_groups, group); in output_conditional_token_walker()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/
H A Ddocument_basic.c324 arguments = array_append(arguments, opts->keyStr); in Redis_SaveDocument()
328 arguments = array_append(arguments, globalAddRSstrings[0]); in Redis_SaveDocument()
329 arguments = array_append(arguments, opts->scoreStr); in Redis_SaveDocument()
333 arguments = array_append(arguments, globalAddRSstrings[1]); in Redis_SaveDocument()
334 arguments = array_append(arguments, opts->languageStr); in Redis_SaveDocument()
338 arguments = array_append(arguments, globalAddRSstrings[2]); in Redis_SaveDocument()
339 arguments = array_append(arguments, opts->payload); in Redis_SaveDocument()

12345678910>>...39