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

/freebsd-9.3-release/contrib/cvs/src/
H A Dcvsrc.c50 int command_len; local
95 command_len = strlen (cmdname);
105 if (!strncmp (line, cmdname, command_len)
106 && isspace ((unsigned char) *(line + command_len)))
128 for (optstart = strtok (line + command_len, "\t \n\r");
/freebsd-9.3-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 47 milliseconds