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

/haiku/src/system/libroot/posix/glibc/include/sys/
H A Dstat.h14 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 Dropeimpl.h81 const _RopeRep* __path[_RopeRep::_S_max_rope_depth+1]; local
107 __path[__curr_depth] = __curr_rope;
141 __x._M_path_end[++__i] = __path[__j++];

Completed in 63 milliseconds