Home
last modified time | relevance | path

Searched refs:fcode (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/vi/port/
H A Dprintf.c68 unsigned char fcode; in viprintf() local
172 switch (fcode = *fmt++) { in viprintf()
192 fcode = 'o'; in viprintf()
201 if (fcode=='o') { in viprintf()
221 if (fcode=='o') { in viprintf()
228 putchar(fcode); in viprintf()
232 *--bptr = fcode; in viprintf()
241 fcode = fcode + 'a' - 'A'; in viprintf()
250 if (fcode=='u') in viprintf()
269 ptr = bptr = &fcode; in viprintf()
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c116 char fcode; in _print() local
311 switch (fcode = *cp++) { in _print()
352 } else if (fcode == 'd') { in _print()
359 if (fcode == 'd' || fcode == 'D') { in _print()
385 if (fcode == 'X') { in _print()
405 switch (fcode) { in _print()
495 *--suffix = isupper(fcode) ? 'E' : 'e'; in _print()
630 fcode = 't'; /* Fake the rest of code. */ in _print()
700 p = bp = &fcode; in _print()
705 if (fcode != '\0') { in _print()
[all …]
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c178 int fcode; in _doprnt() local
279 if ((fcode = *format) != '\0' && fcode != '%') { in _doprnt()
283 } while ((fcode = *format) != '\0' && fcode != '%'); in _doprnt()
323 switch (fcode = *format++) { in _doprnt()
418 int num = fcode - '0'; in _doprnt()
419 while (isdigit(fcode = *format)) { in _doprnt()
420 num = num * 10 + fcode - '0'; in _doprnt()
655 switch (fcode) { in _doprnt()
706 if (fcode == 'E') { in _doprnt()
903 if (fcode == 'G') { in _doprnt()
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c122 uint32_t fcode; member
561 uint32_t fcode; in bsd_compress() local
743 if (dictp->f.fcode == fcode) { in bsd_compress()
778 } while (dictp->f.fcode != fcode); in bsd_compress()
818 dictp->f.fcode = fcode; in bsd_compress()
905 uint32_t fcode; in bsd_incomp() local
978 if (dictp->f.fcode == fcode) { in bsd_incomp()
1006 } while (dictp->f.fcode != fcode); in bsd_incomp()
1039 dictp->f.fcode = fcode; in bsd_incomp()
1391 uint32_t fcode; in bsd_decompress() local
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c108 u_int32_t fcode; member
439 u_int32_t fcode; local
464 fcode = BSD_KEY(ent, c);
471 if (dictp->f.fcode == fcode) {
485 } while (dictp->f.fcode != fcode);
507 dictp->f.fcode = fcode;
693 u_int32_t fcode; local
696 fcode = BSD_KEY(oldcode,finchar);
721 dictp->f.fcode = fcode;
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed0.c36 FILE *fcode[NWFILES]; variable
98 fcode[0] = stdout; in main()
498 rep->r1.fcode = fcode[i]; in fcomp()
510 if((rep->r1.fcode = fopen(fname[nfiles], "w")) == NULL) { in fcomp()
515 fcode[nfiles++] = rep->r1.fcode; in fcomp()
527 rep->r1.fcode = fcode[i]; in fcomp()
539 if((rep->r1.fcode = fopen(fname[nfiles], "w")) == NULL) { in fcomp()
544 fcode[nfiles++] = rep->r1.fcode; in fcomp()
H A Dsed.h110 FILE *fcode; member
122 FILE *fcode; member
H A Dsed1.c563 if(i && ipc->r1.fcode) in command()
575 (void) fprintf(ipc->r1.fcode, "%s\n", linebuf); in command()
576 (void) fflush(ipc->r1.fcode); in command()
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c475 wchar_t fcode; in _wndoprnt() local
478 char fcode; in _wndoprnt() local
663 if ((fcode = *format) != '\0' && fcode != '%') { in _wndoprnt()
671 } while ((fcode = *format) != '\0' && fcode != '%'); in _wndoprnt()
724 switch (fcode = *format++) { in _wndoprnt()
840 num = fcode - '0'; in _wndoprnt()
1259 switch (fcode) { in _wndoprnt()
1354 if (fcode == 'A') { in _wndoprnt()
1544 if (fcode == 'f') in _wndoprnt()
1654 buf[0] = fcode; in _wndoprnt()
[all …]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_ioctl.c43 uint32_t fcode; member
88 uint32_t fcode; in smb_nt_transact_ioctl() local
94 &fcode, &sr->smb_fid, &is_fsctl, &is_flags) != 0) { in smb_nt_transact_ioctl()
105 if (ioctl_ret_tbl[i].fcode == fcode) { in smb_nt_transact_ioctl()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dconvutf8.c52 static char *ldaptool_convert( const char *src, const char *fcode,
65 ldaptool_convert( const char *src, const char *fcode, in ldaptool_convert() argument
75 if (fcode == NULL || tcode == NULL) in ldaptool_convert()
78 if (strcasecmp(fcode, tcode) == 0) in ldaptool_convert()
81 if ((cd = iconv_open(tcode, fcode)) == (iconv_t)-1) { in ldaptool_convert()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_headers.h48 #define FATAL(msg, fcode) \ argument
51 __nisdb_get_tsd()->fatalcode = (int)(fcode); \
55 #define FATAL3(msg, fcode, retval) \ argument
58 __nisdb_get_tsd()->fatalcode = (int)(fcode); \
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h455 void *fcode; /* fcode kernel address */ member
494 void *fcode, size_t fcode_size, char *unit_address, void *bus_args);
498 void *fcode, size_t fcode_size, char *unit_address,
503 void *fcode, size_t fcode_size, char *unit_address,
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c972 long fcode; in compress() local
1015 for (fcode = (long)hsize; fcode < 65536L; fcode *= 2L) in compress()
1028 fcode = (long)(((long)c << maxbits_reg) + ent); in compress()
1034 if (htabof(i) == fcode) { in compress()
1059 if (htabof(i) == fcode) { in compress()
1076 htabof(i) = fcode; in compress()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c1339 struct bpf_insn *fcode; in pfp_setsocket_sockopt() local
1367 fcode = kmem_alloc(size, KM_SLEEP); in pfp_setsocket_sockopt()
1368 if (ddi_copyin(prog.bf_insns, fcode, size, 0) != 0) { in pfp_setsocket_sockopt()
1369 kmem_free(fcode, size); in pfp_setsocket_sockopt()
1373 if (bpf_validate(fcode, (int)prog.bf_len)) { in pfp_setsocket_sockopt()
1376 ps->ps_bpf.bf_insns = fcode; in pfp_setsocket_sockopt()
1382 kmem_free(fcode, size); in pfp_setsocket_sockopt()
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c183 void *fcode, size_t fcode_size, char *unit_address, in pci_fc_ops_alloc_handle() argument
191 rp->next_handle = fc_ops_alloc_handle(ap, child, fcode, fcode_size, in pci_fc_ops_alloc_handle()
195 rp->fcode = fcode; in pci_fc_ops_alloc_handle()
1091 char *name, *fcode; in pfc_get_fcode() local
1113 fcode = kmem_zalloc(fcode_len, KM_SLEEP); in pfc_get_fcode()
1115 if ((status = prom_get_fcode(name, fcode)) != 0) { in pfc_get_fcode()
1117 if (copyout((void *)fcode, (void *)fcode_virt, in pfc_get_fcode()
1125 kmem_free(fcode, fcode_len); in pfc_get_fcode()
H A Dfc_ops.c103 void *fcode, size_t fcode_size, char *unit_address, void *bus_args) in fc_ops_alloc_handle() argument
112 rp->fcode = fcode; in fc_ops_alloc_handle()
H A Dfcode.c874 if (copyout(rp->fcode, fcode_info.fcode_ptr, rp->fcode_size) == -1) { in fc_get_fcode()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1146 void *fcode, size_t fcode_size, char *unit_address, in opl_fc_ops_alloc_handle() argument
1154 rp->next_handle = fc_ops_alloc_handle(parent, child, fcode, fcode_size, in opl_fc_ops_alloc_handle()
1158 rp->fcode = fcode; in opl_fc_ops_alloc_handle()
1807 char *dropin_name, *fcode; in opl_get_fcode() local
1834 fcode = kmem_zalloc(fcode_len, KM_SLEEP); in opl_get_fcode()
1836 if ((status = prom_get_fcode(dropin_name, fcode)) != 0) { in opl_get_fcode()
1838 if (copyout((void *)fcode, (void *)fcode_virt, in opl_get_fcode()
1846 kmem_free(fcode, fcode_len); in opl_get_fcode()
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c1260 struct bpf_insn *fcode, *old; in bpf_setf() local
1283 fcode = kmem_alloc(size, KM_SLEEP); in bpf_setf()
1284 if (copyin(fp->bf_insns, fcode, size) != 0) in bpf_setf()
1287 if (bpf_validate(fcode, (int)flen)) { in bpf_setf()
1291 d->bd_filter = fcode; in bpf_setf()
1300 kmem_free(fcode, size); in bpf_setf()
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal_linkapp.h285 uchar_t fcode[MAX_FCODE_SIZE]; member
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c1220 char fcode; local
1262 fcode = *p;
1277 switch (fcode)
1312 m->mf_name, fcode);
1410 char fcode; local
1426 fcode = *p;
1442 switch (fcode)
1463 m->mf_name, fcode);
1465 m->mf_name, fcode);
1473 m->mf_name, fcode,
H A Dreadcf.c1205 char fcode; local
1241 fcode = *p;
1256 switch (fcode)
1284 if (fcode == 'S')
1295 if (fcode == 'S')
1487 m->m_name, fcode);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DTransact.java831 String fcode = (fun == 0 ? "???":Integer.toString(fun)); in internalize()
843 ex, fcode, addr, ex.getMessage()}); in internalize()
/illumos-gate/exception_lists/
H A Dcheck_rtime122 UNUSED_RPATH \$ORIGIN.*\ from\ .*fcode.so

12