| /netbsd-src/lib/libc/stdio/ |
| H A D | tmpfile.c | 61 char buf[sizeof(_PATH_TMP) + sizeof(TRAILER)]; in tmpfile() 63 (void)memcpy(buf, _PATH_TMP, sizeof(_PATH_TMP) - 1); in tmpfile() 64 (void)memcpy(buf + sizeof(_PATH_TMP) - 1, TRAILER, sizeof(TRAILER)); in tmpfile()
|
| H A D | tempnam.c | 95 if ((f = gentemp(name, (size_t)MAXPATHLEN, _PATH_TMP, pfx)) != NULL) in tempnam()
|
| /netbsd-src/usr.bin/chpass/ |
| H A D | pathnames.h | 36 #undef _PATH_TMP 37 #define _PATH_TMP "/tmp/chpass.XXXXXX" macro
|
| /netbsd-src/usr.bin/msgs/ |
| H A D | pathnames.h | 37 #undef _PATH_TMP 38 #define _PATH_TMP "/tmp/msgXXXXXX" macro
|
| /netbsd-src/usr.bin/make/ |
| H A D | pathnames.h | 51 #ifndef _PATH_TMP 52 #define _PATH_TMP "/tmp/" /* with trailing slash */ macro
|
| /netbsd-src/external/bsd/nvi/usr.bin/nvi/ |
| H A D | pathnames.h | 43 #ifndef _PATH_TMP 44 #define _PATH_TMP "/tmp" macro
|
| /netbsd-src/external/bsd/cron/dist/ |
| H A D | pathnames.h | 109 #ifndef _PATH_TMP 110 # define _PATH_TMP "/tmp" macro
|
| H A D | crontab.c | 397 if (!glue_strings(Filename, sizeof Filename, _PATH_TMP, in edit_cmd() 475 if (chdir(_PATH_TMP) < 0) { in edit_cmd() 476 err(ERROR_EXIT, "cannot chdir to `%s'", _PATH_TMP); in edit_cmd()
|
| /netbsd-src/external/bsd/nvi/dist/dist/ |
| H A D | pathnames.h.in | 43 #ifndef _PATH_TMP 44 #define _PATH_TMP "/tmp" macro
|
| /netbsd-src/usr.bin/rdist/ |
| H A D | main.c | 62 char tempfile[sizeof _PATH_TMP + sizeof _RDIST_TMP + 1]; 104 strlcpy(tempfile, _PATH_TMP, sizeof(tempfile)); in main()
|
| /netbsd-src/usr.sbin/edquota/ |
| H A D | pathnames.h | 35 #define _PATH_TMPFILE _PATH_TMP "EdP.aXXXXX"
|
| /netbsd-src/usr.sbin/catman/ |
| H A D | pathnames.h | 36 #define _PATH_TMP "/tmp/man.XXXXXX" macro
|
| /netbsd-src/usr.bin/mail/ |
| H A D | temp.c | 63 cp = _PATH_TMP; in tinit()
|
| /netbsd-src/include/ |
| H A D | paths.h | 112 #define _PATH_TMP "/tmp/" macro
|
| /netbsd-src/games/larn/ |
| H A D | bill.c | 134 snprintf(fname, sizeof(fname), "%slarnmail.XXXXXX", _PATH_TMP); in mailbill()
|
| /netbsd-src/lib/libc/db/db/ |
| H A D | dbfile.c | 93 envtmp ? envtmp : _PATH_TMP, prefix); in __dbtemp()
|
| /netbsd-src/usr.bin/mktemp/ |
| H A D | mktemp.c | 110 (void)asprintf(&name, "%s%s.XXXXXXXX", _PATH_TMP, in main()
|
| /netbsd-src/usr.bin/rwall/ |
| H A D | rwall.c | 164 (void)snprintf(tmpname, sizeof(tmpname), "%s/wall.XXXXXX", _PATH_TMP); in makemsg()
|
| /netbsd-src/tests/include/ |
| H A D | t_paths.c | 107 { _PATH_TMP, PATH_DIR },
|
| /netbsd-src/sys/arch/x68k/stand/installboot/ |
| H A D | installboot.c | 57 char template[] = _PATH_TMP "/installbootXXXXXX";
|
| /netbsd-src/sbin/restore/ |
| H A D | main.c | 105 tmpdir = _PATH_TMP; in main()
|
| /netbsd-src/bin/ed/ |
| H A D | buf.c | 217 tmp = _PATH_TMP; in open_sbuf()
|
| /netbsd-src/usr.bin/wall/ |
| H A D | wall.c | 233 (void)snprintf(tmpname, sizeof tmpname, "%s/wall.XXXXXX", _PATH_TMP); in makemsg()
|
| /netbsd-src/usr.bin/sort/ |
| H A D | sort.c | 154 tmpdir = _PATH_TMP; in main()
|
| /netbsd-src/usr.bin/last/ |
| H A D | want.c | 107 if (asprintf(&tfile, "%s/last.XXXXXX", dir ? dir : _PATH_TMP) == -1) in wtmp()
|