Searched refs:template (Results 1 – 10 of 10) sorted by relevance
/coreutils/src/ |
D | mktemp.c | 150 char *template; in main() local 215 template = (char *) default_template; in main() 219 template = argv[optind]; in main() 224 size_t len = strlen (template); in main() 225 if (!len || template[len - 1] != 'X') in main() 229 quote (template)); in main() 233 memcpy (dest_name, template, len); in main() 235 template = dest_name; in main() 240 template = xstrdup (template); in main() 241 suffix = strrchr (template, 'X'); in main() [all …]
|
/coreutils/tests/factor/ |
D | create-test.sh | 7 template=$2 75 TEMPLATE="TEST SCRIPT DERIVED FROM THE TEMPLATE $template" 83 -e "s!__TEMPLATE__!$TEMPLATE!" "$template"
|
/coreutils/ |
D | README | 55 Note that each man page is now automatically generated from a template 56 and from the corresponding --help usage message. Patches to the template
|
D | .gitignore | 178 /po/Makevars.template
|
D | README-release | 90 soon post. Start with the template, $HOME/announce-coreutils-X.Y
|
D | bootstrap | 1290 ' po/Makevars.template >po/Makevars \ 1316 ' po/Makevars.template >runtime-po/Makevars \
|
D | HACKING | 459 tests/sample-test as a template, or one of the various Perl-based ones
|
D | THANKS.in | 10 ## "git log" output. Those are automatically added when this template
|
D | NEWS | 3089 after the substitution in the template. Additionally, uses such as 4468 on the maximum number of files from a given template) on HP-UX 10.20,
|
/coreutils/doc/ |
D | coreutils.texi | 14673 mktemp [@var{option}]@dots{} [@var{template}] 14676 Safely create a temporary file or directory based on @var{template}, 14677 and print its name. If given, @var{template} must include at least 14678 three consecutive @samp{X}s in the last component. If omitted, the template 14680 implied. The final run of @samp{X}s in the @var{template} will be replaced 14682 and with a @var{template} including a run of @var{n} instances of @samp{X}, 14797 Treat @var{template} relative to the directory @var{dir}. If 14801 specified, @var{template} must not be absolute. However, 14802 @var{template} can still contain slashes, although intermediate 14807 Append @var{suffix} to the @var{template}. @var{suffix} must not [all …]
|