Home
last modified time | relevance | path

Searched refs:pair (Results 1 – 7 of 7) sorted by relevance

/busybox-1.35.0/libbb/
Dgetopt32.c445 t_complementary *pair; local
501 pair = on_off;
502 pair_switch = &pair->switch_on;
505 pair_switch = &pair->requires;
507 if (pair_switch == &pair->switch_off)
508 pair_switch = &pair->incongruously;
510 pair_switch = &pair->switch_off;
Dunicode.c601 # define PAIR(a,b) char pair##a[b >= 0x4000 || b-a > 3 ? -1 : 1]; in wcwidth()
771 # define PAIR(a,b) char pair##a[b >= 0x4000 || b-a > 3 ? -1 : 1]; in unicode_bidi_isrtl()
975 # define PAIR(a,b) char pair##a[b >= 0x4000 || b-a > 3 ? -1 : 1]; in unicode_bidi_is_neutral_wchar()
/busybox-1.35.0/shell/
Dbrace.txt7 arated strings or a sequence expression between a pair of braces, fol-
Dhush.c7719 struct fd_pair pair; in setup_heredoc() local
7738 xpiped_pair(pair); in setup_heredoc()
7739 xmove_fd(pair.rd, redir->rd_fd); in setup_heredoc()
7743 ndelay_on(pair.wr); in setup_heredoc()
7745 written = write(pair.wr, heredoc, len); in setup_heredoc()
7750 close(pair.wr); in setup_heredoc()
7756 ndelay_off(pair.wr); in setup_heredoc()
7776 full_write(pair.wr, heredoc, len); /* may loop or block */ in setup_heredoc()
7780 xmove_fd(pair.wr, STDOUT_FILENO); in setup_heredoc()
7793 close(pair.wr); in setup_heredoc()
/busybox-1.35.0/examples/var_service/
DREADME_distro_proposal.txt138 If log service exists, daemontools and s6 run a pair of supervisors
279 [svscan runs a pair of "supervise DIR" and "supervise DIR/log"]
/busybox-1.35.0/include/
Dlibbb.h679 #define piped_pair(pair) pipe(&((pair).rd)) argument
680 #define xpiped_pair(pair) xpipe(&((pair).rd)) argument
/busybox-1.35.0/docs/
DSerial-Programming-HOWTO.txt354 There are also a pair of ioctl() to monitor these lines. They are