Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/examples/
Ddepmod.pl36 my $exp = {};
127 build_ref_tables($tgtname, \@output, $exp, $dep);
135 build_ref_tables($tgtname, \@output, $exp, $dep);
144 if( $exp->{$_} ) {
145 warn "resolved symbol $_ in file $exp->{$_}\n" if $verbose;
146 next if $exp->{$_} =~ /vmlinux/;
147 $mod->{$module}{$exp->{$_}} = 1;
224 my ($name, $sym_ar, $exp, $dep) = @_;
235 $exp->{$sym} = $name;
243 $exp->{$1} = $name;
/busybox-1.35.0/editors/
Dvi.c2829 char *fn, cmd[MAX_INPUT_LEN], *cmdend, *args, *exp = NULL; in colon()
2927 exp = expand_args(buf + 1); in colon()
2928 if (exp == NULL) in colon()
2932 retcode = system(exp); // run the cmd in colon()
2961 fn = exp = expand_args(args); in colon()
2962 if (exp == NULL) in colon()
3001 exp = expand_args(args); in colon()
3002 if (exp == NULL) in colon()
3004 update_filename(exp); in colon()
3088 fn = exp = expand_args(args); in colon()
[all …]
Dawk.c3262 R_d = exp(L_d); in evaluate()
/busybox-1.35.0/miscutils/
Dbc.c2398 BcNum base, exp, two, temp; in zdc_num_modexp() local
2410 bc_num_init(&exp, b->len); in zdc_num_modexp()
2422 bc_num_copy(&exp, b); in zdc_num_modexp()
2424 while (exp.len != 0) { in zdc_num_modexp()
2425 s = zbc_num_divmod(&exp, &two, &exp, &temp, 0); in zdc_num_modexp()
2442 bc_num_free(&exp); in zdc_num_modexp()
5568 size_t exp, pow; in bc_num_printDigits() local
5575 for (exp = 0, pow = 1; exp < width - 1; ++exp, pow *= 10) in bc_num_printDigits()
5578 for (exp = 0; exp < width; pow /= 10, ++G.prog.nchars, ++exp) { in bc_num_printDigits()
/busybox-1.35.0/shell/
Dash.c7837 expmeta(exp_t *exp, char *name, unsigned name_len, unsigned expdir_len) in expmeta() argument
7839 #define expdir exp->dir in expmeta()
7840 #define expdir_max exp->dir_max in expmeta()
7949 expmeta(exp, endname, name_len, offset); in expmeta()
8031 exp_t exp; in expandmeta() local
8046 exp.dir_max = len + PATH_MAX; in expandmeta()
8047 exp.dir = ckmalloc(exp.dir_max); in expandmeta()
8049 expmeta(&exp, p, len, 0); in expandmeta()
8050 free(exp.dir); in expandmeta()
Dhush.c2397 goto exp; in set_local_var()
2431 exp: in set_local_var()