search for: myprogxxxxxx

Displaying 2 results from an estimated 2 matches for "myprogxxxxxx".

2012 Oct 14
1
[PATCH] NEW API: mktemp
...quot;create a temporary directory or file"; + longdesc = "\ +This command creates a temporary directory/file. The +C<tmpl> parameter should be a full pathname for the +temporary directory name with the final six characters being +\"XXXXXX\". + +For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", +the second one being suitable for Windows filesystems. + +The name of the temporary directory/file that was created +is returned. + +The temporary directory/file is created with mode 0700 +and is owned by root. + +The caller is responsible for deleting t...
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files. Rich.