Searched refs:ofn (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | term_tag.c | 89 (void)snprintf(tag_files.ofn, sizeof(tag_files.ofn), in term_tag_init() 91 if ((ofd = mkstemps(tag_files.ofn, strlen(suffix))) == -1) { in term_tag_init() 93 "%s: %s", tag_files.ofn, strerror(errno)); in term_tag_init() 97 (void)strlcpy(tag_files.ofn, outfilename, in term_tag_init() 98 sizeof(tag_files.ofn)); in term_tag_init() 164 len, cp, tag_files.ofn, line); in term_tag_write() 204 if (strncmp(tag_files.ofn, "/tmp/man.", 9) == 0) { in term_tag_unlink() 205 unlink(tag_files.ofn); in term_tag_unlink() 206 *tag_files.ofn = '\0'; in term_tag_unlink()
|
H A D | term_tag.h | 22 char ofn[80]; /* Output file name. */ member
|
H A D | main.c | 927 outst->tag_files->ofn, strerror(errno)); in process_onefile() 1337 outst->tag_files->ofn, tag_target); in spawn_pager() 1339 argv[argc] = outst->tag_files->ofn; in spawn_pager()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | pk1.c | 80 pkopen(ifn, ofn) in pkopen() argument 81 int ifn, ofn; in pkopen() 92 pk->p_ofn = ofn;
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.tab | 1609 |name match *.ofn Other Office Documents... application/x-ms-office
|