Searched refs:QQQ (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh292 check_heading_regexp '-o comm,pid=PPP,QQQ' \
293 '^'"${head_regexp_comm}"' *PPP,QQQ$'
297 check_heading_regexp '-o comm,pid="PPP QQQ"' \
298 '^'"${head_regexp_comm}"' *PPP QQQ$'
299 check_heading_regexp '-o comm,pid="PPP${tab}QQQ"' \
300 '^'"${head_regexp_comm}"' *PPP'"${tab}"'QQQ$'
383 check_heading_regexp '-o pid=PPP -o pid=QQQ' \
384 '^ *PPP *QQQ$'
388 check_heading_regexp '-o pid -o pid=QQQ' \
389 '^'"${head_regexp_pid}"' *QQQ
[all...]
/freebsd-11-stable/sys/dev/ex/
H A Dif_ex.c715 int QQQ; local
736 QQQ = pkt_len = CSR_READ_2(sc, IO_PORT_REG);
788 printf("Receive packet with %d data bytes: %6D -> ", QQQ, eh->ether_shost, ":");
790 } /* QQQ */

Completed in 82 milliseconds