Searched refs:template (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/test/ |
D | test-mktemp.c | 45 (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-latest/newlib/libc/tinystdio/ |
D | mktemp.c | 178 mkstemp (char *template) in mkstemp() argument 182 return (_gettemp (template, 0, &fd, 0) ? fd : -1); in mkstemp() 186 mktemp (char *template) in mktemp() argument 188 return (_gettemp (template, 0, (int *) NULL, 0) ? template : (char *) NULL); in mktemp() 199 mkstemps(char *template, int suffixlen) in mkstemps() argument 203 return (_gettemp (template, suffixlen, &fd, O_BINARY) ? fd : -1); in mkstemps() 207 mkostemps(char *template, int suffixlen, int flags) in mkostemps() argument 212 return (_gettemp (template, suffixlen, &fd, flags) ? fd : -1); in mkostemps()
|
/picolibc-latest/newlib/ |
D | refcontainers.xslt | 7 <xsl:template match="node()[not(self::refentrycontainer)]|@*"> 13 </xsl:template>
|
D | ChangeLog-2015 | 16782 * newlib.hin: New template file for newlib.h. 26165 * libc/sys/sparc64/{template.S template_r.S}: New files.
|
/picolibc-latest/newlib/testsuite/newlib.string/ |
D | tstring.c | 59 static char *getbuf(size_t size, const char *template) in getbuf() argument 66 if (template) in getbuf() 67 strcpy(buf, template); in getbuf()
|
/picolibc-latest/newlib/libc/string/ |
D | uniset | 235 $template = shift(@ARGV); 236 open(TEMPLATE, $template) || die("Can't open template file '$template': $!\n");
|
/picolibc-latest/ |
D | picolibc.ld.in | 188 * in ram to be used as a template for TLS data blocks 195 * as it only guarantees usage as a TLS template works
|
/picolibc-latest/cmake/ |
D | TC-arm-none-eabi.ld | 144 * in ram to be used as a template for TLS data blocks
|
D | TC-microbit.ld | 144 * in ram to be used as a template for TLS data blocks
|