Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/win32/
H A Dglob.c25 typedef struct file_entry struct
28 struct file_entry *next; argument
29 } file_entry; typedef
35 file_entry** phead) in insert()
38 file_entry* cur = malloc(sizeof(file_entry)); in insert()
57 const file_entry* const * pe1 = pv1; in entry_comparer()
58 const file_entry* const * pe2 = pv2; in entry_comparer()
70 file_entry *head = NULL; in glob()
141 file_entry *cur; in glob()
/OK3568_Linux_fs/kernel/tools/objtool/
H A Dsync-check.sh60 while read -r file_entry; do
61 if [ -z "$file_entry" ]; then
65 check $file_entry
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/squashfs-tools/squashfs-tools/
H A DCVE-2021-41072-requisite-3.patch323 struct file_entry {
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dldconfig.patch233 - + cache->nlibs * sizeof (struct file_entry));