| /dflybsd-src/usr.sbin/autofs/ |
| H A D | defined.c | 69 char c, *expanded, *name; in defined_expand() local 73 expanded = checked_strdup(string); in defined_expand() 174 ret = asprintf(&expanded, "%.*s%s%s", in defined_expand() 185 string = expanded; in defined_expand() 197 return (expanded); in defined_expand()
|
| H A D | common.c | 324 char c, *expanded; in expand_ampersand() local 330 expanded = checked_strdup(string); in expand_ampersand() 353 ret = asprintf(&expanded, "%.*s%s%s", in expand_ampersand() 364 string = expanded; in expand_ampersand() 372 return (expanded); in expand_ampersand() 410 struct node *child, *expanded; in node_expand_wildcard() local 415 expanded = node_duplicate(n, NULL); in node_expand_wildcard() 416 expanded->n_key = checked_strdup(key); in node_expand_wildcard() 417 node_move_after(expanded, n); in node_expand_wildcard()
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | macrocmd.c | 59 char *expanded = NULL; in macro_expand_command() local 62 make_cleanup (free_current_contents, &expanded); in macro_expand_command() 77 expanded = macro_expand (exp, standard_macro_lookup, ms); in macro_expand_command() 79 fputs_filtered (expanded, gdb_stdout); in macro_expand_command() 94 char *expanded = NULL; in macro_expand_once_command() local 96 make_cleanup (free_current_contents, &expanded); in macro_expand_once_command() 111 expanded = macro_expand_once (exp, standard_macro_lookup, ms); in macro_expand_once_command() 113 fputs_filtered (expanded, gdb_stdout); in macro_expand_once_command()
|
| H A D | auto-load.c | 199 char *expanded = tilde_expand (dir); in auto_load_safe_path_vec_update() local 200 char *real_path = gdb_realpath (expanded); in auto_load_safe_path_vec_update() 203 VEC_replace (char_ptr, auto_load_safe_path_vec, ix, expanded); in auto_load_safe_path_vec_update() 207 if (strcmp (expanded, dir) == 0) in auto_load_safe_path_vec_update() 210 expanded); in auto_load_safe_path_vec_update() 215 dir, expanded); in auto_load_safe_path_vec_update() 220 if (strcmp (real_path, expanded) == 0) in auto_load_safe_path_vec_update()
|
| H A D | event-top.c | 559 int expanded; in command_line_handler() local 562 expanded = history_expand (linebuffer, &history_value); in command_line_handler() 563 if (expanded) in command_line_handler() 569 if (expanded < 0) in command_line_handler()
|
| H A D | top.c | 1048 int expanded; in command_line_input() local 1051 expanded = history_expand (linebuffer, &history_value); in command_line_input() 1052 if (expanded) in command_line_input() 1058 if (expanded < 0) in command_line_input()
|
| /dflybsd-src/contrib/tcsh-6/ |
| H A D | sh.dol.c | 102 Char **expanded; in Dfix() local 104 expanded = Dfix2(t->t_dcom); /* found one */ in Dfix() 106 t->t_dcom = expanded; in Dfix() 119 Char *Dv[2], **expanded; in Dfix1() local 125 expanded = Dfix2(Dv); in Dfix1() 126 if (expanded[0] == NULL || expanded[1] != NULL) { in Dfix1() 127 blkfree(expanded); in Dfix1() 131 cp = Strsave(expanded[0]); in Dfix1() 132 blkfree(expanded); in Dfix1() 393 struct Strbuf *expanded = Strbuf_alloc(); in Dgetdol() local [all …]
|
| H A D | sh.glob.c | 314 Char **expanded; in globexpand() local 316 expanded = dobackp(s, 0); in globexpand() 317 for (i = 0; expanded[i] != NULL; i++) { in globexpand() 318 *vl++ = expanded[i]; in globexpand() 325 xfree(expanded); in globexpand()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | gcov-counter.def | 24 This macro will be expanded to all supported gcov counters, their 26 expanded to a handler function, like in gcov_merge, it is 27 expanded to __gcov_merge ## FN_TYPE. */
|
| H A D | tree-ssa-loop-niter.c | 2165 tree cond, expanded, backup; in simplify_using_initial_conditions() local 2171 backup = expanded = expand_simple_operations (expr); in simplify_using_initial_conditions() 2194 expanded = tree_simplify_using_condition (cond, expanded); in simplify_using_initial_conditions() 2196 if (expanded in simplify_using_initial_conditions() 2197 && (integer_zerop (expanded) || integer_nonzerop (expanded))) in simplify_using_initial_conditions() 2198 return expanded; in simplify_using_initial_conditions() 2204 return operand_equal_p (backup, expanded, 0) ? expr : expanded; in simplify_using_initial_conditions()
|
| H A D | chkp-builtins.def | 45 All builtins calls are expanded in the
|
| /dflybsd-src/contrib/binutils-2.27/gas/doc/ |
| H A D | c-i860.texi | 66 will be expanded into two instructions. This is a very undesirable feature to 133 not fit within a signed 16-bit field) will be expanded into: 141 will be expanded into: 151 with an immediate larger than 16-bits (signed), then they will be expanded.
|
| /dflybsd-src/contrib/gcc-4.7/libcpp/ |
| H A D | macro.c | 40 const cpp_token **expanded; /* Macro-expanded argument. */ member 1149 if (macro_args[i].expanded) in delete_macro_args() 1151 free (macro_args[i].expanded); in delete_macro_args() 1152 macro_args[i].expanded = NULL; in delete_macro_args() 1242 tokens_ptr = arg->expanded; in arg_token_ptr_at() 1458 if (!arg->expanded) in replace_args() 1627 arg, arg->expanded); in replace_args() 1993 if (arg->expanded != NULL in alloc_expanded_arg_mem() 1997 arg->expanded = XNEWVEC (const cpp_token *, capacity); in alloc_expanded_arg_mem() 2014 arg->expanded = in ensure_expanded_arg_room() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libcpp/ |
| H A D | macro.c | 38 const cpp_token **expanded; /* Macro-expanded argument. */ member 1457 if (macro_args[i].expanded) in delete_macro_args() 1459 free (macro_args[i].expanded); in delete_macro_args() 1460 macro_args[i].expanded = NULL; in delete_macro_args() 1547 tokens_ptr = arg->expanded; in arg_token_ptr_at() 1787 if (!arg->expanded) in replace_args() 2016 arg, arg->expanded); in replace_args() 2423 gcc_checking_assert (arg->expanded == NULL in alloc_expanded_arg_mem() 2426 arg->expanded = XNEWVEC (const cpp_token *, capacity); in alloc_expanded_arg_mem() 2443 arg->expanded = in ensure_expanded_arg_room() [all …]
|
| /dflybsd-src/tools/regression/bin/sh/expansion/ |
| H A D | tilde1.0 | 6 echo "~root is not expanded!"
|
| H A D | tilde2.0 | 6 echo "~root is not expanded!"
|
| /dflybsd-src/contrib/bmake/ |
| H A D | var.c | 548 char *expanded; in Var_Undef() local 558 vpr = Var_Subst(arg, SCOPE_GLOBAL, VARE_WANTRES, &expanded); in Var_Undef() 565 varnames = Str_Words(expanded, false); in Var_Undef() 575 free(expanded); in Var_Undef() 848 char *expanded; in GetVarnamesToUnexport() local 851 VARE_WANTRES, &expanded); in GetVarnamesToUnexport() 853 varnames = FStr_InitOwn(expanded); in GetVarnamesToUnexport() 4571 char *expanded; in Var_Parse() local 4577 &expanded); in Var_Parse() 4580 Expr_SetValueOwn(&expr, expanded); in Var_Parse() [all …]
|
| H A D | bmake.cat1 | 228 value is recursively expanded to its complete resultant text be- 229 fore printing. The expanded value is also printed if 238 Like [1m-V[22m, but all printed variables are always expanded to their 240 all variables are expanded or not. 383 [4mNOTE[24m: References to undefined variables are [4mnot[24m expanded. This 391 In most contexts where variables are expanded, `$$' expands to a single 400 If the variable name contains a dollar, the name itself is expanded 411 1. Variables in dependency lines are expanded as the line is read. 413 2. Variables in conditionals are expanded individually, but only as far 416 3. Variables in shell commands are expanded when the shell command is [all …]
|
| /dflybsd-src/etc/mail/ |
| H A D | aliases | 5 # Aliases in this file will NOT be expanded in the header from
|
| /dflybsd-src/crypto/openssh/ |
| H A D | scp.c | 889 int *expanded, int *invalid) in brace_expand_one() argument 895 *invalid = *expanded = 0; in brace_expand_one() 947 *expanded = 1; in brace_expand_one() 957 int ret = -1, invalid = 0, expanded = 0; in brace_expand() local 973 &expanded, &invalid) == -1) { in brace_expand() 979 if (expanded) { in brace_expand()
|
| /dflybsd-src/usr.bin/m4/ |
| H A D | NOTES | 5 "SOFTWARE TOOLS IN PASCAL" books. It has been expanded to include
|
| /dflybsd-src/lib/libncurses/ |
| H A D | Makefile.sources | 21 GENSRCS_NW+= expanded.c 84 expanded.c: MKexpanded.sh ${GENHDRS_NWP}
|
| /dflybsd-src/contrib/tcp_wrappers/ |
| H A D | Banners.Makefile | 13 # format). The sequences will be expanded while the banner message is
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | final.c | 2321 expanded_location expanded; in final_scan_insn() local 2331 expanded = expand_location (loc); in final_scan_insn() 2341 if (expanded.file && expanded.line) in final_scan_insn() 2343 ASM_COMMENT_START, expanded.line, expanded.file); in final_scan_insn() 2346 if (expanded.file && expanded.line) in final_scan_insn()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | cpp.texi | 636 and @dfn{macros} to be expanded. Its primary capabilities are: 676 expansion. Also, the directive name is not macro expanded. Thus, if 768 recognized, and macro names are not expanded. Thus, @code{@w{#include 1033 @code{SYSTEM_H} will be expanded, and the preprocessor will look for 1047 not @samp{"} or @samp{<}, then the entire line is macro-expanded 1146 wherever they are expanded. This immunity is granted on an ad-hoc 1252 backslash-newline. When the macro is expanded, however, it will all 1305 @code{TABLESIZE} is expanded first to produce @code{BUFSIZE}, then that 1306 macro is expanded to produce the final result, @code{1024}. 1331 via intermediate macros, it is not expanded again when the expansion is [all …]
|