Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dcvsrc.c45 int command_len; local
93 command_len = strlen (cmdname);
103 if (!strncmp (line, cmdname, command_len)
104 && isspace ((unsigned char) *(line + command_len)))
126 for (optstart = strtok (line + command_len, "\t \n");
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A Dfloat.c192 int command_len = sizeof ("@ ") + strlen (command) + strlen (float_type); in cm_listoffloats() local
193 char *list_command = xmalloc (command_len + 1); in cm_listoffloats()
H A Dindex.c722 int command_len = sizeof ("@ ") + strlen (command) + strlen (index_name); in cm_printindex() local
723 char *index_command = xmalloc (command_len + 1); in cm_printindex()