HomeSort by relevance Sort by last modified time
    Searched full:help_mktemp (Results 1 - 1 of 1) sorted by null

  /external/toybox/generated/
help.h 63 #define help_mktemp "usage: mktemp [-dq] [-p DIR] [TEMPLATE]\n\nSafely create a new file \"DIR/TEMPLATE\" and print its name.\n\n-d Create directory instead of file (--directory)\n-p Put new file in DIR (--tmpdir)\n-q Quiet, no error messages\n\nEach X in TEMPLATE is replaced with a random printable character. The\ndefault TEMPLATE is tmp.XXXXXX, and the default DIR is $TMPDIR if set,\nelse \"/tmp\".\n\n" macro
    [all...]

Completed in 287 milliseconds