/titanic_52/usr/src/lib/libc/sparc/fp/ |
H A D | _Q_qtos.c | 42 float f; in _Q_qtos() member 69 __quad_fqtos(x, &u.f); in _Q_qtos() 76 return (u.f); in _Q_qtos() 80 return (u.f); in _Q_qtos() 89 __quad_fqtos(x, &u.f); in _Q_qtos() 95 return (u.f); in _Q_qtos() 103 return (u.f); in _Q_qtos() 109 __quad_fqtos(x, &u.f); in _Q_qtos() 115 return (u.f); in _Q_qtos() 158 __quad_fqtos(x, &u.f); in _Q_qtos() [all...] |
H A D | _Q_stoq.c | 54 float f; in _Qp_stoq() member 57 unsigned int m, f, fsr; in _Qp_stoq() local 60 u.f = x; in _Qp_stoq() 67 f = u.l & 0x7fffff; in _Qp_stoq() 69 f <<= 1; in _Qp_stoq() 71 } while ((f & 0x7f800000) == 0); in _Qp_stoq() 72 u.l = (u.l & 0x80000000) | f; in _Qp_stoq()
|
/titanic_52/usr/src/msg/ |
H A D | Makefile | 103 for f in $$d/*.po; \ 105 $(ECHO) '#'$(PO_LABEL)$$f >> $(ROOTMSGDIR)/$$d.po; \ 106 $(SED) -e '/^# msg/d' -e '/^domain/d' $$f >> \ 114 for f in $$d/*.msg; \ 116 x="`basename $$f`"; \ 118 $(CP) $$f $(ROOTMSGDIR); \ 127 for f in $$d/*.po; \ 129 $(ECHO) '#'$(PO_LABEL)$$f >> $(ROOTTIMEDIR)/$$d.po; \ 130 $(SED) -e '/^# msg/d' -e '/^domain/d' $$f >> \
|
/titanic_52/usr/src/lib/efcode/engine/ |
H A D | init.c | 40 safe_malloc(size_t n, char *f, int l) in safe_malloc() argument 59 log_message(MSG_ERROR, "%s:%d:Malloc(%llx) failed\n", f, l, in safe_malloc() 65 safe_realloc(void *p, size_t n, char *f, int l) in safe_realloc() argument 69 if ((newp = safe_malloc(n, f, l)) == NULL) { in safe_realloc() 70 log_message(MSG_ERROR, "%s:%d:realloc(%p, %x) failed\n", f, l, in safe_realloc() 72 safe_free(p, f, l); in safe_realloc() 77 safe_free(p, f, l); in safe_realloc() 83 safe_free(void *p, char *f, int l) in safe_free() argument 91 safe_strdup(char *s, char *f, int l) in safe_strdup() argument
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestFunctionLookup.java | 56 String f; in main() local 66 f = consumer.lookupKernelFunction(addr); in main() 69 f = consumer.lookupKernelFunction(addr); in main() 71 if (f.equals("genunix`cv_wakeup")) { in main() 72 System.out.println(f); in main() 94 String f; in main() local 100 f = consumer.lookupUserFunction(pid, addr); in main() 103 f = consumer.lookupUserFunction(pid, addr); in main() 105 System.out.println(f); in main()
|
/titanic_52/usr/src/lib/libipsecutil/common/ |
H A D | algs.c | 79 FPRINTF_ERR(fprintf(f, "%s%s\n", \ 86 FPRINTF_ERR(fprintf(f, "%s%s\n", \ 99 list_ints(FILE *f, int *floater) in list_ints() argument 105 if (fprintf(f, "%d", *floater) < 0) in list_ints() 108 if (fputc(',', f) == EOF) in list_ints() 113 if (fputc('0', f) == EOF) in list_ints() 147 pkg_section(FILE *f, char *pkg_name, boolean_t *doing_pkg, char *cur_pkg) in pkg_section() argument 186 FILE *f; in write_new_algfile() local 210 f = fdopen(fd, "w"); in write_new_algfile() 211 if (f in write_new_algfile() [all...] |
/titanic_52/usr/src/cmd/sendmail/aux/ |
H A D | mailcompat.c | 132 snprintf(command, sizeof (command), "/bin/mail -f %s -d %s", from, 211 ** f -- format. 221 usrerr(const char *f, ...) in usrerr() argument 225 va_start(alist, f); in usrerr() 227 (void) vfprintf(stderr, f, alist); in usrerr() 272 FILE *f; in AutoInstall() local 285 f = fopen(forward, "r"); in AutoInstall() 286 if (f) { in AutoInstall() 289 while (fgets(line, MAXLINE, f)) in AutoInstall() 291 fclose(f); in AutoInstall() [all...] |
/titanic_52/usr/src/cmd/localedef/ |
H A D | localedef.c | 107 close_category(FILE *f) in close_category() argument 109 if (fchmod(fileno(f), 0644) < 0) { in close_category() 110 (void) fclose(f); in close_category() 114 if (fclose(f) < 0) { in close_category() 169 putl_category(const char *s, FILE *f) in putl_category() argument 171 if (s && fputs(s, f) == EOF) { in putl_category() 172 (void) fclose(f); in putl_category() 177 if (fputc('\n', f) == EOF) { in putl_category() 178 (void) fclose(f); in putl_category() 187 wr_category(void *buf, size_t sz, FILE *f) in wr_category() argument [all...] |
H A D | messages.c | 74 FILE *f; in dump_messages() local 95 if ((f = open_category()) == NULL) { in dump_messages() 99 if ((putl_category(msgs.yesexpr, f) == EOF) || in dump_messages() 100 (putl_category(msgs.noexpr, f) == EOF) || in dump_messages() 101 (putl_category(msgs.yesstr, f) == EOF) || in dump_messages() 102 (putl_category(msgs.nostr, f) == EOF)) { in dump_messages() 105 close_category(f); in dump_messages()
|
/titanic_52/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu.c | 344 const char *f = "amd_iommu_open"; in amd_iommu_open() local 348 f, instance); in amd_iommu_open() 353 cmn_err(CE_WARN, "%s: invalid flags %d", f, flag); in amd_iommu_open() 358 cmn_err(CE_WARN, "%s: invalid otyp %d", f, otyp); in amd_iommu_open() 365 f, instance); in amd_iommu_open() 380 const char *f = "amd_iommu_close"; in amd_iommu_close() local 383 cmn_err(CE_WARN, "%s: invalid instance %d", f, instance); in amd_iommu_close() 388 cmn_err(CE_WARN, "%s: invalid flags %d", f, flag); in amd_iommu_close() 393 cmn_err(CE_WARN, "%s: invalid otyp %d", f, otyp); in amd_iommu_close() 400 f, instanc in amd_iommu_close() 416 const char *f = "amd_iommu_ioctl"; amd_iommu_ioctl() local 453 const char *f = "amd_iommu_quiesce"; amd_iommu_quiesce() local [all...] |
/titanic_52/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.ProbeData.ksh.out | 2 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 7 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 12 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 17 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 22 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 27 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 32 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 37 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 42 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 47 0 1 2 3 4 5 6 7 8 9 a b c d e f 012345678 [all...] |
/titanic_52/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_seq.c | 94 int f = CMD_NONE; in ap_seq_get() local 125 f = CMD_DISCONNECT; in ap_seq_get() 133 f = CMD_ASSIGN; in ap_seq_get() 137 f = CMD_ASSIGN; in ap_seq_get() 157 f = CMD_DISCONNECT; in ap_seq_get() 161 f = CMD_CONFIGURE; in ap_seq_get() 174 f = CMD_SUSPEND_CHECK; in ap_seq_get() 178 f = CMD_CONFIGURE; in ap_seq_get() 182 f = CMD_SUSPEND_CHECK; in ap_seq_get() 197 if (f in ap_seq_get() 213 DBG_RECOVER_MSG(f,l) global() argument [all...] |
/titanic_52/usr/src/cmd/logadm/ |
H A D | logadm-upgrade | 70 if [ ! -f ${LOGADM} ]; then 76 for f in ${files} 81 if [ ! -f ${f} ]; then 88 if [ ${f} = ${LOGADM} ]; then 96 perm=$(${LS} -l ${f} | ${AWK} '{printf("%s %s:%s", $1, $3, $4)}') 101 echo "Unexpected permission/ownership for ${f}" 103 echo " skipping ${f}" 110 ${GREP} -v '^#' ${f} | while read entry
|
/titanic_52/usr/src/lib/libm/common/m9x/ |
H A D | nearbyintf.c | 39 float f; in __nearbyintf() member 44 xx.f = x; in __nearbyintf() 69 return (xx.f); in __nearbyintf() 84 return (xx.f); in __nearbyintf() 104 float f; 110 xx.f = x; 116 return (x + 0.0f); 133 return (xx.f); 142 z = (x + yy.f) - yy.f; [all...] |
/titanic_52/usr/src/boot/lib/libstand/ |
H A D | dosfs.c | 238 DOS_FILE *f; in dos_open() local 265 if ((f = malloc(sizeof(DOS_FILE))) == NULL) { in dos_open() 270 bzero(f, sizeof(DOS_FILE)); in dos_open() 271 f->fs = fs; in dos_open() 273 f->de = *de; in dos_open() 274 fd->f_fsdata = (void *)f; in dos_open() 286 DOS_FILE *f = (DOS_FILE *)fd->f_fsdata; in dos_read() local 296 if ((size = fsize(f->fs, &f->de)) == -1) in dos_read() 298 if (nb > (n = size - f in dos_read() 345 DOS_FILE *f = (DOS_FILE *)fd->f_fsdata; dos_seek() local 378 DOS_FILE *f = (DOS_FILE *)fd->f_fsdata; dos_close() local 393 DOS_FILE *f = (DOS_FILE *)fd->f_fsdata; dos_stat() local [all...] |
/titanic_52/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | PlatformCommon.c | 81 mDNSlocal mDNSBool GetConfigOption(char *dst, const char *option, FILE *f) in GetConfigOption() argument 86 fseek(f, 0, SEEK_SET); // set position to beginning of stream in GetConfigOption() 87 while (fgets(buf, sizeof(buf), f)) // Read at most sizeof(buf)-1 bytes from file, and append '\0' C-string terminator in GetConfigOption() 106 FILE *f = fopen(filename, "r"); in ReadDDNSSettingsFromConfFile() local 112 if (f) in ReadDDNSSettingsFromConfFile() 114 if (DomainDiscoveryDisabled && GetConfigOption(buf, "DomainDiscoveryDisabled", f) && !strcasecmp(buf, "true")) *DomainDiscoveryDisabled = mDNStrue; in ReadDDNSSettingsFromConfFile() 115 if (hostname && GetConfigOption(buf, "hostname", f) && !MakeDomainNameFromDNSNameString(hostname, buf)) goto badf; in ReadDDNSSettingsFromConfFile() 116 if (domain && GetConfigOption(buf, "zone", f) && !MakeDomainNameFromDNSNameString(domain, buf)) goto badf; in ReadDDNSSettingsFromConfFile() 118 GetConfigOption(buf, "secret-64", f); // failure means no authentication in ReadDDNSSettingsFromConfFile() 119 fclose(f); in ReadDDNSSettingsFromConfFile() [all...] |
/titanic_52/usr/src/lib/libunistat/common/ |
H A D | spcs_s_u.c | 98 idx += p->idata[idx].f.sup_count + 1; in last_code_idx() 121 strcpy(msg, module_names[p->idata[idx].f.module]); in spcs_s_string() 123 sup = p->idata[idx].f.sup_count; in spcs_s_string() 125 if (p->idata[idx].f.module) in spcs_s_string() 135 SPCS_S_MSG[p->idata[idx].f.module] in spcs_s_string() 136 [p->idata[idx].f.code]); in spcs_s_string() 139 format = strerror(p->idata[idx].f.code); in spcs_s_string() 218 module_names[spcs_errno.f.module], in spcs_s_report() 220 SPCS_S_MSG[spcs_errno.f.module] in spcs_s_report() 221 [spcs_errno.f in spcs_s_report() [all...] |
/titanic_52/usr/src/cmd/eqn/eqnchar.d/ |
H A D | ascii | 13 |140 ` |141 a |142 b |143 c |144 d |145 e |146 f |147 g | 20 | 08 bs | 09 ht | 0a nl | 0b vt | 0c np | 0d cr | 0e so | 0f si | 22 | 18 can| 19 em | 1a sub| 1b esc| 1c fs | 1d gs | 1e rs | 1f us | 24 | 28 ( | 29 ) | 2a * | 2b + | 2c , | 2d - | 2e . | 2f / | 26 | 38 8 | 39 9 | 3a : | 3b ; | 3c < | 3d = | 3e > | 3f ? | 28 | 48 H | 49 I | 4a J | 4b K | 4c L | 4d M | 4e N | 4f O | 30 | 58 X | 59 Y | 5a Z | 5b [ | 5c \ | 5d ] | 5e ^ | 5f _ | 31 | 60 ` | 61 a | 62 b | 63 c | 64 d | 65 e | 66 f | 67 g | 32 | 68 h | 69 i | 6a j | 6b k | 6c l | 6d m | 6e n | 6f o | 34 | 78 x | 79 y | 7a z | 7b { | 7c | | 7d } | 7e ~ | 7f de [all...] |
/titanic_52/usr/src/cmd/ipf/tools/ |
H A D | ipfcomp.c | 154 frentry_t *f, **fpp; local 160 f = (frentry_t *)malloc(sizeof(*f)); 161 if (f == NULL) { 165 bcopy((char *)fr, (char *)f, sizeof(*fr)); 167 f->fr_ipf = (fripf_t *)malloc(sizeof(*f->fr_ipf)); 168 if (f->fr_ipf == NULL) { 172 bcopy((char *)fr->fr_ipf, (char *)f->fr_ipf, 176 f 301 frentry_t *f; global() local 451 frentry_t *f; global() local [all...] |
/titanic_52/usr/src/test/libc-tests/tests/common/ |
H A D | run_arch_tests.ksh | 43 for f in $(/usr/bin/isainfo) 46 [[ -n $debug ]] && print "Checking for arch $f:" 48 ${dir}/${prog}.${f} \ 49 ${dir}/${f}/${prog}.${f} \ 50 ${dir}/${f}/${prog} 54 if [[ -f $p ]]; then
|
/titanic_52/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmxduration.c | 42 Sfio_t* f; in tmxduration() local 53 if (*last && (f = sfstropen())) in tmxduration() 55 sfprintf(f, "exact %s", s); in tmxduration() 56 t = sfstruse(f); in tmxduration() 65 sfprintf(f, "p%s", s); in tmxduration() 66 t = sfstruse(f); in tmxduration() 74 sfstrclose(f); in tmxduration()
|
/titanic_52/usr/src/data/zoneinfo/ |
H A D | zonelint | 14 f=zone_sun.tab 17 if [[ ! -f "$f" ]]; then 37 ' $f | while read zone; do 38 if [ ! -f $proto/$zone ]; then 48 ' $f | while read line; do 58 ' $f | while read zone; do 59 if [ -f "$proto/$zone" ]; then 68 nawk '/^#/ { next } { print $1 }' $f > $of 71 rm -f [all...] |
/titanic_52/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_mbox.c | 82 static fn_t f = "sbdp_showbd_2_sbd_stat"; in sbdp_showbd_2_sbd_stat() local 84 SBDP_DBG_FUNC("%s\n", f); in sbdp_showbd_2_sbd_stat() 129 static fn_t f = "sbdp_get_board_status"; in sbdp_get_board_status() local 131 SBDP_DBG_FUNC("%s\n", f); in sbdp_get_board_status() 258 static fn_t f = "sbdp_assign_board"; in sbdp_assign_board() local 260 SBDP_DBG_FUNC("%s\n", f); in sbdp_assign_board() 309 static fn_t f = "sbdp_unassign_board"; in sbdp_unassign_board() local 311 SBDP_DBG_FUNC("%s\n", f); in sbdp_unassign_board() 350 static fn_t f = "sg_attach_board"; in sg_attach_board() local 352 SBDP_DBG_FUNC("%s\n", f); in sg_attach_board() 370 static fn_t f = "sg_detach_board"; sg_detach_board() local 401 static fn_t f = "sbdp_connect_board"; sbdp_connect_board() local 500 static fn_t f = "sbdp_disconnect_board"; sbdp_disconnect_board() local 583 static fn_t f = "sbdp_poweroff_board"; sbdp_poweroff_board() local 638 static fn_t f = "sbdp_poweron_board"; sbdp_poweron_board() local 684 static fn_t f = "sbdp_get_diag"; sbdp_get_diag() local 742 static fn_t f = "sbdp_test_board"; sbdp_test_board() local 813 static fn_t f = "sbdp_swap_slices"; sbdp_swap_slices() local 841 static fn_t f = "sbdp_sc_err_translation"; sbdp_sc_err_translation() local 888 static fn_t f = "sbdp_stop_cpu"; sbdp_stop_cpu() local 913 static fn_t f = "sbdp_start_cpu"; sbdp_start_cpu() local 942 static fn_t f = "sbdp_start_cpu_pairs"; sbdp_start_cpu_pairs() local [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | date.c | 73 "[f:format?Output the date according to the \bstrftime\b(3) \aformat\a." 75 " \b+\b\aformat\a is equivalent to \b-f\b format." 98 " [+f?locale default override date format]" 260 convert(register Fmt_t* f, char* s, Time_t now) in convert() argument 267 now = tmxscan(s, &t, f->format, &u, now, 0); in convert() 268 if (!*t && (!f->format || !*u)) in convert() 270 } while (f = f->next); in convert() 271 if (!f || *t) in convert() 272 error(3, "%s: invalid date specification", f in convert() 281 register Fmt_t* f; b_date() local [all...] |
/titanic_52/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_dt.c | 25 smb_dtrace1(const char *f, const char *n, in smb_dtrace1() argument 31 f, n, t1, v1); in smb_dtrace1() 36 smb_dtrace2(const char *f, const char *n, in smb_dtrace2() argument 43 f, n, t1, v1, t2, v2); in smb_dtrace2() 48 smb_dtrace3(const char *f, const char *n, in smb_dtrace3() argument 56 f, n, t1, v1, t2, v2, t3, v3); in smb_dtrace3()
|