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 293 mode_t defmode; local
295 defmode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH;
297 ret = open(pathname, O_CREAT | O_WRONLY, defmode);
  /toolchain/binutils/binutils-2.25/binutils/
windmc.c 247 probe_codepage (rc_uint_type *cp, int *is_uni, const char *pswitch, int defmode)
252 *is_uni = defmode;

Completed in 544 milliseconds