Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_scanf.c467 FLAG_MALLOC = 0x80, /* only works for c, s, S, and [ (and l[)*/ enumerator
483 /* S and l[ */ ( 0|FLAG_SURPRESS|FLAG_MALLOC), \
484 /* c */ (0x04|FLAG_SURPRESS|FLAG_MALLOC), \
485 /* s and [ */ (0x04|FLAG_SURPRESS|FLAG_MALLOC), \
903 psfs->flags |= FLAG_MALLOC; in __psfs_parse_spec()
1383 if (psfs.flags & FLAG_MALLOC) { in VFSCANF()
1403 if (psfs.flags & FLAG_MALLOC) in VFSCANF()

Completed in 7 milliseconds