Searched refs:O_NOFOLLOW (Results 1 – 2 of 2) sorted by relevance
54 # ifndef O_NOFOLLOW55 # define O_NOFOLLOW 0 macro177 #ifdef O_NOFOLLOW in ps_files_open()178 data->fd = VCWD_OPEN_MODE(buf, O_CREAT | O_RDWR | O_BINARY | O_NOFOLLOW, data->filemode); in ps_files_open()
25723 #ifndef O_NOFOLLOW25724 # define O_NOFOLLOW 031235 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
Completed in 366 milliseconds