Home
last modified time | relevance | path

Searched refs:listing (Results 1 – 25 of 143) sorted by relevance

123456

/OK3568_Linux_fs/external/xserver/hw/xfree86/loader/
H A Dloadmod.c361 char **listing = NULL; in LoaderListDir() local
390 save = listing; in LoaderListDir()
391 listing = reallocarray(listing, n + 2, sizeof(char *)); in LoaderListDir()
392 if (!listing) { in LoaderListDir()
400 listing[n] = malloc(len + 1); in LoaderListDir()
401 if (!listing[n]) { in LoaderListDir()
402 FreeStringList(listing); in LoaderListDir()
406 strncpy(listing[n], dp->d_name + match[1].rm_so, len); in LoaderListDir()
407 listing[n][len] = '\0'; in LoaderListDir()
416 if (listing) in LoaderListDir()
[all …]
/OK3568_Linux_fs/buildroot/package/perl-file-listing/
H A DConfig.in2 bool "perl-file-listing"
5 parse directory listing.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dscreen.css19 pre.listing {
26 pre.listing b {
/OK3568_Linux_fs/buildroot/package/tree/
H A DConfig.in5 Tree is a recursive directory listing command that produces
6 a depth indented listing of files, which is colorized ala
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Drcuref.rst128 A clear advantage of the RCU-based pattern in listing C over the one
129 in listing B is that any call to search_and_reference() that locates
132 Similarly, a clear advantage of both listings B and C over listing A is
156 As additional examples in the kernel, the pattern in listing C is used by
157 reference counting of struct pid, while the pattern in listing B is used by
/OK3568_Linux_fs/kernel/Documentation/i2c/busses/
H A Di2c-via.rst20 Your ``lspci`` listing must show this ::
28 You have VT82C586B on the motherboard, but not in the listing.
H A Di2c-nvidia-gpu.rst16 If your ``lspci -v`` listing shows something like the following::
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/backward/
H A Dbackward_warning.h36 listing of replacement headers and interfaces, consult the file \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/backward/
H A Dbackward_warning.h36 listing of replacement headers and interfaces, consult the file \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxlsclients_1.1.4.bb5 DESCRIPTION = "xlsclients is a utility for listing information about the \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/
H A Dpatch.inc2 DESCRIPTION = "patch takes a patch file containing a difference listing \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/tree/
H A Dtree_2.0.2.bb1 SUMMARY = "A recursive directory listing command"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch178 -x exclude filenames that follow from listing\n";
184 + -x exclude filenames that follow from listing\n\
365 case 'l': /* longer form of "ls -l" type listing */
401 case 's': /* default: shorter "ls -l" type listing */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/
H A Dremove_duplicate_install.patch7 newer version of autotools don't seem to like listing files to install
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/selftest-ed/
H A Dselftest-ed_1.14.1.bb32 # Info dir listing isn't interesting at this point so remove it if it exists.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A Dspi_atmel.txt9 - clock-names: tuple listing input clock names.
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.zfs1 This patch series adds support for ZFS listing and load to u-boot.
/OK3568_Linux_fs/kernel/tools/testing/vsock/
H A DREADME9 * vsock_diag_test - vsock_diag.ko module for listing open sockets
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/ddrescue/
H A Dddrescue_1.26.bb40 # Info dir listing isn't interesting at this point so remove it if it exists.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ed/
H A Ded_1.18.bb34 # Info dir listing isn't interesting at this point so remove it if it exists.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/lzip/
H A Dlzip_1.23.bb36 # Info dir listing isn't interesting at this point so remove it if it exists.
/OK3568_Linux_fs/kernel/net/qrtr/
H A DKconfig13 maintain a service listing.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dbrcm,bcm4708-pinmux.txt4 controller. This binding allows describing mux controller and listing available
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Datmel-classd.txt15 Tuple listing input clock names.
/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0005-Use-pkgconf-to-get-libs-deps.patch4 that need ordered listing and more libraries listed since differently from

123456