HomeSort by relevance Sort by last modified time
    Searched refs:C_NOTRUNC (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/
dd.h 83 #define C_NOTRUNC 0x00800
dd.c 188 (O_CREAT | (ddflags & (C_SEEK | C_NOTRUNC) ? 0 : O_TRUNC))
241 if ((ddflags & (C_OF | C_SEEK | C_NOTRUNC)) == (C_OF | C_SEEK))
1272 { "notrunc", C_NOTRUNC, 0, NULL },

Completed in 77 milliseconds