Lines Matching refs:cmdbuf
935 char *cmdbuf = NULL; in format_next_process() local
1001 cmdbuf = calloc(screen_width + 1, 1); in format_next_process()
1002 if (cmdbuf == NULL) { 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()
1021 snprintf(cmdbuf, screen_width, in format_next_process()
1025 snprintf(cmdbuf, screen_width, in format_next_process()
1039 free(cmdbuf); 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()
1153 sbuf_printf(procbuf, "%s", cmdbuf); in format_next_process()
1154 free(cmdbuf); in format_next_process()