/illumos-gate/usr/src/cmd/refer/ |
H A D | refer6.c | 36 fprintf(fo, ".]-%c", sep); in putref() 43 fprintf(fo, "..%c", sep); in putref() 68 fprintf(fo, "%s%c", tx, sep); in putref() 70 fprintf(fo, ".as [%c \" %s%c", in putref() 89 fprintf(fo, ".de [%c%c%s%c", in putref() 92 fprintf(fo, ".ds [%c%s%c", in putref() 96 fprintf(fo, ".as [A \""); in putref() 98 fprintf(fo, ","); in putref() 100 fprintf(fo, "%s", in putref() 103 fprintf(fo, "%s%c", tx, sep); in putref() [all …]
|
H A D | refer5.c | 145 if (fo == fhide) { in putsig() 149 fo = ftemp; in putsig() 151 putc(ch, fo); in putsig() 167 if (fo == ftemp) { /* hide if need be */ in putsig() 177 fo = fhide; in putsig() 183 fprintf(fo, ".ds [F %s%c", t, sep); in putsig() 240 fprintf(fo, ".\\\""); in putkey() 242 fprintf(fo, "%s%c%c", labtab[nref], labc[nref], sep); in putkey() 255 fprintf(fo, "%s%c", sf, '-'); in putkey() 258 fprintf(fo, "%c%d%c%c", FLAG, nref, FLAG, sep); in putkey()
|
H A D | refer1.c | 124 fo = fopen(tfile, "w"); in main() 125 if (fo == NULL) { in main() 126 fo = ftemp; in main() 131 fo = ftemp; in main() 157 if (endpush && fo != NULL) in main()
|
H A D | refer7.c | 53 fclose(fo); in dumpold() 54 fo = NULL; in dumpold()
|
H A D | refer0.c | 19 FILE *fo = stdout; variable
|
H A D | refer..c | 50 extern FILE *fo, *ftemp;
|
H A D | refer2.c | 172 fprintf(fo, "%s%c%s", convert+1, sep, line+3); in doref()
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | send.c | 50 static void fmt(register char *str, register FILE *fo); 653 puthead(struct header *hp, FILE *fo, int w, long clen) in puthead() argument 659 fprintf(fo, "To: "), fmt(hp->h_to, fo), gotcha++; in puthead() 662 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++; in puthead() 665 fprintf(fo, "Subject: %s\n", sflag), gotcha++; in puthead() 667 fprintf(fo, "Cc: "), fmt(hp->h_cc, fo), gotcha++; in puthead() 669 fprintf(fo, "Bcc: "), fmt(hp->h_bcc, fo), gotcha++; in puthead() 672 fprintf(fo, "Return-Receipt-To: %s\n", in puthead() 675 fprintf(fo, "Default-Options: %s\n", hp->h_defopt), gotcha++; in puthead() 678 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++; in puthead() [all …]
|
H A D | names.c | 202 outof(struct name *names, FILE *fo) in outof() argument 257 rewind(fo); in outof() 261 while ((c = getc(fo)) != EOF) in outof() 263 rewind(fo); in outof()
|
H A D | collect.c | 795 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()
|
/illumos-gate/usr/src/test/os-tests/tests/portfs/ |
H A D | file_assoc.c | 100 struct file_obj fo; in fa_run_test() local 118 bzero(&fo, sizeof (fo)); in fa_run_test() 125 bzero(&fo, sizeof (fo)); in fa_run_test() 126 fo.fo_atime = st.st_atim; in fa_run_test() 127 fo.fo_mtime = st.st_mtim; in fa_run_test() 128 fo.fo_ctime = st.st_ctim; in fa_run_test() 129 fo.fo_name = fa_path; in fa_run_test() 133 (uintptr_t)&fo, FILE_MODIFIED, (void *)fa_user) < in fa_run_test() 141 (uintptr_t)&fo) != 0) { in fa_run_test()
|
/illumos-gate/usr/src/lib/libcmdutils/common/ |
H A D | writefile.c | 44 writefile(int fi, int fo, const char *infile, const char *outfile, 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()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | shio.c | 45 shio(cmd, fi, fo, fe) in shio() argument 46 char *cmd, *fi, *fo, *fe; in shio() 53 if (fo == NULL) 54 fo = "/dev/null"; 70 if (creat(fo, PUB_FILEMODE) != 1)
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 214 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()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.utf8probefunc.ksh.out | 1 in foø 2 probefunc: foø
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | main.c | 1133 int fi, fo; in docopytruncate() local 1164 if ((fo = open(file_copy, O_CREAT|O_TRUNC|O_WRONLY, s.st_mode)) < 0) { in docopytruncate() 1170 (void) fchown(fo, s.st_uid, s.st_gid); in docopytruncate() 1194 (void) close(fo); in docopytruncate() 1208 (void) ftruncate(fo, 0); in docopytruncate() 1209 (void) lseek(fo, 0, SEEK_SET); in docopytruncate() 1229 if (write(fo, buf, len) == len) { in docopytruncate() 1237 (void) close(fo); in docopytruncate() 1252 if (write(fo, buf, len) != len) { in docopytruncate() 1257 (void) close(fo); in docopytruncate() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | iconv.c | 1344 char* fo = *fb; in _ast_iconv_write() local 1398 …)(NiL, disc, ERROR_SYSTEM|2, "incomplete multibyte sequence at offset %I*u", sizeof(fo), *fb - fo); in _ast_iconv_write() 1402 …orf)(NiL, disc, ERROR_SYSTEM|2, "invalid multibyte sequence at offset %I*u", sizeof(fo), *fb - fo); in _ast_iconv_write() 1446 size_t fo; in _ast_iconv_move() local 1475 if ((!(fb = (char*)sfreserve(ip, n, locked = SF_LOCKR)) || !(fo = sfvalue(ip))) && in _ast_iconv_move() 1476 (!(fb = (char*)sfreserve(ip, n, locked = 0)) || !(fo = sfvalue(ip)))) in _ast_iconv_move() 1479 fn = fo; in _ast_iconv_move() 1495 if (fe == ft + (fo - fn)) in _ast_iconv_move() 1499 … disc, ERROR_SYSTEM|2, "incomplete multibyte sequence at offset %I*u", sizeof(ft), ft + (fo - fn)); in _ast_iconv_move() 1506 …iL, disc, ERROR_SYSTEM|2, "invalid multibyte sequence at offset %I*u", sizeof(ft), ft + (fo - fn)); in _ast_iconv_move() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | lc.tab | 59 fo faeroese 200 fo faroe-islands fo
|
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 514 extern void lcwrite(char *fn, FILE *fi, FILE *fo, int addnl); 542 extern int outof(struct name *names, FILE *fo); 551 extern int puthead(struct header *hp, FILE *fo, int w, long clen);
|
/illumos-gate/usr/src/cmd/mv/ |
H A D | mv.c | 636 int fi, fo; in cpymve() local 923 fo = creat(target, s1.st_mode & MODEBITS); in cpymve() 924 if (fo < 0) { in cpymve() 931 fo = creat(target, in cpymve() 935 if (fo < 0) { in cpymve() 993 if (writefile(fi, fo, source, target, NULL, in cpymve() 999 if (close(fo) < 0) { in cpymve()
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | global.h | 187 int egrep(char *f, FILE *o, char *fo);
|
H A D | cgrep.c | 1636 egrep(char *f, FILE *o, char *fo) in egrep() argument 1644 format = fo; in egrep()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 3800 struct scsi_failover_ops *fo; in vhci_update_pathstates() local 3829 fo = vlun->svl_fops; in vhci_update_pathstates() 3834 if (fo->sfo_path_get_opinfo(psd, &opinfo, in vhci_update_pathstates() 4369 struct scsi_failover_ops *fo; in vhci_pathinfo_state_change() local 4383 fo = vlun->svl_fops; in vhci_pathinfo_state_change() 4384 (void) fo->sfo_pathclass_next( in vhci_pathinfo_state_change() 4730 struct scsi_failover_ops *fo, scsi_vhci_lun_t *vlun, in vhci_update_pathinfo() argument 4739 if (fo->sfo_path_get_opinfo(psd, &opinfo, vlun->svl_fops_ctpriv) != 0) { in vhci_update_pathinfo() 4832 (void) fo->sfo_pathclass_next(NULL, &best_pclass, in vhci_update_pathinfo() 4912 (void) fo->sfo_pathclass_next(NULL, &best_pclass, in vhci_update_pathinfo() [all …]
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | svr4.make.rules.file | 108 -rm -f $*.[fo]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | funstack.in | 144 … {${}^{\sc TM}$} " # "\hyphenation{ al-pha-mer-ic Balz-er Blom-quist Bo-ta-fo-go Bran-din Brans-co…
|