Searched refs:command_len (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dfloat.c192 int command_len = sizeof ("@ ") + strlen (command) + strlen (float_type); local
193 char *list_command = xmalloc (command_len + 1);
H A Dindex.c728 int command_len = sizeof ("@ ") + strlen (command) + strlen (index_name);
729 char *index_command = xmalloc (command_len + 1);
722 int command_len = sizeof ("@ ") + strlen (command) + strlen (index_name); local

Completed in 44 milliseconds