HomeSort by: relevance | last modified time | path
    Searched defs:command_len (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makemandb/
makemandb.c 344 size_t command_len = shquote(manconf, NULL, 0) + 1; local in function:main
345 arg = emalloc(command_len);
346 shquote(manconf, arg, command_len);
makemandb.c 344 size_t command_len = shquote(manconf, NULL, 0) + 1; local in function:main
345 arg = emalloc(command_len);
346 shquote(manconf, arg, command_len);

Completed in 26 milliseconds