/busybox-1.35.0/procps/ |
D | ps.c | 173 void (*f)(char *buf, int size, const procps_status_t *ps); 211 static void func_user(char *buf, int size, const procps_status_t *ps) in func_user() argument 214 safe_strncpy(buf, get_cached_username(ps->uid), size+1); in func_user() 222 const char *user = get_cached_username(ps->uid); in func_user() 226 sprintf(buf, "%*u", size, (unsigned)ps->uid); in func_user() 230 static void func_group(char *buf, int size, const procps_status_t *ps) in func_group() argument 232 safe_strncpy(buf, get_cached_groupname(ps->gid), size+1); in func_group() 235 static void func_comm(char *buf, int size, const procps_status_t *ps) in func_comm() argument 237 safe_strncpy(buf, ps->comm, size+1); in func_comm() 240 static void func_state(char *buf, int size, const procps_status_t *ps) in func_state() argument [all …]
|
D | Config.src | 12 This option makes top and ps ~20% faster (or 20% less CPU hungry), 16 bool "Support thread display in ps/pstree/top" 20 Enables the ps -T option, showing of threads in pstree,
|
D | ps.posix | 1 This is what POSIX 2003 says about ps: 3 By default, ps shall select all processes with the same effective user 6 ps [-aA][-defl][-G grouplist][-o format]...[-p proclist][-t termlist] 79 ignored and ps shall select the processes represented by the inclusive 150 reflected in the output of ps. 175 ps -o "user=User Name" -o pid=Process\ ID
|
/busybox-1.35.0/examples/shutdown-1.0/script/ |
D | stop_tasks | 16 pslist=`{ sleep 1; ps -A -o comm=; } | sort | xargs` 68 ps -A e
|
D | shutdown | 41 test -x /bin/ps -o -x /sbin/ps || exit 1
|
D | stop_storage | 20 pslist=`{ sleep 1; ps -A -o comm=; } | sort | xargs`
|
/busybox-1.35.0/coreutils/libcoreutils/ |
D | coreutils.h | 10 typedef int (*stat_func)(const char *fn, struct stat *ps);
|
/busybox-1.35.0/libbb/ |
D | hash_md5prime.c | 157 const unsigned char *ps; in md5_transform() local 213 ps = S - 4; in md5_transform() 215 if ((i & 0x0f) == 0) ps += 4; in md5_transform() 232 temp = rotl32(temp, ps[i & 3]); in md5_transform() 239 ps = S; in md5_transform() 242 FF(a, b, c, d, x[*pp], ps[i & 0x3], *pc); pp++; pc++; in md5_transform() 246 ps += 4; in md5_transform() 248 GG(a, b, c, d, x[*pp], ps[i & 0x3], *pc); pp++; pc++; in md5_transform() 252 ps += 4; in md5_transform() 254 HH(a, b, c, d, x[*pp], ps[i & 0x3], *pc); pp++; pc++; in md5_transform() [all …]
|
D | hash_md5_sha.c | 161 const char *ps; in md5_process_block64() local 172 ps = S_array - 4; in md5_process_block64() 176 ps += 4; in md5_process_block64() 192 temp = rotl32(temp, ps[i & 3]); in md5_process_block64() 202 ps = S_array; in md5_process_block64() 206 temp = rotl32(temp, ps[i & 3]); in md5_process_block64() 213 ps += 4; in md5_process_block64() 216 temp = rotl32(temp, ps[i & 3]); in md5_process_block64() 223 ps += 4; in md5_process_block64() 226 temp = rotl32(temp, ps[i & 3]); in md5_process_block64() [all …]
|
D | unicode.c | 124 size_t FAST_FUNC wcrtomb(char *s, wchar_t wc, mbstate_t *ps UNUSED_PARAM) in wcrtomb()
|
/busybox-1.35.0/ |
D | TODO_unicode | 14 ps - need to sanitize process args
|
D | Config.in | 299 problems in chroot jails without mounted /proc and with ps/top 316 Enable support for SELinux in applets ls, ps, and id. Also provide
|
D | NOFORK_NOEXEC.lst | 289 ps - noexec
|
/busybox-1.35.0/shell/ |
D | ash.c | 2718 static const char *expandstr(const char *ps, int syntax_type); 3625 struct procstat *ps; /* status of processes when more than one */ member 3865 struct procstat *ps = jp->ps; 3867 status = ps[i].ps_status; 4009 if (match(jp->ps[0].ps_cmd, p)) { in getjob() 4038 struct procstat *ps; in freejob() local 4042 for (i = jp->nprocs, ps = jp->ps; --i >= 0; ps++) { in freejob() 4043 if (ps->ps_cmd != nullstr) in freejob() 4044 free(ps->ps_cmd); in freejob() 4046 if (jp->ps != &jp->ps0) in freejob() [all …]
|
D | Config.src | 136 without mounted /proc, and ps/top may show command name as 'exe'
|
/busybox-1.35.0/include/ |
D | unicode.h | 108 size_t wcrtomb(char *s, wchar_t wc, mbstate_t *ps) FAST_FUNC;
|
/busybox-1.35.0/testsuite/ |
D | mount.testroot | 26 dochroot bash rm ls ln cat ps mknod mkdir dd grep cmp diff tail \
|
/busybox-1.35.0/docs/ |
D | unicode.txt | 61 top, ps
|
D | posix_conformance.txt | 502 ps POSIX options 518 ps Busybox specific options: None
|
/busybox-1.35.0/examples/var_service/ |
D | README_distro_proposal.txt | 5 ps tells me they did put X, dbus, NM and udev into runsvdir-supervised tree: 20 1818 pts/3 00:00:00 ps 196 (which is visible in ps output).
|