Home
last modified time | relevance | path

Searched refs:pip (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/networking/
Dhttpd.c816 Htaccess_IP *pip; in parse_conf() local
827 pip = xzalloc(sizeof(*pip)); in parse_conf()
828 if (scan_ip_mask(after_colon, &pip->ip, &pip->mask)) { in parse_conf()
831 pip->mask = 0; in parse_conf()
833 pip->allow_deny = ch; in parse_conf()
836 pip->next = G.ip_a_d; in parse_conf()
837 G.ip_a_d = pip; in parse_conf()
842 G.ip_a_d = pip; in parse_conf()
846 prev_IP->next = pip; in parse_conf()
/busybox-1.35.0/shell/
Dash.c5481 int pip[2]; in openhere() local
5484 if (pipe(pip) < 0) in openhere()
5495 xwrite(pip[1], p, len); in openhere()
5501 close(pip[0]); in openhere()
5507 xwrite(pip[1], p, len); in openhere()
5511 close(pip[1]); in openhere()
5512 return pip[0]; in openhere()
6584 int pip[2]; variable
6604 if (pipe(pip) < 0)
6611 close(pip[ip]);
[all …]