| /OK3568_Linux_fs/buildroot/package/python-scandir/ |
| H A D | Config.in | 2 bool "python-scandir" 4 scandir, a better directory iterator and faster os.walk() 6 https://pypi.python.org/pypi/scandir
|
| H A D | python-scandir.hash | 1 # md5, sha256 from https://pypi.org/pypi/scandir/json 2 md5 f8378f4d9f95a6a78e97ab01aa900c1d scandir-1.10.0.tar.gz 3 sha256 4d4631f6062e658e9007ab3149a9b914f3548cb38bfb021c64f39a025ce578ae scandir-1.10.0.tar.gz
|
| H A D | python-scandir.mk | 8 PYTHON_SCANDIR_SOURCE = scandir-$(PYTHON_SCANDIR_VERSION).tar.gz
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | dirent.h | 255 extern int scandir (const char *__restrict __dir, 263 extern int __REDIRECT (scandir, 271 # define scandir scandir64 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | dirent.h | 255 extern int scandir (const char *__restrict __dir, 263 extern int __REDIRECT (scandir, 271 # define scandir scandir64 macro
|
| /OK3568_Linux_fs/buildroot/package/iprutils/ |
| H A D | 0001-configure.ac-add-AC_USE_SYSTEM_EXTENSIONS.patch | 8 manpage for scandir() for example), which were not default back then. 17 num_slots = scandir(rootslot, &slotdir, NULL, alphasort);
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | thread_map.c | 42 items = scandir(name, &namelist, filter, NULL); in thread_map__new_by_pid() 110 items = scandir(path, &namelist, filter, NULL); in __thread_map__new_all_cpus() 208 items = scandir(name, &namelist, filter, NULL); in thread_map__new_by_pid_str()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ia64/ |
| H A D | aliasing-test.c | 69 n = scandir(path, &namelist, 0, alphasort); in scan_tree() 154 n = scandir(path, &namelist, 0, alphasort); in scan_rom()
|
| /OK3568_Linux_fs/kernel/tools/thermal/tmon/ |
| H A D | sysfs.c | 300 n = scandir(tz_name, &namelist, 0, alphasort); in scan_tzones() 362 n = scandir(cdev_name, &namelist, 0, alphasort); in scan_cdevs() 394 n = scandir(THERMAL_SYSFS, &namelist, 0, alphasort); in probe_thermal_sysfs()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_keytest/ |
| H A D | keytest.c | 27 ndev = scandir(DEV_INPUT_EVENT, &namelist, is_event_device, alphasort); in scan_devices()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/keypad/ |
| H A D | keytest.cpp | 27 ndev = scandir(DEV_INPUT_EVENT, &namelist, is_event_device, alphasort); in scan_devices()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/keypad/ |
| H A D | keytest.cpp | 27 ndev = scandir(DEV_INPUT_EVENT, &namelist, is_event_device, alphasort); in scan_devices()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/mtd/mtd-utils/ |
| H A D | add-exclusion-to-mkfs-jffs2-git-2.patch | 41 n = scandir(hostpath, &namelist, 0, alphasort);
|
| /OK3568_Linux_fs/buildroot/package/input-event-daemon/ |
| H A D | 0002-Support-parsing-configfile-.d-.conf.patch | 98 + n = scandir(path, &namelist, accept_configure_file, alphasort);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0045-config-parser-Support-loading-multiple-configs.patch | 193 + n = scandir(path, &namelist, accept_config_file, alphasort);
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/ |
| H A D | vhci_driver.c | 166 n = scandir(udev_device_get_syspath(platform), &namelist, vhci_hcd_filter, NULL); in get_ncontrollers()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0047-config-parser-Support-loading-multiple-configs.patch | 194 + n = scandir(path, &namelist, accept_config_file, alphasort);
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0047-config-parser-Support-loading-multiple-configs.patch | 239 + n = scandir(path, &namelist, accept_config_file, alphasort);
|
| /OK3568_Linux_fs/external/mpp/osal/allocator/ |
| H A D | allocator_ion.c | 190 n = scandir(path, &dir, _compare_name, alphasort); in find_dir_in_path()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/ |
| H A D | mga_state.c | 773 u32 scandir = 0, i; in mga_dma_dispatch_blit() local 787 DMA_BLOCK(MGA_SGN, scandir, in mga_dma_dispatch_blit()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | scan.c | 823 num = scandir(dirpath, &list, ConfigFilter, alphasort); in OpenConfigDir()
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/tools/ |
| H A D | loopback_test.c | 590 n = scandir(t->sysfs_prefix, &namelist, NULL, alphasort); in find_loopback_devices()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cooker.py | 1858 origscandir = os.scandir 1871 os.scandir = ourscandir 1892 os.scandir = origscandir
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-6 | 1672 * scandir: (libc)Scanning Directory Content. 6226 ‘scandir’ function. With its help one can select a subset of the 6230 -- Function: int scandir (const char *DIR, struct dirent ***NAMELIST, 6237 The ‘scandir’ function scans the contents of the directory selected 6257 As described above, the fourth argument to the ‘scandir’ function 6285 If the filesystem supports large files we cannot use the ‘scandir’ 6297 The ‘scandir64’ function works like the ‘scandir’ function except 6334 It is important not to mix the use of ‘scandir’ and the 64-bit 6345 Simple Directory Lister::). Using the ‘scandir’ function we can avoid 6365 n = scandir ("./", &eps, one, alphasort); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-6 | 1672 * scandir: (libc)Scanning Directory Content. 6226 ‘scandir’ function. With its help one can select a subset of the 6230 -- Function: int scandir (const char *DIR, struct dirent ***NAMELIST, 6237 The ‘scandir’ function scans the contents of the directory selected 6257 As described above, the fourth argument to the ‘scandir’ function 6285 If the filesystem supports large files we cannot use the ‘scandir’ 6297 The ‘scandir64’ function works like the ‘scandir’ function except 6334 It is important not to mix the use of ‘scandir’ and the 64-bit 6345 Simple Directory Lister::). Using the ‘scandir’ function we can avoid 6365 n = scandir ("./", &eps, one, alphasort); [all …]
|