Home
last modified time | relevance | path

Searched refs:efn (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A D0001-unzip-fix-CVE-2018-1000035.patch21 @@ -1582,6 +1582,8 @@ int UZ_EXP UzpPassword (pG, rcnt, pwbuf, size, zfn, efn)
30 @@ -1590,9 +1592,12 @@ int UZ_EXP UzpPassword (pG, rcnt, pwbuf, size, zfn, efn)
36 - FnFilter1(zfn), FnFilter2(efn));
38 + ep = FnFilter2( efn);
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c1387 char *expand_fn, *efn; in fndup_with_count() local
1393 efn = expand_fn = lsx_malloc((size_t)FILENAME_MAX); in fndup_with_count()
1436 efn += sprintf(efn, format, count); in fndup_with_count()
1440 *efn++ = *fn++; in fndup_with_count()
1443 *efn++ = *fn++; in fndup_with_count()
1446 *efn = 0; in fndup_with_count()
1453 efn -= strlen (ext); in fndup_with_count()
1455 sprintf(efn, "%03lu", (unsigned long)count); in fndup_with_count()
1456 efn = efn + 3; in fndup_with_count()
1457 strcat(efn, ext); in fndup_with_count()