Lines Matching refs:argbuf
1036 char *dst, *argbuf; in format_next_process() local
1042 argbuf = calloc(argbuflen + 1, 1); in format_next_process()
1043 if (argbuf == NULL) { in format_next_process()
1049 dst = argbuf; in format_next_process()
1057 len = (argbuflen - (dst - argbuf) - 1) / 4; in format_next_process()
1063 if ((argbuflen - (dst - argbuf) - 1) / 4 > 0) in format_next_process()
1066 if (dst != argbuf && dst[-1] == ' ') in format_next_process()
1074 "%s (%s){%s%s}", argbuf, in format_next_process()
1079 "%s (%s)", argbuf, pp->ki_comm); in format_next_process()
1084 "%s{%s%s}", argbuf, pp->ki_tdname, in format_next_process()
1087 strlcpy(cmdbuf, argbuf, screen_width); in format_next_process()
1089 free(argbuf); in format_next_process()