HomeSort by: relevance | last modified time | path
    Searched defs:nfinfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
histfile.c 508 /* Should we call chown, based on whether finfo and nfinfo describe different
511 #define SHOULD_CHOWN(finfo, nfinfo) \
512 (finfo.st_uid != nfinfo.st_uid || finfo.st_gid != nfinfo.st_gid)
522 struct stat finfo, nfinfo; local
543 nfinfo.st_uid = finfo.st_uid;
544 nfinfo.st_gid = finfo.st_gid;
634 if (fstat (file, &nfinfo) < 0 && rv == 0)
664 if (rv == 0 && exists && SHOULD_CHOWN (finfo, nfinfo))
683 struct stat finfo, nfinfo; local
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
histfile.c 508 /* Should we call chown, based on whether finfo and nfinfo describe different
511 #define SHOULD_CHOWN(finfo, nfinfo) \
512 (finfo.st_uid != nfinfo.st_uid || finfo.st_gid != nfinfo.st_gid)
522 struct stat finfo, nfinfo; local
543 nfinfo.st_uid = finfo.st_uid;
544 nfinfo.st_gid = finfo.st_gid;
634 if (fstat (file, &nfinfo) < 0 && rv == 0)
664 if (rv == 0 && exists && SHOULD_CHOWN (finfo, nfinfo))
683 struct stat finfo, nfinfo; local
    [all...]

Completed in 45 milliseconds