HomeSort by relevance Sort by last modified time
    Searched refs:_gettemp (Results 1 - 2 of 2) sorted by null

  /external/openssh/openbsd-compat/
mktemp.c 48 static int _gettemp(char *, int *, int, int);
55 return (_gettemp(path, &fd, 0, slen) ? fd : -1);
63 return (_gettemp(path, &fd, 0, 0) ? fd : -1);
69 return(_gettemp(path, (int *)NULL, 1, 0) ? path : (char *)NULL);
73 _gettemp(path, doopen, domkdir, slen) function
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
mktemp.c 50 static int _gettemp(char *, int *, int, int);
60 return (_gettemp(path, &fd, 0, slen) ? fd : -1);
68 return (_gettemp(path, &fd, 0, 0) ? fd : -1);
74 return (_gettemp(path, (int *)NULL, 1, 0) ? path : (char *)NULL);
80 return (_gettemp(path, (int *)NULL, 0, 0) ? path : (char *)NULL);
93 _gettemp(char *path, int *doopen, int domkdir, int slen) function

Completed in 152 milliseconds