Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/applets/
Dapplet_tables.c69 char tmp1[PATH_MAX], tmp2[PATH_MAX]; in main() local
227 snprintf(tmp2, PATH_MAX, "%s.%u.new", argv[2], (int) getpid()); in main()
228 fp = fopen(tmp2, "w"); in main()
241 if (rename(tmp2, argv[2])) in main()
/busybox-1.35.0/scripts/kconfig/
Dexpr.c564 struct expr *tmp, *tmp1, *tmp2; in expr_eliminate_dups2() local
583 tmp2 = expr_copy(e2); in expr_eliminate_dups2()
584 tmp = expr_extract_eq_and(&tmp1, &tmp2); in expr_eliminate_dups2()
590 expr_free(tmp2); in expr_eliminate_dups2()
598 tmp2 = expr_copy(e2); in expr_eliminate_dups2()
599 tmp = expr_extract_eq_or(&tmp1, &tmp2); in expr_eliminate_dups2()
605 expr_free(tmp2); in expr_eliminate_dups2()
/busybox-1.35.0/archival/libarchive/bz/
Dcompress.c528 uint8_t pos[BZ_N_GROUPS], ll_i, tmp2, tmp; in sendMTFValues() local
539 tmp2 = tmp; in sendMTFValues()
541 pos[j] = tmp2; in sendMTFValues()