Searched refs:fl (Results 1 – 5 of 5) sorted by relevance
| /third_party/ulib/musl/src/stdio/ |
| A D | freopen.c | 14 int fl = __fmodeflags(mode); in freopen() local 22 if (fl & O_CLOEXEC) in freopen() 24 fl &= ~(O_CREAT | O_EXCL | O_CLOEXEC); in freopen() 25 if (fcntl(f->fd, F_SETFL, fl) < 0) in freopen() 33 else if (dup3(f2->fd, f->fd, fl & O_CLOEXEC) < 0) in freopen()
|
| A D | vfprintf.c | 268 } else if (fl & MARK_POS) { in fmt_fp() 270 } else if (fl & PAD_POS) { in fmt_fp() 456 if (!(fl & ALT_FORM)) { in fmt_fp() 482 pad(f, ' ', w, pl + l, fl); in fmt_fp() 544 unsigned l10n = 0, fl; in printf_core() local 665 if (fl & LEFT_ADJ) in printf_core() 666 fl &= ~ZERO_PAD; in printf_core() 697 fl |= ALT_FORM; in printf_core() 725 fl &= ~ZERO_PAD; in printf_core() 734 fl &= ~ZERO_PAD; in printf_core() [all …]
|
| A D | vfwprintf.c | 219 unsigned l10n = 0, litpct, fl; in wprintf_core() local 266 for (fl = 0; (unsigned)*s - ' ' < 32 && (FLAGMASK & (1U << (*s - ' '))); s++) in wprintf_core() 267 fl |= 1U << (*s - ' '); in wprintf_core() 282 fl |= LEFT_ADJ, w = -w; in wprintf_core() 374 if (!(fl & LEFT_ADJ)) in wprintf_core() 377 if ((fl & LEFT_ADJ)) in wprintf_core() 396 if (!(fl & LEFT_ADJ)) in wprintf_core() 404 if ((fl & LEFT_ADJ)) in wprintf_core() 410 snprintf(charfmt, sizeof charfmt, "%%%s%s%s%s%s*.*%c%c", (fl & ALT_FORM) ? "#" : "", in wprintf_core() 411 (fl & MARK_POS) ? "+" : "", (fl & LEFT_ADJ) ? "-" : "", (fl & PAD_POS) ? " " : "", in wprintf_core() [all …]
|
| /third_party/ulib/musl/src/exit/ |
| A D | atexit.c | 10 static struct fl { struct 11 struct fl* next; argument 61 struct fl* new_fl = calloc(sizeof(struct fl), 1); in __cxa_atexit()
|
| /third_party/ulib/musl/src/ipc/ |
| A D | semget.c | 5 int semget(key_t key, int n, int fl) { in semget() argument
|
Completed in 8 milliseconds