Home
last modified time | relevance | path

Searched refs:fo (Results 1 – 25 of 27) sorted by relevance

12

/titanic_41/usr/src/cmd/refer/
H A Drefer6.c38 fprintf(fo, ".]-%c", sep); in putref()
45 fprintf(fo, "..%c", sep); in putref()
70 fprintf(fo, "%s%c", tx, sep); in putref()
72 fprintf(fo, ".as [%c \" %s%c", in putref()
91 fprintf(fo, ".de [%c%c%s%c", in putref()
94 fprintf(fo, ".ds [%c%s%c", in putref()
98 fprintf(fo, ".as [A \""); in putref()
100 fprintf(fo, ","); in putref()
102 fprintf(fo, "%s", in putref()
105 fprintf(fo, "%s%c", tx, sep); in putref()
[all …]
H A Drefer5.c147 if (fo == fhide) { in putsig()
151 fo = ftemp; in putsig()
153 putc(ch, fo); in putsig()
169 if (fo == ftemp) { /* hide if need be */ in putsig()
179 fo = fhide; in putsig()
185 fprintf(fo, ".ds [F %s%c", t, sep); in putsig()
242 fprintf(fo, ".\\\""); in putkey()
244 fprintf(fo, "%s%c%c", labtab[nref], labc[nref], sep); in putkey()
257 fprintf(fo, "%s%c", sf, '-'); in putkey()
260 fprintf(fo, "%c%d%c%c", FLAG, nref, FLAG, sep); in putkey()
H A Drefer1.c126 fo = fopen(tfile, "w"); in main()
127 if (fo == NULL) { in main()
128 fo = ftemp; in main()
133 fo = ftemp; in main()
159 if (endpush && fo != NULL) in main()
H A Drefer7.c55 fclose(fo); in dumpold()
56 fo = NULL; in dumpold()
H A Drefer0.c21 FILE *fo = stdout; variable
H A Drefer..c52 extern FILE *fo, *ftemp;
H A Drefer2.c172 fprintf(fo, "%s%c%s", convert+1, sep, line+3); in doref()
/titanic_41/usr/src/cmd/mailx/
H A Dsend.c49 static void fmt(register char *str, register FILE *fo);
652 puthead(struct header *hp, FILE *fo, int w, long clen) in puthead() argument
658 fprintf(fo, "To: "), fmt(hp->h_to, fo), gotcha++; in puthead()
661 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++; in puthead()
664 fprintf(fo, "Subject: %s\n", sflag), gotcha++; in puthead()
666 fprintf(fo, "Cc: "), fmt(hp->h_cc, fo), gotcha++; in puthead()
668 fprintf(fo, "Bcc: "), fmt(hp->h_bcc, fo), gotcha++; in puthead()
671 fprintf(fo, "Return-Receipt-To: %s\n", in puthead()
674 fprintf(fo, "Default-Options: %s\n", hp->h_defopt), gotcha++; in puthead()
677 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++; in puthead()
[all …]
H A Dnames.c201 outof(struct name *names, FILE *fo) in outof() argument
256 rewind(fo); in outof()
260 while ((c = getc(fo)) != EOF) in outof()
262 rewind(fo); in outof()
H A Dcollect.c795 lcwrite(char *fn, FILE *fi, FILE *fo, int addnl) in lcwrite() argument
805 if (putc(c, fo) == '\n') in lcwrite()
807 if (ferror(fo)) { in lcwrite()
813 putc('\n', fo); in lcwrite()
817 fflush(fo); in lcwrite()
818 if (fferror(fo)) { in lcwrite()
/titanic_41/usr/src/lib/libcmdutils/common/
H A Dwritefile.c44 writefile(int fi, int fo, char *infile, char *outfile, char *asfile, in writefile() argument
122 nbytes = write(fo, cp, mapsize); in writefile()
131 nbytes = write(fo, in writefile()
139 (void) close(fo); in writefile()
163 (void) close(fo); in writefile()
183 (void) close(fo); in writefile()
203 (void) close(fo); in writefile()
211 } else if (write(fo, buf, n) != n) { in writefile()
213 (void) close(fo); in writefile()
/titanic_41/usr/src/cmd/bnu/
H A Dshio.c48 shio(cmd, fi, fo, fe) in shio() argument
49 char *cmd, *fi, *fo, *fe; in shio()
56 if (fo == NULL)
57 fo = "/dev/null";
73 if (creat(fo, PUB_FILEMODE) != 1)
/titanic_41/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c214 unsigned long fo, va, value; in __fex_sym() local
255 fo = (a - (char*)lpm->pr_vaddr) + lpm->pr_offset; in __fex_sym()
260 if (ph[i].p_type == PT_LOAD && fo >= ph[i].p_offset && in __fex_sym()
261 fo < ph[i].p_offset + ph[i].p_filesz) in __fex_sym()
268 va = (fo - ph[i].p_offset) + ph[i].p_vaddr; in __fex_sym()
304 fo = (value - ph[i].p_vaddr) + ph[i].p_offset; in __fex_sym()
305 return (char*)lpm->pr_vaddr + (fo - lpm->pr_offset); in __fex_sym()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.utf8probefunc.ksh.out1 in foø
2 probefunc: foø
/titanic_41/usr/src/cmd/logadm/
H A Dmain.c1105 int fi, fo; in docopytruncate() local
1136 if ((fo = open(file_copy, O_CREAT|O_TRUNC|O_WRONLY, s.st_mode)) < 0) { in docopytruncate()
1142 (void) fchown(fo, s.st_uid, s.st_gid); in docopytruncate()
1166 (void) close(fo); in docopytruncate()
1180 (void) ftruncate(fo, 0); in docopytruncate()
1181 (void) lseek(fo, 0, SEEK_SET); in docopytruncate()
1201 if (write(fo, buf, len) == len) { in docopytruncate()
1209 (void) close(fo); in docopytruncate()
1224 if (write(fo, buf, len) != len) { in docopytruncate()
1229 (void) close(fo); in docopytruncate()
[all …]
/titanic_41/usr/src/lib/libast/common/port/
H A Dlc.tab59 fo faeroese
200 fo faroe-islands fo
/titanic_41/usr/src/cmd/mailx/hdr/
H A Ddef.h513 extern void lcwrite(char *fn, FILE *fi, FILE *fo, int addnl);
541 extern int outof(struct name *names, FILE *fo);
550 extern int puthead(struct header *hp, FILE *fo, int w, long clen);
/titanic_41/usr/src/cmd/mv/
H A Dmv.c521 int fi, fo; in cpymve() local
805 fo = creat(target, s1.st_mode & MODEBITS); in cpymve()
806 if (fo < 0) { in cpymve()
813 fo = creat(target, in cpymve()
817 if (fo < 0) { in cpymve()
875 if (writefile(fi, fo, source, target, NULL, in cpymve()
881 if (close(fo) < 0) { in cpymve()
/titanic_41/usr/src/tools/cscope-fast/
H A Dglobal.h187 int egrep(char *f, FILE *o, char *fo);
H A Dcgrep.c1641 egrep(char *f, FILE *o, char *fo) in egrep() argument
1649 format = fo; in egrep()
/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c3797 struct scsi_failover_ops *fo; in vhci_update_pathstates() local
3823 fo = vlun->svl_fops; in vhci_update_pathstates()
3828 if (fo->sfo_path_get_opinfo(psd, &opinfo, in vhci_update_pathstates()
4362 struct scsi_failover_ops *fo; in vhci_pathinfo_state_change() local
4376 fo = vlun->svl_fops; in vhci_pathinfo_state_change()
4377 (void) fo->sfo_pathclass_next( in vhci_pathinfo_state_change()
4723 struct scsi_failover_ops *fo, in vhci_update_pathinfo() argument
4733 if (fo->sfo_path_get_opinfo(psd, &opinfo, vlun->svl_fops_ctpriv) != 0) { in vhci_update_pathinfo()
4825 (void) fo->sfo_pathclass_next(NULL, &best_pclass, in vhci_update_pathinfo()
4905 (void) fo->sfo_pathclass_next(NULL, &best_pclass, in vhci_update_pathinfo()
[all …]
/titanic_41/usr/src/lib/libast/common/comp/
H A Diconv.c1402 size_t fo; in _ast_iconv_move() local
1417 fn = fo = sfvalue(ip); in _ast_iconv_move()
1450 if (fn == fo) in _ast_iconv_move()
/titanic_41/usr/src/cmd/make/bin/
H A Dsvr4.make.rules.file108 -rm -f $*.[fo]
/titanic_41/usr/src/cmd/mandoc/
H A Dchars.in77 CHAR("fo", "<", 8249)
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t633 [ 0, 1, {}, "rctl15:213::::task.max-lwps=(priv,1000,deny,signal=1fo)" ],

12