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

  /external/ltp/lib/
safe_file_ops.c 351 mode_t defmode; local
353 defmode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
355 ret = open(pathname, O_CREAT | O_WRONLY, defmode);
  /toolchain/binutils/binutils-2.27/binutils/
windmc.c 247 probe_codepage (rc_uint_type *cp, int *is_uni, const char *pswitch, int defmode)
252 *is_uni = defmode;

Completed in 131 milliseconds