| /freebsd-13.1/crypto/openssl/crypto/ec/curve448/ |
| H A D | eddsa.c | 154 uint8_t expanded[EDDSA_448_PRIVATE_BYTES * 2]; in c448_ed448_sign() local 156 if (!oneshot_hash(expanded, sizeof(expanded), privkey, in c448_ed448_sign() 159 clamp(expanded); in c448_ed448_sign() 160 curve448_scalar_decode_long(secret_scalar, expanded, in c448_ed448_sign() 166 expanded + EDDSA_448_PRIVATE_BYTES, in c448_ed448_sign() 169 OPENSSL_cleanse(expanded, sizeof(expanded)); in c448_ed448_sign() 172 OPENSSL_cleanse(expanded, sizeof(expanded)); in c448_ed448_sign()
|
| /freebsd-13.1/usr.sbin/autofs/ |
| H A D | defined.c | 86 char c, *expanded, *name; in defined_expand() local 90 expanded = checked_strdup(string); in defined_expand() 191 ret = asprintf(&expanded, "%.*s%s%s", in defined_expand() 202 string = expanded; in defined_expand() 214 return (expanded); in defined_expand()
|
| H A D | common.c | 340 char c, *expanded; in expand_ampersand() local 346 expanded = checked_strdup(string); in expand_ampersand() 369 ret = asprintf(&expanded, "%.*s%s%s", in expand_ampersand() 380 string = expanded; in expand_ampersand() 388 return (expanded); in expand_ampersand() 426 struct node *child, *expanded; in node_expand_wildcard() local 431 expanded = node_duplicate(n, NULL); in node_expand_wildcard() 432 expanded->n_key = checked_strdup(key); in node_expand_wildcard() 433 node_move_after(expanded, n); in node_expand_wildcard()
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | depsrc.exp | 1 : 'Undefined variables are expanded directly in the dependency' 2 : 'declaration. They are not preserved and maybe expanded later.'
|
| H A D | directive-export-gmake.mk | 49 TWICE= expanded twice 50 ONCE= expanded once, leaving $${TWICE} as-is
|
| H A D | opt-debug-jobs.exp | 5 { : expanded expression 20 : expanded expression
|
| H A D | varmisc.exp | 2 :D expanded when var set 5 :U expanded when var undef
|
| H A D | varmod-assign.mk | 108 APPEND.indirect= indirect $${:Unot expanded} 145 . error The variable name in the '::=' modifier is expanded once too often.
|
| H A D | deptgt-end-jobs.mk | 14 VAR= Should not be expanded.
|
| H A D | deptgt-end.mk | 6 VAR= Should not be expanded.
|
| H A D | varmisc.mk | 31 @echo :U expanded when var undef 35 @echo :D expanded when var set
|
| /freebsd-13.1/usr.bin/rctl/ |
| H A D | rctl.c | 119 char *copy, *expanded, *tofree; in expand_amount() local 161 ret = asprintf(&expanded, "%s:%s:%s:%s=%ju", in expand_amount() 164 ret = asprintf(&expanded, "%s:%s:%s:%s=%ju/%s", in expand_amount() 176 return (expanded); in expand_amount() 184 char *copy, *expanded, *resolved, *tofree; in expand_rule() local 245 expanded = expand_amount(resolved, rule); in expand_rule() 248 return (expanded); in expand_rule()
|
| /freebsd-13.1/contrib/ncurses/form/ |
| H A D | fld_def.c | 310 New_Field->expanded = typeCalloc(char *, 1 + (unsigned)nbuf); in new_field() 385 if (field->expanded != 0) in free_field() 391 FreeIfNeeded(field->expanded[n]); in free_field() 393 free(field->expanded); in free_field()
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | sh.dol.c | 100 Char **expanded; in Dfix() local 102 expanded = Dfix2(t->t_dcom); /* found one */ in Dfix() 104 t->t_dcom = expanded; in Dfix() 117 Char *Dv[2], **expanded; in Dfix1() local 123 expanded = Dfix2(Dv); in Dfix1() 124 if (expanded[0] == NULL || expanded[1] != NULL) { in Dfix1() 125 blkfree(expanded); in Dfix1() 129 cp = Strsave(expanded[0]); in Dfix1() 130 blkfree(expanded); in Dfix1()
|
| 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()
|
| /freebsd-13.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-13.1/contrib/file/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-13.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-13.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-13.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-13.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-13.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-13.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-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonIICHVX.td | 19 // Used by gather pseudo-instructions which are expanded into V6_vgather*
|
| /freebsd-13.1/bin/sh/tests/expansion/ |
| H A D | tilde1.0 | 6 echo "~root is not expanded!"
|