Lines Matching refs:screen_width
1001 cmdbuf = calloc(screen_width + 1, 1); in format_next_process()
1003 warn("calloc(%d)", screen_width + 1); in format_next_process()
1010 snprintf(cmdbuf, screen_width, "%s{%s%s}", pp->ki_comm, in format_next_process()
1013 snprintf(cmdbuf, screen_width, "%s", pp->ki_comm); in format_next_process()
1017 (args = kvm_getargv(kd, pp, screen_width)) == NULL || in format_next_process()
1021 snprintf(cmdbuf, screen_width, in format_next_process()
1025 snprintf(cmdbuf, screen_width, in format_next_process()
1035 argbuflen = screen_width * 4; in format_next_process()
1067 snprintf(cmdbuf, screen_width, in format_next_process()
1072 snprintf(cmdbuf, screen_width, in format_next_process()
1077 snprintf(cmdbuf, screen_width, in format_next_process()
1081 strlcpy(cmdbuf, argbuf, screen_width); in format_next_process()