Home
last modified time | relevance | path

Searched refs:test_inode (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dtest.h60 extern int test_inode(const char*, const char*);
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dtest.c490 return(test_inode(left,right)); in test_binop()
538 int test_inode(const char *file1,const char *file2) in test_inode() function
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dpath.c269 if(cp && *cp=='/' && test_inode(cp,e_dot)) in path_pwd()