Searched refs:fperm (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/fs/fs_perms/ |
H A D | fs_perms.c | 107 int group_id, char *fperm) in testfperm() 122 switch (tolower(fperm[0])) { in testfperm() 137 if ((file = fopen(file_name, fperm)) != NULL) { in testfperm() 180 char *fperm; in main() local 204 fperm = argv[6]; in main() 211 if (tolower(fperm[0]) == 'x') { in main() 213 res2 = testfperm(TEST_FILE_NAME2, 1, user_id, group_id, fperm); in main() 221 res1 = testfperm(TEST_FILE_NAME1, 0, user_id, group_id, fperm); in main() 225 fperm[0], fmode, fuser_id, fgroup_id, user_id, group_id); in main() 106 testfperm(const char *file_name, int flag, int user_id, int group_id, char *fperm) testfperm() argument
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264chroma_template.c | 39 vfdst = vec_perm(vdst, ppsum, fperm);\ 62 vfdst = vec_perm(vdst, ppsum, fperm);\ 122 vec_u8 fperm; in PREFIX_h264_chroma_mc8_altivec() local 146 fperm = (vec_u8){0x10, 0x11, 0x12, 0x13, in PREFIX_h264_chroma_mc8_altivec() 151 fperm = (vec_u8){0x00, 0x01, 0x02, 0x03, in PREFIX_h264_chroma_mc8_altivec() 197 vec_u8 fperm; in PREFIX_no_rnd_vc1_chroma_mc8_altivec() local 221 fperm = (vec_u8){0x10, 0x11, 0x12, 0x13, in PREFIX_no_rnd_vc1_chroma_mc8_altivec() 226 fperm = (vec_u8){0x00, 0x01, 0x02, 0x03, in PREFIX_no_rnd_vc1_chroma_mc8_altivec()
|
/third_party/curl/tests/ |
H A D | directories.pm | 222 my $fperm = $file{'perm'} ? $file{'perm'} : "rwxr-xr-x"; 234 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
|
Completed in 2 milliseconds