| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | macrocmd.c | 52 char *expanded = NULL; in macro_expand_command() local 54 make_cleanup (free_current_contents, &expanded); in macro_expand_command() 69 expanded = macro_expand (exp, standard_macro_lookup, ms); in macro_expand_command() 71 fputs_filtered (expanded, gdb_stdout); in macro_expand_command() 88 char *expanded = NULL; in macro_expand_once_command() local 90 make_cleanup (free_current_contents, &expanded); in macro_expand_once_command() 105 expanded = macro_expand_once (exp, standard_macro_lookup, ms); in macro_expand_once_command() 107 fputs_filtered (expanded, gdb_stdout); in macro_expand_once_command()
|
| H A D | event-top.c | 722 int expanded; in command_line_handler() local 725 expanded = history_expand (linebuffer, &history_value); in command_line_handler() 726 if (expanded) in command_line_handler() 732 if (expanded < 0) in command_line_handler()
|
| /freebsd-12.1/crypto/openssl/crypto/ec/curve448/ |
| H A D | eddsa.c | 149 uint8_t expanded[EDDSA_448_PRIVATE_BYTES * 2]; in c448_ed448_sign() local 151 if (!oneshot_hash(expanded, sizeof(expanded), privkey, in c448_ed448_sign() 154 clamp(expanded); in c448_ed448_sign() 155 curve448_scalar_decode_long(secret_scalar, expanded, in c448_ed448_sign() 161 expanded + EDDSA_448_PRIVATE_BYTES, in c448_ed448_sign() 164 OPENSSL_cleanse(expanded, sizeof(expanded)); in c448_ed448_sign() 167 OPENSSL_cleanse(expanded, sizeof(expanded)); in c448_ed448_sign()
|
| /freebsd-12.1/usr.sbin/autofs/ |
| H A D | defined.c | 87 char c, *expanded, *name; in defined_expand() local 91 expanded = checked_strdup(string); in defined_expand() 192 ret = asprintf(&expanded, "%.*s%s%s", in defined_expand() 203 string = expanded; in defined_expand() 215 return (expanded); in defined_expand()
|
| H A D | common.c | 341 char c, *expanded; in expand_ampersand() local 347 expanded = checked_strdup(string); in expand_ampersand() 370 ret = asprintf(&expanded, "%.*s%s%s", in expand_ampersand() 381 string = expanded; in expand_ampersand() 387 return (expanded); in expand_ampersand() 425 struct node *child, *expanded; in node_expand_wildcard() local 430 expanded = node_duplicate(n, NULL); in node_expand_wildcard() 431 expanded->n_key = checked_strdup(key); in node_expand_wildcard() 432 node_move_after(expanded, n); in node_expand_wildcard()
|
| /freebsd-12.1/usr.bin/rctl/ |
| H A D | rctl.c | 120 char *copy, *expanded, *tofree; in expand_amount() local 162 ret = asprintf(&expanded, "%s:%s:%s:%s=%ju", in expand_amount() 165 ret = asprintf(&expanded, "%s:%s:%s:%s=%ju/%s", in expand_amount() 177 return (expanded); in expand_amount() 185 char *copy, *expanded, *resolved, *tofree; in expand_rule() local 246 expanded = expand_amount(resolved, rule); in expand_rule() 249 return (expanded); in expand_rule()
|
| /freebsd-12.1/contrib/bmake/unit-tests/ |
| H A D | varmisc.exp | 2 :D expanded when var set 5 :U expanded when var undef
|
| H A D | varmisc.mk | 26 @echo :U expanded when var undef 30 @echo :D expanded when var set
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | sh.dol.c | 101 Char **expanded; in Dfix() local 103 expanded = Dfix2(t->t_dcom); /* found one */ in Dfix() 105 t->t_dcom = expanded; in Dfix() 118 Char *Dv[2], **expanded; in Dfix1() local 124 expanded = Dfix2(Dv); in Dfix1() 125 if (expanded[0] == NULL || expanded[1] != NULL) { in Dfix1() 126 blkfree(expanded); in Dfix1() 130 cp = Strsave(expanded[0]); in Dfix1() 131 blkfree(expanded); in Dfix1()
|
| H A D | sh.glob.c | 313 Char **expanded; in globexpand() local 315 expanded = dobackp(s, 0); in globexpand() 316 for (i = 0; expanded[i] != NULL; i++) { in globexpand() 317 *vl++ = expanded[i]; in globexpand() 324 xfree(expanded); in globexpand()
|
| /freebsd-12.1/contrib/ncurses/form/ |
| H A D | fld_def.c | 309 New_Field->expanded = typeCalloc(char *, 1 + (unsigned)nbuf); in new_field() 384 if (field->expanded != 0) in free_field() 390 FreeIfNeeded(field->expanded[n]); in free_field() 392 free(field->expanded); in free_field()
|
| /freebsd-12.1/sbin/devfs/ |
| H A D | devfs.rules | 12 # any references to other rulesets will be expanded first. These 14 # name to be expanded properly.
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | macro.c | 36 const cpp_token **expanded; /* Macro-expanded argument. */ member 845 if (!arg->expanded) in replace_args() 896 count = arg->expanded_count, from = arg->expanded; in replace_args() 934 if (args[i].expanded) in replace_args() 935 free (args[i].expanded); in replace_args() 1038 arg->expanded = XNEWVEC (const cpp_token *, capacity); in expand_arg() 1048 arg->expanded = XRESIZEVEC (const cpp_token *, arg->expanded, in expand_arg() 1057 arg->expanded[arg->expanded_count++] = token; in expand_arg()
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | ltsugar.m4 | 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
|
| /freebsd-12.1/contrib/ldns/m4/ |
| H A D | ltsugar.m4 | 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
|
| /freebsd-12.1/contrib/file/m4/ |
| H A D | ltsugar.m4 | 48 # Note that neither SEPARATOR nor STRING are expanded; they are appended 54 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
|
| /freebsd-12.1/contrib/openpam/m4/ |
| H A D | ltsugar.m4 | 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
|
| /freebsd-12.1/contrib/libevent/m4/ |
| H A D | ltsugar.m4 | 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
|
| /freebsd-12.1/contrib/openbsm/m4/ |
| H A D | ltsugar.m4 | 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/m4/ |
| H A D | ltsugar.m4 | 49 # Note that neither SEPARATOR nor STRING are expanded; they are appended 55 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | dsl_deleg.c | 580 boolean_t expanded; in dsl_deleg_access_impl() local 603 expanded = B_FALSE; in dsl_deleg_access_impl() 622 setnode->p_matched = expanded = B_TRUE; in dsl_deleg_access_impl() 628 if (expanded) in dsl_deleg_access_impl()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonIICHVX.td | 20 // Used by Gather Pseudo Instructions which are expanded into
|
| /freebsd-12.1/libexec/rc/ |
| H A D | network.subr | 822 tmp:*[0-9]-[0-9]*:*) # to be expanded 825 *:*[0-9]-[0-9]*:*) # to be expanded 827 tmp:*:*netmask*) # already expanded w/ netmask option 830 tmp:*:*) # already expanded w/o netmask option 833 *:*:*netmask*) # already expanded w/ netmask option 836 *:*:*) # already expanded w/o netmask option 912 tmp:*[0-9a-zA-Z]-[0-9a-zA-Z]*:*)# to be expanded 915 *:*[0-9a-zA-Z]-[0-9a-zA-Z]*:*) # to be expanded 920 tmp:*:*) # already expanded w/o prefixlen option 923 *:*:*prefixlen*) # already expanded w/ prefixlen option [all …]
|
| /freebsd-12.1/bin/sh/tests/expansion/ |
| H A D | tilde1.0 | 6 echo "~root is not expanded!"
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | AtomicExpandPass.cpp | 1448 bool expanded = expandAtomicOpToLibcall( in expandAtomicLoadToLibcall() local 1451 (void)expanded; in expandAtomicLoadToLibcall() 1452 assert(expanded && "expandAtomicOpToLibcall shouldn't fail tor Load"); in expandAtomicLoadToLibcall() 1462 bool expanded = expandAtomicOpToLibcall( in expandAtomicStoreToLibcall() local 1465 (void)expanded; in expandAtomicStoreToLibcall() 1466 assert(expanded && "expandAtomicOpToLibcall shouldn't fail tor Store"); in expandAtomicStoreToLibcall() 1477 bool expanded = expandAtomicOpToLibcall( in expandAtomicCASToLibcall() local 1481 (void)expanded; in expandAtomicCASToLibcall() 1482 assert(expanded && "expandAtomicOpToLibcall shouldn't fail tor CAS"); in expandAtomicCASToLibcall()
|