realpath          715 plugin/ipc/file/filewrappers.cpp   return realpath(path, resolved_path);
realpath          721 plugin/ipc/file/filewrappers.cpp   return realpath(path, resolved_path);
realpath          726 plugin/ipc/file/filewrappers.cpp   return realpath(path, NULL);
realpath           80 plugin/ipc/file/filewrappers.h #define _real_realpath NEXT_FNC(realpath)
realpath          230 plugin/pid/pid_filewrappers.cpp   char *retval = NEXT_FNC_DEFAULT(realpath) (newpath, resolved_path);
realpath          240 plugin/pid/pid_filewrappers.cpp   return realpath(path, resolved_path);
realpath          246 plugin/pid/pid_filewrappers.cpp   return realpath(path, resolved_path);
realpath          251 plugin/pid/pid_filewrappers.cpp   return realpath(path, NULL);