| /freebsd/crypto/openssl/crypto/ec/curve448/ |
| H A D | eddsa.c | 179 uint8_t expanded[EDDSA_448_PRIVATE_BYTES * 2]; in ossl_c448_ed448_sign() local 181 if (!oneshot_hash(ctx, expanded, sizeof(expanded), privkey, in ossl_c448_ed448_sign() 184 clamp(expanded); in ossl_c448_ed448_sign() 185 ossl_curve448_scalar_decode_long(secret_scalar, expanded, in ossl_c448_ed448_sign() 192 expanded + EDDSA_448_PRIVATE_BYTES, in ossl_c448_ed448_sign() 195 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign() 198 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign() [all...] |
| /freebsd/usr.sbin/autofs/ |
| H A D | defined.c | 83 char c, *expanded, *name; in defined_expand() local 87 expanded = checked_strdup(string); in defined_expand() 188 ret = asprintf(&expanded, "%.*s%s%s", in defined_expand() 199 string = expanded; in defined_expand() 211 return (expanded); in defined_expand()
|
| H A D | common.c | 338 char c, *expanded; in expand_ampersand() local 344 expanded = checked_strdup(string); in expand_ampersand() 367 ret = asprintf(&expanded, "%.*s%s%s", in expand_ampersand() 378 string = expanded; in expand_ampersand() 386 return (expanded); in expand_ampersand() 424 struct node *child, *expanded; in node_expand_wildcard() local 429 expanded = node_duplicate(n, NULL); in node_expand_wildcard() 430 expanded->n_key = checked_strdup(key); in node_expand_wildcard() 431 node_move_after(expanded, n); in node_expand_wildcard()
|
| /freebsd/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 | opt-debug-jobs.exp | 5 { : expanded expression 20 : expanded expression
|
| H A D | directive-export-gmake.mk | 49 TWICE= expanded twice 50 ONCE= expanded once, leaving $${TWICE} as-is
|
| H A D | varmisc.exp | 2 :D expanded when var set 5 :U expanded when var undef
|
| H A D | varmod-assign.mk | 127 APPEND.indirect= indirect $${:Unot expanded} 164 . 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 | 30 @echo :U expanded when var undef 34 @echo :D expanded when var set
|
| H A D | parse.exp | 3 make: parse.mk:25: Invalid line "one-target ${:U }", expanded to "one-target "
|
| H A D | directive-export-gmake.exp | 1 make: directive-export-gmake.mk:71: Invalid line "export VAR=${:U1}", expanded to "export VAR=1"
|
| /freebsd/usr.bin/rctl/ |
| H A D | rctl.c | 114 char *copy, *expanded, *tofree; in expand_amount() local 156 ret = asprintf(&expanded, "%s:%s:%s:%s=%ju", in expand_amount() 159 ret = asprintf(&expanded, "%s:%s:%s:%s=%ju/%s", in expand_amount() 171 return (expanded); in expand_amount() 179 char *copy, *expanded, *resolved, *tofree; in expand_rule() local 240 expanded = expand_amount(resolved, rule); in expand_rule() 243 return (expanded); in expand_rule()
|
| /freebsd/contrib/ncurses/form/ |
| H A D | fld_def.c | 308 New_Field->expanded = typeCalloc(char *, 1 + (unsigned)nbuf); in new_field() 383 if (field->expanded != NULL) in free_field() 389 FreeIfNeeded(field->expanded[n]); in free_field() 391 free(field->expanded); in free_field()
|
| /freebsd/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/contrib/unbound/testcode/ |
| H A D | fake_event.c | 594 char* expanded; in autotrust_check() local 610 expanded = macro_process(runtime->vars, runtime, p->str); in autotrust_check() 611 if(!expanded) in autotrust_check() 613 if(verbosity >= 7 && strcmp(p->str, expanded) != 0) in autotrust_check() 614 log_info("expanded '%s' to '%s'", p->str, expanded); in autotrust_check() 615 if(strcmp(expanded, line) != 0) { in autotrust_check() 618 log_err("should be: %s", expanded); in autotrust_check() 619 free(expanded); in autotrust_check() 623 free(expanded); in autotrust_check() 647 char* expanded; in tempfile_check() local [all …]
|
| /freebsd/lib/ncurses/ncurses/ |
| H A D | Makefile | 11 expanded.c \ 177 expanded.c: MKexpanded.sh 178 sh ${NCURSES_DIR}/ncurses/tty/MKexpanded.sh "${CC:N${CCACHE_BIN}} -E" ${CFLAGS} >expanded.c
|
| /freebsd/bin/sh/tests/parser/ |
| H A D | ps1-expand4.0 | 5 *status:\$?:*) echo "Exit status not expanded, got literal \$?"; exit 1 ;;
|
| H A D | ps1-expand5.0 | 5 *shell:\$0:*) echo "Positional parameter not expanded, got literal \$0"; exit 1 ;;
|
| H A D | ps1-expand3.0 | 5 *pid:\$\$:*) echo "PID not expanded, got literal \$\$"; exit 1 ;;
|
| /freebsd/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/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/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.
|