Home
last modified time | relevance | path

Searched refs:pfx (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/stdio/
Dtempnam.c45 tempnam(const char *dir, const char *pfx) in tempnam() argument
53 if (!pfx) in tempnam()
54 pfx = "tmp."; in tempnam()
58 *(f + strlen(f) - 1) == '/'? "": "/", pfx); in tempnam()
65 *(f + strlen(f) - 1) == '/'? "": "/", pfx); in tempnam()
71 (void)snprintf(name, MAXPATHLEN, "%s%sXXXXXXXXX", f, pfx); in tempnam()
76 (void)snprintf(name, MAXPATHLEN, "%s%sXXXXXXXXX", f, pfx); in tempnam()
/bionic/libc/kernel/arch-mips/asm/
Dio.h76pfx, bwlq, type, irq) static inline void pfx##write##bwlq(type val, volatile void __iomem *me… argument
77pfx, bwlq, type, p, slow) static inline void pfx##out##bwlq##p(type val, unsigned long port) {… argument