Home
last modified time | relevance | path

Searched refs:f (Results 501 – 525 of 2269) sorted by relevance

1...<<21222324252627282930>>...91

/titanic_41/usr/src/cmd/lp/lib/access/
H A Dfiles.c64 *f; local
78 if (!(f = makestr(prefix, base, (char *)0))) {
83 file = makepath(parent, f, (char *)0);
84 Free (f);
/titanic_41/usr/src/lib/libm/common/m9x/
H A Dfrexpf.c38 float f; in __frexpf() member
43 xx.f = x; in __frexpf()
59 xx.f = (int) xx.i < 0 ? -(int) hx : (int) hx; in __frexpf()
67 return (xx.f); in __frexpf()
H A Dllrintf.c47 float f; in llrintf() member
51 xx.f = x; in llrintf()
64 x = (x + yy.f) - yy.f; in llrintf()
/titanic_41/usr/src/uts/sun4u/ml/
H A Dzulu_asm.s84 be,pt %icc, 2f
89 be,pt %icc, 1f
106 be,a,pn %icc, 1f
109 be,a,pn %icc, 1f
112 be,a,pn %icc, 1f
165 brnz,pt %g3, 3f ! not 0 => itlb => handles
173 be,pt %icc, 2f
175 be,pt %icc, 2f ! TTE4M => dtlb2 => ok!
192 ba,pt %icc, 3f
211 be,a,pn %icc, 1f
[all …]
/titanic_41/usr/src/cmd/vi/port/
H A Dex_unix.c267 ttymode f; local
275 f = setty(normf);
279 setty(f);
294 setty(f);
334 return (f);
343 unixwt(c, f) in unixwt() argument
345 ttymode f;
354 setty(f);
374 ttymode f; /* was register */ in vi_filter() local
410 f = unixex("-c", uxb, (mode & 2) ? pvec[0] : 0, mode); in vi_filter()
[all …]
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DMainHelper.java151 RootFrame f = new RootFrame(title); in main() local
152 f.setSubGroup(baseGroup); in main()
157 f.setFont(new Font(/* NOI18N */"Sansserif", in main()
161 f.setBackground(Color.lightGray); in main()
162 f.setFont(new Font(/* NOI18N */"Dialog", in main()
166 baseGroup.setTopLevel(f); in main()
168 f.resize(25, 25); in main()
169 f.show(); in main()
170 f.reshape(20, 20, 120, 80); in main()
171 f.validate(); in main()
/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Dstandalone.c123 FILE *f; in readPwd() local
127 if ((f = fopen(pwd_file, "r")) == NULL) { in readPwd()
132 if (fgets(passwdBuf, BUFSIZE, f) == NULL) { in readPwd()
135 (void) fclose(f); in readPwd()
139 (void) fclose(f); in readPwd()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Datomicio.c39 atomicio(f, fd, _s, n)
40 ssize_t (*f) ();
49 res = (f) (fd, s + pos, n - pos);
72 atomiciov(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov()
87 res = (f) (fd, iov, iovcnt); in atomiciov()
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmDialog.java56 public pmDialog(Frame f, String title, boolean modal) { in pmDialog() argument
58 super(f, title, modal); in pmDialog()
63 if (f == null) { in pmDialog()
71 Rectangle parentBounds = f.getBounds(); in pmDialog()
75 f.addWindowListener(new WindowAdapter() { in pmDialog()
/titanic_41/usr/src/cmd/avs/sdbc/etc/
H A Ddscfg_reconfigure.cluster.sh353 for f in $dir/*
358 if [ -s $f ] && [ $arg2 != "sndr_dis" ]
363 /usr/bin/ksh $f $arg1 $dg 2>&1 |
365 -t "NWS.[${ARGV0}:$(basename $f)]"
368 if [ -s $f ] && [ $f != $RDC ]
372 /usr/bin/ksh $f $arg1 $dg 2>&1 |
374 -t "NWS.[${ARGV0}:$(basename $f)]"
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DKernelStackRecord.java108 String[] f = STACK_TOKENIZER.split(s); in parse() local
109 int n = f.length; in parse()
112 frames[i] = new StackFrame(f[i]); in parse()
179 for (StackFrame f : stackFrames) { in validate()
180 if (f == null) { in validate()
368 for (StackFrame f : frames) { in toString()
372 buf.append(f); in toString()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drwho.c84 int f, n, i; in main() local
109 f = open(dp->d_name, 0); in main()
110 if (f < 0) in main()
112 cc = read(f, (char *)&wd, sizeof (struct whod)); in main()
114 (void) close(f); in main()
118 (void) close(f); in main()
137 (void) close(f); in main()
/titanic_41/usr/src/common/crypto/rsa/
H A Drsa_impl.c193 BIGNUM a, b, c, d, e, f, g, h; in generate_rsa_key() local
212 f.malloced = 0; in generate_rsa_key()
221 (big_init(&f, len) != BIG_OK) || in generate_rsa_key()
226 big_finish(&f); in generate_rsa_key()
256 if ((brv = big_ext_gcd_pos(&f, &d, &g, pubexp, &a)) != BIG_OK) { in generate_rsa_key()
259 if (big_cmp_abs(&f, &big_One) != 0) { in generate_rsa_key()
295 if ((brv = big_ext_gcd_pos(&f, &d, &h, pubexp, &a)) != BIG_OK) { in generate_rsa_key()
298 if (big_cmp_abs(&f, &big_One) != 0) { in generate_rsa_key()
314 if ((brv = big_ext_gcd_pos(&a, &f, &h, &b, &c)) != BIG_OK) { in generate_rsa_key()
317 if (f.sign == -1) { in generate_rsa_key()
[all …]
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1028 #define VOP_CLOSE(vp, f, c, o, cr, ct) \ argument
1029 fop_close(vp, f, c, o, cr, ct)
1034 #define VOP_IOCTL(vp, cmd, a, f, cr, rvp, ct) \ argument
1035 fop_ioctl(vp, cmd, a, f, cr, rvp, ct)
1036 #define VOP_SETFL(vp, f, a, cr, ct) \ argument
1037 fop_setfl(vp, f, a, cr, ct)
1038 #define VOP_GETATTR(vp, vap, f, cr, ct) \ argument
1039 fop_getattr(vp, vap, f, cr, ct)
1040 #define VOP_SETATTR(vp, vap, f, cr, ct) \ argument
1041 fop_setattr(vp, vap, f, cr, ct)
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dvnode.h1033 #define VOP_CLOSE(vp, f, c, o, cr, ct) \ argument
1034 fop_close(vp, f, c, o, cr, ct)
1039 #define VOP_IOCTL(vp, cmd, a, f, cr, rvp, ct) \ argument
1040 fop_ioctl(vp, cmd, a, f, cr, rvp, ct)
1041 #define VOP_SETFL(vp, f, a, cr, ct) \ argument
1042 fop_setfl(vp, f, a, cr, ct)
1043 #define VOP_GETATTR(vp, vap, f, cr, ct) \ argument
1044 fop_getattr(vp, vap, f, cr, ct)
1045 #define VOP_SETATTR(vp, vap, f, cr, ct) \ argument
1046 fop_setattr(vp, vap, f, cr, ct)
[all …]
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dcopy.s98 jb 0f
100 jnb 1f
140 jb 0f
142 jnb 1f
228 jb 0f
230 jnb 1f
368 jz 1f
370 jb 0f
372 jnb 1f
794 jz 2f
[all …]
/titanic_41/usr/src/lib/libc/amd64/inc/
H A DSYS.h87 jae 1f; \
89 jne 2f; \
91 jmp 2f; \
110 jae 1f; \
121 jae 1f; \
126 jmp 2f; \
/titanic_41/usr/src/lib/libast/common/string/
H A Dtokline.c160 Sfio_t* f; in tokline() local
176 f = (Sfio_t*)arg; in tokline()
177 else if (!(f = sfopen(NiL, arg, (flags & SF_STRING) ? "s" : "r"))) in tokline()
183 …else if ((p = sfreserve(f, 0, 0)) && sfvalue(f) > 11 && strmatch(p, "#!!! +([-0-9]) *([!\n]) !!!\n… in tokline()
189 d->sp = f; in tokline()
/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dclock.h79 #define sm_setevent(t, f, a) sm_seteventm((int)((t) * 1000), (f), (a)) argument
80 #define sm_sigsafe_setevent(t, f, a) sm_sigsafe_seteventm((int)((t) * 1000), (f), (a)) argument
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_subr.c119 char *f = "x86pi_smb_open"; in x86pi_smb_open() local
121 topo_mod_dprintf(mod, "%s\n", f); in x86pi_smb_open()
125 topo_mod_dprintf(mod, "%s: failed to load SMBIOS\n", f); in x86pi_smb_open()
184 char *f = "x86pi_set_auth"; in x86pi_set_auth() local
230 "found for %s node\n", f, hcfmri->hc_name); in x86pi_set_auth()
246 "property %s (%d) : %s\n", f, in x86pi_set_auth()
264 topo_mod_dprintf(mod, "%s: psn not found\n", f); in x86pi_set_auth()
277 "set property %s (%d) : %s\n", f, in x86pi_set_auth()
303 "%s: csn name not found\n", f); in x86pi_set_auth()
331 "set property %s (%d) : %s\n", f, in x86pi_set_auth()
[all …]
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dstdio119 #define _sf_(f) (f)
121 #define _sf_(f) ((struct _sfio_s*)(f))
536 #define feof(f) sfeof(f)
537 #define ferror(f) sferror(f)
538 #define fileno(f) sffileno(f)
539 #define fputc(c,f) sfputc(f,c)
540 #define getc(f) sfgetc(f)
542 #define putc(c,f) sfputc(f,c)
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF)
566 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR)
[all …]
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dstdio119 #define _sf_(f) (f)
121 #define _sf_(f) ((struct _sfio_s*)(f))
536 #define feof(f) sfeof(f)
537 #define ferror(f) sferror(f)
538 #define fileno(f) sffileno(f)
539 #define fputc(c,f) sfputc(f,c)
540 #define getc(f) sfgetc(f)
542 #define putc(c,f) sfputc(f,c)
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF)
566 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR)
[all …]
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dstdio119 #define _sf_(f) (f)
121 #define _sf_(f) ((struct _sfio_s*)(f))
536 #define feof(f) sfeof(f)
537 #define ferror(f) sferror(f)
538 #define fileno(f) sffileno(f)
539 #define fputc(c,f) sfputc(f,c)
540 #define getc(f) sfgetc(f)
542 #define putc(c,f) sfputc(f,c)
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF)
566 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR)
[all …]
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dstdio119 #define _sf_(f) (f)
121 #define _sf_(f) ((struct _sfio_s*)(f))
536 #define feof(f) sfeof(f)
537 #define ferror(f) sferror(f)
538 #define fileno(f) sffileno(f)
539 #define fputc(c,f) sfputc(f,c)
540 #define getc(f) sfgetc(f)
542 #define putc(c,f) sfputc(f,c)
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF)
566 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR)
[all …]
/titanic_41/usr/src/lib/libnsl/dial/
H A Dsysfiles.c158 { FILE *f; in scansys() local
190 if ((f = fopen(SYSFILES, "rF")) != 0) { in scansys()
191 while (getaline(f, buf) > 0) { in scansys()
200 (void) fclose(f); in scansys()
231 { FILE *f; in scancfg() local
240 if ((f = fopen(DEVCONFIG, "rF")) != 0) { in scancfg()
241 while (getaline(f, buf) > 0) { in scancfg()
253 (void) fclose(f); in scancfg()
266 getaline(FILE *f, char *line) in getaline() argument
270 while (fgets(lptr, (line + BUFSIZ) - lptr, f) != NULL) { in getaline()
[all …]

1...<<21222324252627282930>>...91