Lines Matching refs:screen_width
1120 cmdbuf = calloc(screen_width + 1, 1); in format_next_process()
1122 warn("calloc(%d)", screen_width + 1); in format_next_process()
1129 snprintf(cmdbuf, screen_width, "%s{%s%s}", pp->ki_comm, in format_next_process()
1132 snprintf(cmdbuf, screen_width, "%s", pp->ki_comm); in format_next_process()
1136 (args = kvm_getargv(kd, pp, screen_width)) == NULL || in format_next_process()
1140 snprintf(cmdbuf, screen_width, in format_next_process()
1144 snprintf(cmdbuf, screen_width, in format_next_process()
1154 argbuflen = screen_width * 4; in format_next_process()
1186 snprintf(cmdbuf, screen_width, in format_next_process()
1191 snprintf(cmdbuf, screen_width, in format_next_process()
1196 snprintf(cmdbuf, screen_width, in format_next_process()
1200 strlcpy(cmdbuf, argbuf, screen_width); in format_next_process()