Lines Matching defs:output
374 static char output[4096];
378 output[0] = '\0';
383 strncat(output, "|", sizeof(output) - strlen(output) - 1);
386 strncat(output, names->name, sizeof(output) - strlen(output) - 1);
387 output[sizeof(output) - 1] = '\0';
395 strncat(output, "|", sizeof(output) - strlen(output) - 1);
400 strncat(output, rest, sizeof(output) - strlen(output) - 1);
401 output[sizeof(output) - 1] = '\0';
407 return output;