Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/redir/
H A Dredir.hash1 # From https://github.com/troglobit/redir/releases/download/v3.3/redir-3.3.tar.xz.md5
2 md5 b452e1ca6faded7bab9c76dd61d9d983 redir-3.3.tar.xz
H A DConfig.in2 bool "redir"
7 https://github.com/troglobit/redir
H A Dredir.mk8 REDIR_SOURCE = redir-$(REDIR_VERSION).tar.xz
9 REDIR_SITE = https://github.com/troglobit/redir/releases/download/v$(REDIR_VERSION)
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c1210 struct redir_struct *redir; local
1212 for (redir=prog->redirects; redir; redir=redir->next) {
1213 if (redir->dup == -1 && redir->word.gl_pathv == NULL) {
1217 if (redir->dup == -1) {
1218 mode=redir_table[redir->type].mode;
1219 openfd = open(redir->word.gl_pathv[0], mode, 0666);
1223 perror_msg("error opening %s", redir->word.gl_pathv[0]);
1227 openfd = redir->dup;
1230 if (openfd != redir->fd) {
1231 if (squirrel && redir->fd < 3) {
[all …]
/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 Dmath.h541 #define __MATHCALL_NARROW_REDIR(func, redir, nargs) \ argument
543 redir)
544 #define __MATHCALL_NARROW(func, redir, nargs) \ argument
563 # define __MATHCALL_NARROW(func, redir, nargs) \ argument
564 __MATHCALL_NARROW_REDIR (func, redir, nargs)
568 # define __MATHCALL_NARROW(func, redir, nargs) \ argument
569 __MATHCALL_NARROW_REDIR (func, redir, nargs)
579 # define __MATHCALL_NARROW(func, redir, nargs) \ argument
589 # define __MATHCALL_NARROW(func, redir, nargs) \ argument
590 __MATHCALL_NARROW_REDIR (func, redir, nargs)
[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/include/
H A Dmath.h541 #define __MATHCALL_NARROW_REDIR(func, redir, nargs) \ argument
543 redir)
544 #define __MATHCALL_NARROW(func, redir, nargs) \ argument
563 # define __MATHCALL_NARROW(func, redir, nargs) \ argument
564 __MATHCALL_NARROW_REDIR (func, redir, nargs)
568 # define __MATHCALL_NARROW(func, redir, nargs) \ argument
569 __MATHCALL_NARROW_REDIR (func, redir, nargs)
579 # define __MATHCALL_NARROW(func, redir, nargs) \ argument
589 # define __MATHCALL_NARROW(func, redir, nargs) \ argument
590 __MATHCALL_NARROW_REDIR (func, redir, nargs)
[all …]
/OK3568_Linux_fs/kernel/drivers/w1/slaves/
H A Dw1_ds250x.c91 u8 redir; in w1_ds2505_read_page() local
109 redir = buf[3]; in w1_ds2505_read_page()
116 if (redir != 0xff) { in w1_ds2505_read_page()
121 pgoff = (redir ^ 0xff) * W1_PAGE_SIZE; in w1_ds2505_read_page()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bash/bash/
H A Dmakerace.patch9 rm -f redir.o
10 …86_64-nativesdk-pokysdk-linux/nativesdk-bash/5.1-r0/recipe-sysroot-native= -c ../bash-5.1/redir.c
19 In file included from ../bash-5.1/redir.c:61:
23 make: *** [Makefile:101: redir.o] Error 1
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dirq.c57 void set_irq_affinity_info (unsigned int irq, int hwid, int redir) in set_irq_affinity_info() argument
62 irq_redir[irq] = (char) (redir & 0xff); in set_irq_affinity_info()
H A Diosapic.c220 char redir; in set_rte() local
235 redir = (dmode == IOSAPIC_LOWEST_PRIORITY) ? 1 : 0; in set_rte()
238 set_irq_affinity_info(irq, (int)(dest & 0xffff), redir); in set_rte()
332 int redir = (irq & IA64_IRQ_REDIRECTED) ? 1 : 0; in iosapic_set_affinity() local
350 set_irq_affinity_info(irq, dest, redir); in iosapic_set_affinity()
356 if (redir) in iosapic_set_affinity()
/OK3568_Linux_fs/u-boot/test/image/
H A Dtest-imagetools.sh82 local redir="$1"
87 ${cmd} >${redir}
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dirq.h30 extern void set_irq_affinity_info (unsigned int irq, int dest, int redir);
/OK3568_Linux_fs/kernel/Documentation/ia64/
H A Dindex.rst15 irq-redir
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dtcpdchk_libwrapped.patch13 + "redir", "rlinetd",
/OK3568_Linux_fs/buildroot/package/qemu/
H A Dqemu.mk164 QEMU_OPTS += --enable-usb-redir
167 QEMU_OPTS += --disable-usb-redir
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnftnl/libnftnl/
H A D0001-avoid-naming-local-function-as-one-of-printf-family.patch54 src/expr/redir.c | 2 +-
437 diff --git a/src/expr/redir.c b/src/expr/redir.c
439 --- a/src/expr/redir.c
440 +++ b/src/expr/redir.c
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc243 PACKAGECONFIG[usb-redir] = "--enable-usb-redir,--disable-usb-redir,usbredir"
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c524 struct netevent_redirect *redir; in nfp_tun_neigh_event_handler() local
535 redir = (struct netevent_redirect *)ptr; in nfp_tun_neigh_event_handler()
536 n = redir->neigh; in nfp_tun_neigh_event_handler()
/OK3568_Linux_fs/kernel/net/core/
H A Dskmsg.c717 static int sk_psock_map_verd(int verdict, bool redir) in sk_psock_map_verd() argument
721 return redir ? __SK_REDIRECT : __SK_PASS; in sk_psock_map_verd()
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosd_client.c3539 struct ceph_request_redirect *redir) in ceph_redirect_decode() argument
3558 ret = ceph_oloc_decode(p, end, &redir->oloc); in ceph_redirect_decode()
/OK3568_Linux_fs/buildroot/
H A DDEVELOPERS2196 F: package/redir/
H A DCHANGES1229 qt5remoteobjects, re2, redir, s390-tools, sentry-cli,
/OK3568_Linux_fs/buildroot/package/
H A DConfig.in2340 source "package/redir/Config.in"
/OK3568_Linux_fs/external/xserver/
H A DChangeLog187546 Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt).
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...