Home
last modified time | relevance | path

Searched refs:unless (Results 1 – 25 of 1055) sorted by relevance

12345678910>>...43

/OK3568_Linux_fs/buildroot/package/perl-gd/
H A D0001-Makefile.PL-fix-cross-compilation-with-gdlib.pc.patch27 -@INC = qw(-I/usr/include -I/usr/include/gd) unless @INC;
28 +#@INC = qw(-I/usr/include -I/usr/include/gd) unless @INC;
29 @LIBPATH = qw(-L/usr/lib/X11 -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/lib) unless @LIBPATH;
30 @LIBS = qw(-lgd) unless @LIBS;
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86atomic.h105 static inline int atomic_add_unless(atomic_t *v, int add, int unless) in atomic_add_unless() argument
109 while (c != unless && (old = atomic_cmpxchg(v, c, c + add)) != c) in atomic_add_unless()
111 return c == unless; in atomic_add_unless()
/OK3568_Linux_fs/yocto/meta-rockchip/
H A DLICENSE2 bbclass, inc and conf files) are MIT licensed unless otherwise stated.
4 LICENSE stated in the associated recipe (.bb file) unless otherwise
/OK3568_Linux_fs/kernel/scripts/atomic/fallbacks/
H A Dadd_unless3 * ${arch}${atomic}_add_unless - add unless the number is already a given value
6 * @u: ...unless v is equal to u.
H A Dfetch_add_unless3 * ${arch}${atomic}_fetch_add_unless - add unless the number is already a given value
6 * @u: ...unless v is equal to u.
H A Dinc_not_zero3 * ${arch}${atomic}_inc_not_zero - increment unless the number is zero
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/
H A DREADME33 All metadata is MIT licensed unless otherwise stated. Source code included
35 (.bb file) unless otherwise stated.
/OK3568_Linux_fs/yocto/poky/
H A DLICENSE5 All metadata is MIT licensed unless otherwise stated. Source code
7 the LICENSE stated in the associated recipe (.bb file) unless
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dtagged-pointers.rst23 an address tag of 0x00, unless the application enables the AArch64
57 siginfo.si_addr unless the flag SA_EXPOSE_TAGBITS was set in
61 in these fields unless the flag was set.
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A DKconfig25 Say Y, unless you need the LEDs for firmware debugging.
52 Say N, unless your setup[i.e.: embedded system] has no
/OK3568_Linux_fs/kernel/sound/core/seq/
H A DKconfig12 unless you know what you're doing.
23 You don't need this unless you want to connect many MIDI
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-27774-2.patch6 ... unless explicitly permitted.
32 + unless permitted */
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/sudo/files/
H A D0001-sudo.conf.in-fix-conflict-with-multilib.patch31 -# The plugin_path is relative to @plugindir@ unless
32 +# The plugin_path is relative to $plugindir such as /usr/lib/sudo unless
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/
H A DREADME64 All metadata is MIT licensed unless otherwise stated. Source code included
66 (.bb file) unless otherwise stated.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/
H A Dlmbench_result_html_report.patch54 - next unless /lmbench1.[01]/;
55 + next unless /lmbench[0-9]+.[01]/;
/OK3568_Linux_fs/kernel/arch/nios2/
H A DKconfig156 Say N here unless you know what you are doing.
170 Say N here unless you know what you are doing.
182 Say N here unless you know what you are doing.
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/controllers/
H A DKconfig43 Say N here unless you know what you are doing. Overwriting the
60 Say N here unless you know what you are doing. Overwriting the
/OK3568_Linux_fs/yocto/poky/meta-selftest/
H A DREADME2 and it's probably a mistake to include it in your builds (unless you
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcargo_common.bbclass18 # cross compiling unless this is defined. We set up pkg-config appropriately
86 # inside source directory unless they are the same
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Disofs.rst39 mode=xxx Sets the permissions on files to xxx unless Rock Ridge
41 dmode=xxx Sets the permissions on directories to xxx unless Rock Ridge
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/
H A DREADME87 All metadata is MIT licensed unless otherwise stated. Source code included
89 (.bb file) unless otherwise stated.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/
H A Dtest.pl-adjust-for-ptest.patch26 -END {print "not ok 1\n" unless $loaded;}
28 +END {print "\nFAIL: test1\n" unless $loaded;}
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DDotseqn3 This file may be freely transmitted and reproduced, but it may not be changed unless the name is ch…
/OK3568_Linux_fs/buildroot/package/x11r7/xapp_xinit/
H A DConfig.in4 # Runtime dependency: can't start an X server unless there is one
/OK3568_Linux_fs/buildroot/package/x11r7/xapp_xdm/
H A DConfig.in4 # Runtime dependency: can't start an X server unless there is one

12345678910>>...43