Home
last modified time | relevance | path

Searched refs:template (Results 1 – 7 of 7) sorted by relevance

/picolibc-3.5.0-3.4.0/test/
Dtest-mktemp.c45 (void) remove(template); \
59 check_contents(char *template,int repeats) in check_contents() argument
66 f = fopen(template, "r"); in check_contents()
89 char template[sizeof(NAME_TEMPLATE_EXT)]; in main() local
95 strcpy(template, NAME_TEMPLATE); in main()
96 s_ret = mktemp(template); in main()
97 check(s_ret == template, "mktemp"); in main()
100 f = fopen(template, "w"); in main()
105 check_contents(template, 1); in main()
106 (void) remove(template); in main()
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dmktemp.c175 mkstemp (char *template) in mkstemp() argument
179 return (_gettemp (template, 0, &fd, 0) ? fd : -1); in mkstemp()
183 mktemp (char *template) in mktemp() argument
185 return (_gettemp (template, 0, (int *) NULL, 0) ? template : (char *) NULL); in mktemp()
196 mkstemps(char *template, int suffixlen) in mkstemps() argument
200 return (_gettemp (template, suffixlen, &fd, O_BINARY) ? fd : -1); in mkstemps()
204 mkostemps(char *template, int suffixlen, int flags) in mkostemps() argument
209 return (_gettemp (template, suffixlen, &fd, flags) ? fd : -1); in mkostemps()
/picolibc-3.5.0-3.4.0/newlib/
Drefcontainers.xslt7 <xsl:template match="node()[not(self::refentrycontainer)]|@*">
13 </xsl:template>
DChangeLog-201516782 * newlib.hin: New template file for newlib.h.
26165 * libc/sys/sparc64/{template.S template_r.S}: New files.
/picolibc-3.5.0-3.4.0/newlib/libc/string/
Duniset235 $template = shift(@ARGV);
236 open(TEMPLATE, $template) || die("Can't open template file '$template': $!\n");
/picolibc-3.5.0-3.4.0/cmake/
DTC-arm-none-eabi.ld144 * in ram to be used as a template for TLS data blocks
/picolibc-3.5.0-3.4.0/
Dpicolibc.ld.in161 * in ram to be used as a template for TLS data blocks