Searched refs:comment_length (Results 1 – 1 of 1) sorted by relevance
421 unsigned int comment_length = 0; in main() local464 comment_length = (unsigned int) strlen(comment_arg); in main()465 if (comment_length > 0 && comment_arg[comment_length-1] == '"') { in main()485 comment_length = (unsigned int) strlen(comment_arg); in main()560 comment_length = 0; in main()563 if (comment_length >= (unsigned int) MAX_COM_LENGTH) { in main()568 comment_arg[comment_length++] = (char) c; in main()582 if (comment_length > 0) { in main()584 write_2_bytes(comment_length + 2); in main()585 while (comment_length > 0) { in main()[all …]
Completed in 5 milliseconds