Searched refs:ps (Results 101 - 125 of 550) sorted by relevance

1234567891011>>

/freebsd-current/tools/test/stress2/misc/
H A Doovm.sh93 int error, fd, ps;
96 ps = getpagesize();
106 len -= ps;
114 for (i = 0; i < len; i += ps)
H A Doovm2.sh95 int error, fd, ps;
98 ps = getpagesize();
108 len -= ps;
116 for (i = 0; i < len; i += ps)
H A Dpageout.sh108 int error, fd, ps;
111 ps = getpagesize();
121 len -= ps;
129 for (i = 0; i < len; i += ps)
H A Dsysctl4.sh44 ps -lH > /dev/null &
H A Dtcp.sh48 n=$((n - `ps aux | wc -l`))
H A Dtcp2.sh48 n=$((n - `ps aux | wc -l`))
/freebsd-current/usr.bin/sed/
H A Dprocess.c61 #define ps PS.space macro
88 fwrite(ps, 1, psl, outfile); \
145 (p = memchr(ps, '\n', psl)) == NULL) {
149 psl -= (p + 1) - ps;
150 memmove(ps, p + 1, psl);
161 cspace(&HS, ps, psl, REPLACE);
165 cspace(&HS, ps, psl, APPEND);
171 lputs(ps, psl);
195 if ((p = memchr(ps, '\n', psl)) != NULL) {
198 psl = p - ps;
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/
H A Dtst.projid.ksh72 projectid=`ps -x -o pid,projid | grep "$$ " | awk '{print $2}' 2>/dev/null`
H A Dtst.taskid.ksh72 taskidval=`ps -x -o pid,taskid | grep "$$ " | awk '{print $2}' 2>/dev/null`
H A Dtst.sid.ksh72 sessionid=`ps -x -o pid,sid | grep "$$ " | awk '{print $2}' 2>/dev/null`
H A Dtst.uid.ksh72 userid=`ps -x -o pid,uid | grep "$$ " | awk '{print $2}' 2>/dev/null`
H A Dtst.egid.ksh78 #Get the groupid of the calling process using ps
80 groupid=`ps -x -o pid,egid | grep "$$ " | awk '{print $2}' 2>/dev/null`
H A Dtst.euid.ksh72 userid=`ps -x -o pid,uid | grep "$$ " | awk '{print $2}' 2>/dev/null`
H A Dtst.gid.ksh72 groupid=`ps -x -o pid,gid | grep "$$ " | awk '{print $2}' 2>/dev/null`
/freebsd-current/contrib/wpa/src/utils/
H A Dedit_simple.c67 void *ctx, const char *history_file, const char *ps)
73 ps2 = ps;
64 edit_init(void (*cmd_cb)(void *ctx, char *cmd), void (*eof_cb)(void *ctx), char ** (*completion_cb)(void *ctx, const char *cmd, int pos), void *ctx, const char *history_file, const char *ps) argument
/freebsd-current/sys/contrib/openzfs/contrib/initramfs/
H A Dzfsunlock28 zfs_console_askpwd_pid=$(ps | awk '!'"/awk/ && /$zfs_console_askpwd_cmd/ { print \$1; exit }")
/freebsd-current/tools/test/stress2/tools/
H A Drwatch.sh47 while ps -p $! > /dev/null; do
/freebsd-current/bin/pkill/tests/
H A Dpgrep-t_test.sh8 tty=`ps -x -o tty -p $$ | tail -1`
H A Dpgrep-s_test.sh8 sid=`ps -o tsid -p $$ | tail -1`
H A Dpkill-t_test.sh8 tty=`ps -x -o tty -p $$ | tail -1`
H A Dpgrep-g_test.sh8 pgrp=`ps -o tpgid -p $$ | tail -1`
H A Dpkill-g_test.sh8 pgrp=`ps -o tpgid -p $$ | tail -1`
H A Dpkill-s_test.sh8 sid=`ps -o tsid -p $$ | tail -1`
/freebsd-current/lib/libc/iconv/
H A Dcitrus_mapper.h82 void * __restrict ps)
85 return ((*cm->cm_ops->mo_convert)(cm, dst, src, ps));
80 _citrus_mapper_convert(struct _citrus_mapper * __restrict cm, _citrus_index_t * __restrict dst, _citrus_index_t src, void * __restrict ps) argument
/freebsd-current/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh28 # the implementation of "ps" to test
29 : ${TEST_PS:="ps"}
129 # Run "ps $args -p $$"; check that only one line is printed,
147 # Run "ps $args"; check that the heading matches the expected regexp.
158 # Run "ps $args"; check that the heading matches a regexp constructed
169 # Try several variations on "ps $flag", "ps -$flag", etc.,
202 atf_set "descr" "Checks that 'ps -O foo' inserts columns just after" \
219 atf_set "descr" "Checks simple cases of 'ps -o foo' to control which" \
221 "overriding via 'ps
[all...]

Completed in 267 milliseconds

1234567891011>>