| ypbind.c | 147 open_locked(const char *path, int flags, mode_t mode)  function in typeref:typename:int 377 	fd = open_locked(path, O_CREAT|O_RDWR|O_TRUNC, 0644);
 380 		fd = open_locked(path, O_CREAT|O_RDWR|O_TRUNC, 0644);
 1179 	fd = open_locked(path, O_RDONLY, 0644);
 1691 	lockfd = open_locked(_PATH_YPBIND_LOCK, O_CREAT|O_RDWR|O_TRUNC, 0644);
 
 |