Home | History | Annotate | Download | only in src

Lines Matching refs:fchown

798 		  /* Never complain about fchown failing.  */
799 || (({asm ("" :: "r" (fchown (newfd, st.st_uid,
1047 /* Never complain about fchown failing. */
1048 || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }),
1499 /* Never complain about fchown failing. */
1500 || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }),