Lines Matching refs:screen_width
944 cmdbuf = calloc(screen_width + 1, 1); in format_next_process()
946 warn("calloc(%d)", screen_width + 1); in format_next_process()
953 snprintf(cmdbuf, screen_width, "%s{%s%s}", pp->ki_comm, in format_next_process()
956 snprintf(cmdbuf, screen_width, "%s", pp->ki_comm); in format_next_process()
960 (args = kvm_getargv(kd, pp, screen_width)) == NULL || in format_next_process()
964 snprintf(cmdbuf, screen_width, in format_next_process()
968 snprintf(cmdbuf, screen_width, in format_next_process()
978 argbuflen = screen_width * 4; in format_next_process()
1010 snprintf(cmdbuf, screen_width, in format_next_process()
1015 snprintf(cmdbuf, screen_width, in format_next_process()
1020 snprintf(cmdbuf, screen_width, in format_next_process()
1024 strlcpy(cmdbuf, argbuf, screen_width); in format_next_process()