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

  /src/lib/libc/stdio/
gettemp.h 33 # define GETTEMP __nbcompat_gettemp
41 # define GETTEMP __gettemp
45 int GETTEMP(char *, int *, int, int, int);
gettemp.c 1 /* $NetBSD: gettemp.c,v 1.24 2025/08/06 23:51:16 kre Exp $ */
32 #include "gettemp.h"
41 __RCSID("$NetBSD: gettemp.c,v 1.24 2025/08/06 23:51:16 kre Exp $");
54 GETTEMP(char *path, int *doopen, int domkdir, int slen, int oflags)

Completed in 13 milliseconds