Searched refs:tfn (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dtag.h20 char tfn[20]; member in struct:tag_files
H A Dtag.c89 (void)strlcpy(tag_files.tfn, "/tmp/man.XXXXXXXXXX",
90 sizeof(tag_files.tfn));
93 if ((tag_files.tfd = mkstemp(tag_files.tfn)) == -1)
116 *tag_files.tfn = '\0';
232 if (*tag_files.tfn != '\0')
233 unlink(tag_files.tfn);
H A Dmandocdb.c2122 char tfn[32]; local
2157 (void)strlcpy(tfn, "/tmp/mandocdb.XXXXXXXX", sizeof(tfn));
2158 if (mkdtemp(tfn) == NULL) {
2160 say("", "&%s", tfn);
2164 (void)strlcat(tfn, "/" MANDOC_DB, sizeof(tfn));
2165 if (dba_write(tfn, dba) == -1) {
2167 say(tfn, "&dba_write");
2177 execlp("cmp", "cmp", "-s", tfn, MANDOC_D
[all...]
H A Dmain.c1149 argv[argc++] = tag_files->tfn;
/freebsd-11-stable/usr.bin/chpass/
H A Dedit.c68 static int display(const char *tfn, struct passwd *pw);
69 static struct passwd *verify(const char *tfn, struct passwd *pw);
72 edit(const char *tfn, struct passwd *pw) argument
78 if (display(tfn, pw) == -1)
89 if ((npw = verify(tfn, pw)) != NULL)
109 display(const char *tfn, struct passwd *pw) argument
114 if ((fp = fopen(tfn, "w")) == NULL) {
115 warn("%s", tfn);
199 verify(const char *tfn, struct passwd *pw) argument
211 if ((fp = fopen(tfn, "
[all...]
/freebsd-11-stable/tools/tools/ansify/
H A Dansify.pl119 my $tfn = "$fn.ansify";
124 if (open(OUT, ">", $tfn)) {
126 if (!rename($tfn, $fn)) {
128 unlink($tfn);
/freebsd-11-stable/stand/libsa/
H A Dpkgfs.c139 struct tarfile *tf, *tfn; local
147 tfn = tf->tf_next;
151 tf = tfn;

Completed in 167 milliseconds