Home
last modified time | relevance | path

Searched refs:f (Results 401 – 425 of 2683) sorted by relevance

1...<<11121314151617181920>>...108

/titanic_51/usr/src/lib/libm/common/m9x/
H A Dnearbyintf.c39 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_51/usr/src/lib/libc/sparc/fp/
H A D_Q_stoq.c54 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_51/usr/src/test/libc-tests/tests/common/
H A Drun_arch_tests.ksh43 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_51/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DPlatformCommon.c81 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_51/usr/src/lib/libunistat/common/
H A Dspcs_s_u.c98 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_51/usr/src/cmd/eqn/eqnchar.d/
H A Dascii13 |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_51/usr/src/lib/libast/i386/include/ast/
H A Dccode.h85 #define CCMAPCPY(m,t,f,n) ((m)?_ccmapcpy(m,t,f,n):memcpy(t,f,n)) argument
90 #define ccmapcpy(m,t,f,n) CCMAPCPY(m,t,f,n) argument
94 #define CCMAPM(t,f,n,i,o) ((i)==(o)?memcpy(t,f,n):_ccmapcpy(CCMAP(i,o),t,f,n)) argument
98 #define ccmapm(t,f,n,i,o) CCMAPM(t,f,n,i,o) argument
H A Dast_stdio.h140 #define _sf_(f) (f) argument
142 #define _sf_(f) ((struct _sfio_s*)(f)) argument
557 #define feof(f) sfeof(f) argument
558 #define ferror(f) sferror(f) argument
559 #define fileno(f) sffileno(f) argument
560 #define fputc(c,f) sfputc(f,c) argument
561 #define getc(f) sfgetc(f) argument
563 #define putc(c,f) sfputc(f,c) argument
586 #define feof(f) (_sf_(f)->_flags&_SF_EOF) argument
587 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR) argument
[all …]
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dccode.h85 #define CCMAPCPY(m,t,f,n) ((m)?_ccmapcpy(m,t,f,n):memcpy(t,f,n)) argument
90 #define ccmapcpy(m,t,f,n) CCMAPCPY(m,t,f,n) argument
94 #define CCMAPM(t,f,n,i,o) ((i)==(o)?memcpy(t,f,n):_ccmapcpy(CCMAP(i,o),t,f,n)) argument
98 #define ccmapm(t,f,n,i,o) CCMAPM(t,f,n,i,o) argument
H A Dast_stdio.h140 #define _sf_(f) (f) argument
142 #define _sf_(f) ((struct _sfio_s*)(f)) argument
557 #define feof(f) sfeof(f) argument
558 #define ferror(f) sferror(f) argument
559 #define fileno(f) sffileno(f) argument
560 #define fputc(c,f) sfputc(f,c) argument
561 #define getc(f) sfgetc(f) argument
563 #define putc(c,f) sfputc(f,c) argument
586 #define feof(f) (_sf_(f)->_flags&_SF_EOF) argument
587 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR) argument
[all …]
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dccode.h85 #define CCMAPCPY(m,t,f,n) ((m)?_ccmapcpy(m,t,f,n):memcpy(t,f,n)) argument
90 #define ccmapcpy(m,t,f,n) CCMAPCPY(m,t,f,n) argument
94 #define CCMAPM(t,f,n,i,o) ((i)==(o)?memcpy(t,f,n):_ccmapcpy(CCMAP(i,o),t,f,n)) argument
98 #define ccmapm(t,f,n,i,o) CCMAPM(t,f,n,i,o) argument
H A Dast_stdio.h140 #define _sf_(f) (f) argument
142 #define _sf_(f) ((struct _sfio_s*)(f)) argument
557 #define feof(f) sfeof(f) argument
558 #define ferror(f) sferror(f) argument
559 #define fileno(f) sffileno(f) argument
560 #define fputc(c,f) sfputc(f,c) argument
561 #define getc(f) sfgetc(f) argument
563 #define putc(c,f) sfputc(f,c) argument
586 #define feof(f) (_sf_(f)->_flags&_SF_EOF) argument
587 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR) argument
[all …]
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dccode.h85 #define CCMAPCPY(m,t,f,n) ((m)?_ccmapcpy(m,t,f,n):memcpy(t,f,n)) argument
90 #define ccmapcpy(m,t,f,n) CCMAPCPY(m,t,f,n) argument
94 #define CCMAPM(t,f,n,i,o) ((i)==(o)?memcpy(t,f,n):_ccmapcpy(CCMAP(i,o),t,f,n)) argument
98 #define ccmapm(t,f,n,i,o) CCMAPM(t,f,n,i,o) argument
/titanic_51/usr/src/data/zoneinfo/
H A Dzonelint14 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_51/usr/src/boot/lib/libstand/
H A Ddosfs.c238 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_51/usr/src/cmd/localedef/
H A Dmessages.c74 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_51/usr/src/lib/libast/common/tm/
H A Dtmxduration.c42 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_51/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxduration.c42 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_51/usr/src/cmd/ipf/tools/
H A Dipfcomp.c154 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_51/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_dt.c25 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()
/titanic_51/usr/src/cmd/refer/
H A Dmkey1.c48 FILE *f, *ff; in main() local
67 case 'f': in main()
98 f = fopen(qn, "r"); in main()
99 if (f != NULL) in main()
100 dofile(f, qn); in main()
109 f = fopen(name = argv[i], "r"); in main()
110 if (f == NULL) in main()
113 dofile(f, name); in main()
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Ddate.c73 "[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_51/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mbox.c82 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_51/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h119 #define _sf_(f) (f) argument
121 #define _sf_(f) ((struct _sfio_s*)(f)) argument
536 #define feof(f) sfeof(f) argument
537 #define ferror(f) sferror(f) argument
538 #define fileno(f) sffileno(f) argument
539 #define fputc(c,f) sfputc(f,c) argument
540 #define getc(f) sfgetc(f) argument
542 #define putc(c,f) sfputc(f,c) argument
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF) argument
566 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR) argument
[all …]
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h119 #define _sf_(f) (f) argument
121 #define _sf_(f) ((struct _sfio_s*)(f)) argument
536 #define feof(f) sfeof(f) argument
537 #define ferror(f) sferror(f) argument
538 #define fileno(f) sffileno(f) argument
539 #define fputc(c,f) sfputc(f,c) argument
540 #define getc(f) sfgetc(f) argument
542 #define putc(c,f) sfputc(f,c) argument
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF) argument
566 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR) argument
[all …]

1...<<11121314151617181920>>...108