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

  /src/usr.bin/calendar/
calendar.c 126 static int tryopen(const char *, int);
413 if ((fd = tryopen(*name, O_RDONLY)) == -1)
423 } else if ((fd = tryopen(fname, O_RDONLY)) == -1) {
493 tryopen(const char *pathname, int flags) function in typeref:typename:int
calendar.c 126 static int tryopen(const char *, int);
413 if ((fd = tryopen(*name, O_RDONLY)) == -1)
423 } else if ((fd = tryopen(fname, O_RDONLY)) == -1) {
493 tryopen(const char *pathname, int flags) function in typeref:typename:int

Completed in 21 milliseconds