Lines Matching refs:command_length
210 unsigned int command_length; in compile_using_envjavac() local
217 command_length = strlen (javac); in compile_using_envjavac()
219 command_length += 3; in compile_using_envjavac()
221 command_length += 3; in compile_using_envjavac()
223 command_length += 4 + shell_quote_length (directory); in compile_using_envjavac()
225 command_length += 1 + shell_quote_length (java_sources[i]); in compile_using_envjavac()
226 command_length += 1; in compile_using_envjavac()
228 command = (char *) xallocsa (command_length); in compile_using_envjavac()
257 if (p - command > command_length) in compile_using_envjavac()
523 unsigned int command_length; in is_envjavac_gcj() local
536 command_length = strlen (javac) + 1 + 9 + 1; in is_envjavac_gcj()
537 command = (char *) xallocsa (command_length); in is_envjavac_gcj()
546 if (p - command > command_length) in is_envjavac_gcj()