Searched refs:my_file_namep (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A D32bit_inode_tests.c44 char * my_file_namep; local
88 my_file_namep = strrchr( my_pathp, '/' );
89 my_file_namep++;
118 strlen( my_file_namep ) == my_dirent_p->d_namlen &&
119 memcmp( &my_dirent_p->d_name[0], my_file_namep, my_dirent_p->d_namlen ) == 0 ) {
H A Dtests.c772 char * my_file_namep; local
811 my_file_namep = strrchr( my_pathp, '/' );
812 my_file_namep++;
813 my_err = stat( my_file_namep, &my_sb2 );
837 my_err = stat( my_file_namep, &my_sb2 );
857 my_err = stat( my_file_namep, &my_sb2 );
4172 char * my_file_namep; local
4222 my_file_namep = strrchr( my_pathp, '/' );
4223 my_file_namep++;

Completed in 20 milliseconds