Home
last modified time | relevance | path

Searched refs:expanded (Results 1 – 25 of 758) sorted by relevance

12345678910>>...31

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
H A Deddsa.c154 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()
/netbsd-src/lib/libform/
H A Dinternals.c582 if (row->expanded < width) { in _formi_wrap_field()
607 } else if (row->expanded > width) { in _formi_wrap_field()
617 if (pos >= row->expanded) in _formi_wrap_field()
618 pos = row->expanded - 1; in _formi_wrap_field()
645 row->expanded <= field->cols) in _formi_wrap_field()
728 __func__, row->length, row->expanded); in _formi_join_line()
731 row->length, row->expanded); in _formi_join_line()
746 row->expanded = in _formi_join_line()
750 row->expanded = 0; in _formi_join_line()
779 __func__, row->length, row->expanded); in _formi_join_line()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
H A Deddsa.c183 uint8_t expanded[EDDSA_448_PRIVATE_BYTES * 2]; in ossl_c448_ed448_sign() local
185 if (!oneshot_hash(ctx, expanded, sizeof(expanded), privkey, in ossl_c448_ed448_sign()
188 clamp(expanded); in ossl_c448_ed448_sign()
189 ossl_curve448_scalar_decode_long(secret_scalar, expanded, in ossl_c448_ed448_sign()
196 expanded + EDDSA_448_PRIVATE_BYTES, in ossl_c448_ed448_sign()
199 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign()
202 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign()
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A DMusings5 expanded recipient list (mail addresses, shell commands, files,
6 mailboxes). Sort/uniq the expanded recipient list, and deliver.
12 of expanded recipients. Sort/uniq the list and deliver by re-injecting
21 to expanded recipients by re-submitting the message into the mail
22 system, so it can keep track of the delivery status for each expanded
31 expanded recipient: remote recipients, shell commands and files,
/netbsd-src/external/bsd/tmux/dist/
H A Dcmd-list-buffers.c53 char *line, *expanded; in cmd_list_buffers_exec() local
66 expanded = format_expand(ft, filter); in cmd_list_buffers_exec()
67 flag = format_true(expanded); in cmd_list_buffers_exec()
68 free(expanded); in cmd_list_buffers_exec()
H A Dcmd-list-sessions.c60 char *line, *expanded; in cmd_list_sessions_exec() local
74 expanded = format_expand(ft, filter); in cmd_list_sessions_exec()
75 flag = format_true(expanded); in cmd_list_sessions_exec()
76 free(expanded); in cmd_list_sessions_exec()
H A Dcmd-list-clients.c63 char *line, *expanded; in cmd_list_clients_exec() local
85 expanded = format_expand(ft, filter); in cmd_list_clients_exec()
86 flag = format_true(expanded); in cmd_list_clients_exec()
87 free(expanded); in cmd_list_clients_exec()
H A Dcmd-set-environment.c54 char *expanded = NULL; in cmd_set_environment_exec() local
71 expanded = format_single_from_target(item, value); in cmd_set_environment_exec()
72 value = expanded; in cmd_set_environment_exec()
117 free(expanded); in cmd_set_environment_exec()
H A Dcmd-list-windows.c93 char *line, *expanded; in cmd_list_windows_session() local
116 expanded = format_expand(ft, filter); in cmd_list_windows_session()
117 flag = format_true(expanded); in cmd_list_windows_session()
118 free(expanded); in cmd_list_windows_session()
H A Dcmd-new-window.c63 char *cause = NULL, *cp, *expanded; in cmd_new_window_exec() local
74 expanded = format_single(item, name, c, s, NULL, NULL); in cmd_new_window_exec()
76 if (strcmp(wl->window->name, expanded) != 0) in cmd_new_window_exec()
83 free(expanded); in cmd_new_window_exec()
86 free(expanded); in cmd_new_window_exec()
H A Dcmd-list-panes.c96 char *line, *expanded; in cmd_list_panes_window() local
134 expanded = format_expand(ft, filter); in cmd_list_panes_window()
135 flag = format_true(expanded); in cmd_list_panes_window()
136 free(expanded); in cmd_list_panes_window()
H A Dcmd-source-file.c137 char *pattern, *cwd, *expanded = NULL; in cmd_source_file_exec() local
158 free(expanded); in cmd_source_file_exec()
159 expanded = format_single_from_target(item, path); in cmd_source_file_exec()
160 path = expanded; in cmd_source_file_exec()
195 free(expanded); in cmd_source_file_exec()
H A Dcmd-set-option.c92 char *name, *argument, *expanded = NULL; in cmd_set_option_exec() local
126 expanded = format_single_from_target(item, value); in cmd_set_option_exec()
127 value = expanded; in cmd_set_option_exec()
230 free(expanded); in cmd_set_option_exec()
236 free(expanded); in cmd_set_option_exec()
H A Dformat-draw.c690 u_int available, const char *expanded, struct style_ranges *srs, in format_draw() argument
710 size_t size = strlen(expanded); in format_draw()
735 log_debug("%s: %s", __func__, expanded); in format_draw()
753 cp = expanded; in format_draw()
1075 format_width(const char *expanded) in format_width() argument
1082 cp = expanded; in format_width()
1116 format_trim_left(const char *expanded, u_int limit) in format_trim_left() argument
1119 const char *cp = expanded, *end; in format_trim_left()
1124 out = copy = xcalloc(2, strlen(expanded) + 1); in format_trim_left()
1177 format_trim_right(const char *expanded, u_int limit) in format_trim_right() argument
[all …]
H A Dwindow-customize.c279 char *text, *expanded, *value; in window_customize_build_option() local
315 expanded = format_expand(ft, filter); in window_customize_build_option()
316 if (!format_true(expanded)) { in window_customize_build_option()
317 free(expanded); in window_customize_build_option()
320 free(expanded); in window_customize_build_option()
450 char *title, *text, *tmp, *expanded; in window_customize_build_keys() local
471 expanded = format_expand(ft, filter); in window_customize_build_keys()
472 if (!format_true(expanded)) { in window_customize_build_keys()
473 free(expanded); in window_customize_build_keys()
476 free(expanded); in window_customize_build_keys()
[all …]
/netbsd-src/usr.sbin/autofs/
H A Ddefined.c75 char c, *expanded, *name; in defined_expand() local
80 expanded = checked_strdup(string); in defined_expand()
181 ret = asprintf(&expanded, "%.*s%s%s", in defined_expand()
192 string = expanded; in defined_expand()
205 return expanded; in defined_expand()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_expand_toks.c63 char *expanded; in main() local
86 &expanded, in main()
100 if (strcmp(expanded, EXPANDED_SHOULD_BE)) in main()
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dmath.m456 dnl __builtin_NAME expanded inline without needing unavailable math
80 [Define to 1 if `__builtin_$1' is expanded inline.])
88 dnl __builtin_NAME expanded inline without needing unavailable math
112 [Define to 1 if `__builtin_$1' is expanded inline.])
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dmath.m456 dnl __builtin_NAME expanded inline without needing unavailable math
80 [Define to 1 if `__builtin_$1' is expanded inline.])
88 dnl __builtin_NAME expanded inline without needing unavailable math
112 [Define to 1 if `__builtin_$1' is expanded inline.])
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dmath.m456 dnl __builtin_NAME expanded inline without needing unavailable math
80 [Define to 1 if `__builtin_$1' is expanded inline.])
88 dnl __builtin_NAME expanded inline without needing unavailable math
112 [Define to 1 if `__builtin_$1' is expanded inline.])
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dmath.m456 dnl __builtin_NAME expanded inline without needing unavailable math
80 [Define to 1 if `__builtin_$1' is expanded inline.])
88 dnl __builtin_NAME expanded inline without needing unavailable math
112 [Define to 1 if `__builtin_$1' is expanded inline.])
/netbsd-src/external/gpl3/gdb/dist/config/
H A Dmath.m456 dnl __builtin_NAME expanded inline without needing unavailable math
80 [Define to 1 if `__builtin_$1' is expanded inline.])
88 dnl __builtin_NAME expanded inline without needing unavailable math
112 [Define to 1 if `__builtin_$1' is expanded inline.])
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dmath.m456 dnl __builtin_NAME expanded inline without needing unavailable math
80 [Define to 1 if `__builtin_$1' is expanded inline.])
88 dnl __builtin_NAME expanded inline without needing unavailable math
112 [Define to 1 if `__builtin_$1' is expanded inline.])
/netbsd-src/usr.bin/make/unit-tests/
H A Ddepsrc.exp1 : 'Undefined variables are expanded directly in the dependency'
2 : 'declaration. They are not preserved and maybe expanded later.'
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-counter.def24 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. */

12345678910>>...31