Searched refs:__path (Results 1 – 2 of 2) sorted by relevance
/haiku/src/system/libroot/posix/glibc/include/sys/ |
H A D | stat.h | 14 extern int __mkdir (__const char *__path, __mode_t __mode); 15 extern int __mknod (__const char *__path, 26 extern __inline__ int __stat (__const char *__path, struct stat *__statbuf) 28 return __xstat (_STAT_VER, __path, __statbuf); 31 extern __inline__ int __mknod (__const char *__path, __mode_t __mode, 34 return __xmknod (_MKNOD_VER, __path, __mode, &__dev);
|
/haiku/headers/cpp/ |
H A D | ropeimpl.h | 81 const _RopeRep* __path[_RopeRep::_S_max_rope_depth+1]; in _S_setcache() local 107 __path[__curr_depth] = __curr_rope; in _S_setcache() 141 __x._M_path_end[++__i] = __path[__j++]; in _S_setcache()
|