Searched refs:command_length (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Djavaexec.c137 unsigned int command_length; local
148 command_length = strlen (java);
149 command_length += 1 + shell_quote_length (class_name);
151 command_length += 1 + shell_quote_length (*arg);
152 command_length += 1;
154 command = (char *) xmalloca (command_length);
168 /* Ensure command_length was correctly calculated. */
169 if (p - command > command_length)
H A Djavacomp.c213 unsigned int command_length; local
220 command_length = strlen (javac);
222 command_length += 3;
224 command_length += 3;
226 command_length += 4 + shell_quote_length (directory);
228 command_length += 1 + shell_quote_length (java_sources[i]);
229 command_length += 1;
231 command = (char *) xmalloca (command_length);
259 /* Ensure command_length was correctly calculated. */
260 if (p - command > command_length)
553 unsigned int command_length; local
634 unsigned int command_length; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_hw.h267 u8 command_length; member in struct:e1000_host_command_header
284 u16 command_length; member in struct:e1000_host_mng_command_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dhw.h729 u8 command_length; member in struct:e1000_host_command_header
746 u16 command_length; member in struct:e1000_host_mng_command_header
H A Dlib.c2504 hdr.command_length = length;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.h337 u16 command_length; member in struct:e1000_host_mng_command_header
2078 u8 command_length; member in struct:e1000_host_command_header

Completed in 97 milliseconds