| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| test_expand_toks.c | 63 char *expanded; local 86 &expanded, 100 if (strcmp(expanded, EXPANDED_SHOULD_BE))
|
| /src/external/bsd/tmux/dist/ |
| cmd-set-environment.c | 54 char *expanded = NULL; local 71 expanded = format_single_from_target(item, value); 72 value = expanded; 117 free(expanded);
|
| cmd-list-buffers.c | 53 char *line, *expanded; local 66 expanded = format_expand(ft, filter); 67 flag = format_true(expanded); 68 free(expanded);
|
| cmd-list-clients.c | 63 char *line, *expanded; local 85 expanded = format_expand(ft, filter); 86 flag = format_true(expanded); 87 free(expanded);
|
| cmd-list-sessions.c | 60 char *line, *expanded; local 74 expanded = format_expand(ft, filter); 75 flag = format_true(expanded); 76 free(expanded);
|
| cmd-list-panes.c | 96 char *line, *expanded; local 134 expanded = format_expand(ft, filter); 135 flag = format_true(expanded); 136 free(expanded);
|
| cmd-list-windows.c | 93 char *line, *expanded; local 116 expanded = format_expand(ft, filter); 117 flag = format_true(expanded); 118 free(expanded);
|
| cmd-new-window.c | 64 char *cause = NULL, *cp, *expanded; local 75 expanded = format_single(item, name, c, s, NULL, NULL); 77 if (strcmp(wl->window->name, expanded) != 0) 84 free(expanded); 87 free(expanded);
|
| cmd-parse.y | 123 %type <token> expanded format 195 expanded : format label 258 if_open : IF expanded 284 if_elif : ELIF expanded 1692 /* \ ~ and $ are expanded except in single quotes. */
|
| cmd-set-option.c | 92 char *name, *argument, *expanded = NULL; local 126 expanded = format_single_from_target(item, value); 127 value = expanded; 230 free(expanded); 236 free(expanded);
|
| cmd-source-file.c | 166 char *pattern, *cwd, *expanded = NULL; local 206 free(expanded); 207 expanded = format_single_from_target(item, path); 208 path = expanded; 243 free(expanded);
|
| cmd-display-panes.c | 227 char *expanded, *error; local 251 xasprintf(&expanded, "%%%u", wp->id); 253 cmdlist = args_make_commands(cdata->state, 1, &expanded, &error); 265 free(expanded);
|
| server-fn.c | 317 char *expanded; local 359 expanded = format_single(NULL, s, NULL, NULL, NULL, wp); 360 format_draw(&ctx, &gc, sx, expanded, NULL, 0); 361 free(expanded);
|
| tmux.c | 111 char *expanded, *name; local 118 xasprintf(&expanded, "%s%s", home, path + 1); 119 return (expanded); 134 xasprintf(&expanded, "%s%s", value->value, end); 135 return (expanded); 145 char *copy, *next, *tmp, resolved[PATH_MAX], *expanded; local 154 expanded = expand_path(next, home); 155 if (expanded == NULL) { 160 path = expanded; 162 if (realpath(expanded, resolved) == NULL) [all...] |
| window-client.c | 269 char *expanded; local 276 expanded = format_expand(ft, data->key_format); 277 key = key_string_lookup_string(expanded); 278 free(expanded);
|
| /src/usr.sbin/autofs/ |
| defined.c | 75 char c, *expanded, *name; local 80 expanded = checked_strdup(string); 181 ret = asprintf(&expanded, "%.*s%s%s", 186 //log_debugx("\"%s\" expanded to \"%s\"", string, expanded); 192 string = expanded; 205 return expanded;
|
| common.c | 332 char c, *expanded; local 339 expanded = checked_strdup(string); 362 ret = asprintf(&expanded, "%.*s%s%s", 367 //log_debugx("\"%s\" expanded with key \"%s\" to \"%s\"", 368 // string, key, expanded); 373 string = expanded; 381 return expanded; 419 struct node *child, *expanded; local 424 expanded = node_duplicate(n, NULL); 425 expanded->n_key = checked_strdup(key) [all...] |
| /src/external/bsd/jemalloc/dist/test/unit/ |
| junk.c | 133 char *volatile expanded; local 139 expanded = realloc(ptr, SC_LARGE_MINCLASS); 140 expect_ptr_eq(last_junked_ptr, &expanded[SC_SMALL_MAXCLASS], ""); 143 free(expanded); 147 expanded = rallocx(ptr, SC_LARGE_MINCLASS, 0); 148 expect_ptr_eq(last_junked_ptr, &expanded[SC_SMALL_MAXCLASS], ""); 151 free(expanded); 155 expanded = rallocx(ptr, SC_LARGE_MINCLASS, MALLOCX_TCACHE_NONE); 156 expect_ptr_eq(last_junked_ptr, &expanded[SC_SMALL_MAXCLASS], ""); 159 free(expanded); [all...] |
| /src/lib/libform/ |
| internals.h | 92 unsigned expanded; member in struct:_formi_field_lines
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/ |
| eddsa.c | 179 uint8_t expanded[EDDSA_448_PRIVATE_BYTES * 2]; local 181 if (!oneshot_hash(ctx, expanded, sizeof(expanded), privkey, 184 clamp(expanded); 185 ossl_curve448_scalar_decode_long(secret_scalar, expanded, 192 expanded + EDDSA_448_PRIVATE_BYTES, 195 OPENSSL_cleanse(expanded, sizeof(expanded)); 198 OPENSSL_cleanse(expanded, sizeof(expanded)); [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
| eddsa.c | 183 uint8_t expanded[EDDSA_448_PRIVATE_BYTES * 2]; local 185 if (!oneshot_hash(ctx, expanded, sizeof(expanded), privkey, 188 clamp(expanded); 189 ossl_curve448_scalar_decode_long(secret_scalar, expanded, 196 expanded + EDDSA_448_PRIVATE_BYTES, 199 OPENSSL_cleanse(expanded, sizeof(expanded)); 202 OPENSSL_cleanse(expanded, sizeof(expanded)); [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/ |
| eddsa.c | 154 uint8_t expanded[EDDSA_448_PRIVATE_BYTES * 2]; local 156 if (!oneshot_hash(expanded, sizeof(expanded), privkey, 159 clamp(expanded); 160 curve448_scalar_decode_long(secret_scalar, expanded, 166 expanded + EDDSA_448_PRIVATE_BYTES, 169 OPENSSL_cleanse(expanded, sizeof(expanded)); 172 OPENSSL_cleanse(expanded, sizeof(expanded)); [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| macrocmd.c | 66 gdb::unique_xmalloc_ptr<char> expanded = macro_expand (exp, *ms); 69 gdb_puts (expanded.get ()); 82 And it should set the once-expanded text as the new `last 84 see the expression expanded one level at a time. */ 94 gdb::unique_xmalloc_ptr<char> expanded = macro_expand_once (exp, *ms); 97 gdb_puts (expanded.get ()); 428 Show the expanded expression."), 435 Show the expanded expression.\n\ 64 gdb::unique_xmalloc_ptr<char> expanded = macro_expand (exp, *ms); member in class:gdb 92 gdb::unique_xmalloc_ptr<char> expanded = macro_expand_once (exp, *ms); member in class:gdb
|
| /src/external/gpl3/gdb/dist/gdb/ |
| macrocmd.c | 66 gdb::unique_xmalloc_ptr<char> expanded = macro_expand (exp, ms); 69 gdb_puts (expanded.get ()); 82 And it should set the once-expanded text as the new `last 84 see the expression expanded one level at a time. */ 94 gdb::unique_xmalloc_ptr<char> expanded = macro_expand_once (exp, ms); 97 gdb_puts (expanded.get ()); 425 Show the expanded expression."), 432 Show the expanded expression.\n\ 64 gdb::unique_xmalloc_ptr<char> expanded = macro_expand (exp, ms); member in class:gdb 92 gdb::unique_xmalloc_ptr<char> expanded = macro_expand_once (exp, ms); member in class:gdb
|
| /src/lib/libintl/ |
| libintl_local.h | 95 char *expanded; /* expanded string */ member in struct:mosysdepstr_h 96 size_t expanded_len; /* length of expanded string */
|