Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/shell/hush_test/hush-redir/
DredirA.tests5 echo tmp1*
6 rm tmp1*
10 echo tmp1*
11 rm tmp1*
/busybox-1.35.0/shell/ash_test/ash-redir/
DredirA.tests5 echo tmp1*
6 rm tmp1*
10 echo tmp1*
11 rm tmp1*
/busybox-1.35.0/applets/
Dapplet_tables.c69 char tmp1[PATH_MAX], tmp2[PATH_MAX]; in main() local
101 snprintf(tmp1, PATH_MAX, "%s.%u.new", argv[1], (int) getpid()); in main()
102 i = open(tmp1, O_WRONLY | O_TRUNC | O_CREAT, 0666); in main()
239 if (rename(tmp1, argv[1])) in main()
/busybox-1.35.0/scripts/kconfig/
Dexpr.c564 struct expr *tmp, *tmp1, *tmp2; in expr_eliminate_dups2() local
582 tmp1 = expr_transform(expr_alloc_one(E_NOT, expr_copy(e1))); in expr_eliminate_dups2()
584 tmp = expr_extract_eq_and(&tmp1, &tmp2); in expr_eliminate_dups2()
585 if (expr_is_yes(tmp1)) { in expr_eliminate_dups2()
591 expr_free(tmp1); in expr_eliminate_dups2()
597 tmp1 = expr_transform(expr_alloc_one(E_NOT, expr_copy(e1))); in expr_eliminate_dups2()
599 tmp = expr_extract_eq_or(&tmp1, &tmp2); in expr_eliminate_dups2()
600 if (expr_is_no(tmp1)) { in expr_eliminate_dups2()
606 expr_free(tmp1); in expr_eliminate_dups2()