| /openbsd-src/include/ |
| H A D | paths.h | 74 #define _PATH_TMP "/tmp/" macro
|
| /openbsd-src/lib/libc/stdio/ |
| H A D | tmpfile.c | 48 char buf[] = _PATH_TMP "tmp.XXXXXXXXXX"; in tmpfile()
|
| H A D | tempnam.c | 86 f = _PATH_TMP; in tempnam()
|
| /openbsd-src/usr.bin/mail/ |
| H A D | temp.c | 50 tmpdir = _PATH_TMP; in tinit()
|
| /openbsd-src/regress/sys/kern/flock/ |
| H A D | util.c | 93 p = _PATH_TMP; in tmpdir()
|
| /openbsd-src/usr.bin/rwall/ |
| H A D | rwall.c | 114 snprintf(tmpname, sizeof(tmpname), "%s/wall.XXXXXXXXXX", _PATH_TMP); in makemsg()
|
| /openbsd-src/usr.bin/mktemp/ |
| H A D | mktemp.c | 38 char *base, *cp, *template, *tempfile, *prefix = _PATH_TMP; in main()
|
| /openbsd-src/usr.sbin/cron/ |
| H A D | crontab.c | 289 _PATH_TMP) >= sizeof(Filename)) { in edit_cmd() 290 warnc(ENAMETOOLONG, "%scrontab.XXXXXXXXXX", _PATH_TMP); in edit_cmd()
|
| /openbsd-src/bin/pax/ |
| H A D | pax.c | 243 tmpdir = _PATH_TMP; in main()
|
| /openbsd-src/sbin/restore/ |
| H A D | main.c | 87 tmpdir = _PATH_TMP; in main()
|
| /openbsd-src/usr.bin/wall/ |
| H A D | wall.c | 188 snprintf(tmpname, sizeof(tmpname), "%s/wall.XXXXXXXXXX", _PATH_TMP); in makemsg()
|
| /openbsd-src/usr.bin/rdist/ |
| H A D | message.c | 455 cp = _PATH_TMP; in msgsendnotify()
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | popup.c | 782 char path[] = _PATH_TMP "tmux.XXXXXXXX"; in popup_editor() 814 NULL, px, py, sx, sy, NULL, cmd, 0, NULL, _PATH_TMP, NULL, c, NULL, in popup_editor()
|
| H A D | tmux.h | 79 #define TMUX_SOCK "$TMUX_TMPDIR:" _PATH_TMP
|
| /openbsd-src/usr.bin/sendbug/ |
| H A D | sendbug.c | 59 const char *tmpdir = _PATH_TMP;
|
| /openbsd-src/usr.bin/sdiff/ |
| H A D | sdiff.c | 259 tmpdir = _PATH_TMP; in main()
|
| /openbsd-src/sbin/newfs/ |
| H A D | newfs.c | 796 const char *tmp = _PATH_TMP; in gettmpmnt()
|
| /openbsd-src/usr.sbin/lpd/ |
| H A D | engine_lpr.c | 372 if (strlcpy(path, _PATH_TMP "lpd.XXXXXXXXXX", sizeof(path)) >= in lpr_mkstemp()
|
| /openbsd-src/usr.bin/patch/ |
| H A D | patch.c | 172 tmpdir = _PATH_TMP; in main()
|
| /openbsd-src/usr.bin/ftp/ |
| H A D | util.c | 394 cp = _PATH_TMP; in remglob2()
|
| /openbsd-src/usr.bin/diff/ |
| H A D | diffreg.c | 462 (void)strlcpy(tempfile, _PATH_TMP "/diff.XXXXXXXX", sizeof(tempfile)); in opentemp()
|