Searched refs:comment_length (Results 1 – 5 of 5) sorted by relevance
414 unsigned int comment_length = 0; in main() local457 comment_length = (unsigned int)strlen(comment_arg); in main()458 if (comment_length > 0 && comment_arg[comment_length - 1] == '"') { in main()459 comment_arg[comment_length - 1] = '\0'; /* zap terminating quote */ in main()478 comment_length = (unsigned int)strlen(comment_arg); in main()552 comment_length = 0; in main()555 if (comment_length >= (unsigned int)MAX_COM_LENGTH) { in main()560 comment_arg[comment_length++] = (char)c; in main()574 if (comment_length > 0) { in main()576 write_2_bytes(comment_length + 2); in main()[all …]
40 short comment_length; member
244 pcdir->comment_length; in unzip_archive()
39 short comment_length; member
243 pcdir->comment_length; in unzip_archive()