Searched refs:FLAG_MALLOC (Results 1 – 1 of 1) sorted by relevance
467 FLAG_MALLOC = 0x80, /* only works for c, s, S, and [ (and l[)*/ enumerator483 /* 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