HomeSort by: relevance | last modified time | path
    Searched defs:open_locked (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ypbind/
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);
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);

Completed in 154 milliseconds