Searched refs:createflag (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_open.c31 int access, attr, createflag, nrepeat, ret, share; local
114 createflag = CREATE_NEW; /* create only if !exist*/
116 createflag = TRUNCATE_EXISTING; /* truncate, fail if !exist */
118 createflag = CREATE_ALWAYS; /* create and truncate */
120 createflag = OPEN_ALWAYS; /* open or create */
122 createflag = OPEN_EXISTING; /* open only if existing */
173 access, share, NULL, createflag, attr, 0);
177 access, share, NULL, createflag, attr, 0);

Completed in 33 milliseconds