/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_cr_6769332_substitutions_terminate_shell_after_257_iterations.sh | 54 # f1() 59 # x=$(f1 "$h" "$l" "$g" d e "$l") || print -u2 "$g/$h: fail" 69 # f1 "$g" "$l" "$g" d e "$l" || print -u2 "$g: fail0" 99 f1() function 104 x=\$(f1 "\$h" "\$l" "\$g" d e "\$l") || print -u2 "\$g/\$h: fail" 114 f1 "\$g" "\$l" "\$g" d e "\$l" || print -u2 "\$g: fail0"
|
H A D | sun_solaris_cr_6805792_varmovetest1.sh | 36 # function f1 52 # f1 tree 100 function f1 function 114 # (note that "f1" must be first function and the first being 142 f1 tree1
|
H A D | treemove.sh | 53 function f1 function 77 f1 tree1
|
H A D | comvar.sh | 499 function f1 function 510 f1 tree
|
H A D | types.sh | 259 function f1 function 266 function f { f1 _ ;}
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.FunctionLookup.c | 34 f1(int i) function 48 f2(f1, 3);
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfstack.c | 30 #define STKMTXLOCK(f1,f2) \ 31 { if(f1) SFMTXLOCK(f1); \ 34 #define STKMTXRETURN(f1,f2,rv) \ 35 { if(f1) SFMTXUNLOCK(f1); \ 41 Sfio_t* sfstack(Sfio_t* f1, Sfio_t* f2) argument 43 Sfio_t* sfstack(f1,f2) 44 Sfio_t* f1; /* base of stack */ 53 STKMTXLOCK(f1,f [all...] |
H A D | sfswap.c | 33 Sfio_t* sfswap(reg Sfio_t* f1, reg Sfio_t* f2) argument 35 Sfio_t* sfswap(f1,f2) 36 reg Sfio_t* f1; 43 if(!f1 || (f1->mode&SF_AVAIL) || (SFFROZEN(f1) && (f1->mode&SF_PUSH)) ) 47 if(f1 == f2) 50 f1mode = f1->mode; 51 SFLOCK(f1, [all...] |
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | comm.c | 153 Sfio_t *f1, *f2; local 180 f1 = sfstdin; 181 else if(!(f1 = sfopen(NiL, cp,"r"))) 190 if(comm(f1,f2,sfstdout,mode) < 0) 193 else if(f1==sfstdin || f2==sfstdin) 195 if(f1!=sfstdin) 196 sfclose(f1);
|
H A D | cmp.c | 99 cmp(const char* file1, Sfio_t* f1, const char* file2, Sfio_t* f2, int flags) argument 116 if (!(p1 = (unsigned char*)sfreserve(f1, SF_UNBOUND, 0)) || (c1 = sfvalue(f1)) <= 0) 185 Sfio_t* f1 = 0; local 225 f1 = sfstdin; 226 else if (!(f1 = sfopen(NiL, file1, "r"))) 263 if (o1 && sfseek(f1, o1, SEEK_SET) != o1) 277 if (fstat(sffileno(f1), &s1)) 284 n = ((flags & CMP_SILENT) && S_ISREG(s1.st_mode) && S_ISREG(s2.st_mode) && (s1.st_size - o1) != (s2.st_size - o2)) ? 1 : cmp(file1, f1, file2, f2, flags); 286 if (f1 [all...] |
H A D | cksum.c | 424 order(FTSENT* const* f1, FTSENT* const* f2) argument 426 return strcoll((*f1)->fts_name, (*f2)->fts_name);
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | acls.c | 134 cmp_acls(struct fileinfo *f1, struct fileinfo *f2) argument 137 if (f1->f_numacls != f2->f_numacls) 140 if (f1->f_numacls == 0) 143 for (i = 0; i < f1->f_numacls; i++) { 144 if (f1->f_acls[i].a_type != f2->f_acls[i].a_type) 146 if (f1->f_acls[i].a_id != f2->f_acls[i].a_id) 148 if (f1->f_acls[i].a_perm != f2->f_acls[i].a_perm)
|
H A D | anal.c | 548 same_name(struct file *f1, struct file *f2, side_t srcdst) argument 553 s1 = (f1->f_base)->b_src_name; 556 s1 = (f1->f_base)->b_dst_name; 559 x1 = f1->f_fullname;
|
/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | decimal_bin.c | 339 float f1, f2; local 407 f1 = (float)(ddsplus); 409 df1 = f1; 411 if (f1 != f2) 415 * If ddsminus <= f1 <= ddsplus, the result might be 424 *px = (pd->sign)? -f1 : f1;
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | pow.c | 102 double f1, v; local 112 f1 = (double) ((float) f); 113 t = qn * (((f - two * h) - h * f1) - h * (f - f1)); 115 f1 = h * B0_lo + s * (v * (B1 + v * (B2 + v * (B3 + v * B4)))); 116 t = f1 + t * B0;
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vatan.c | 51 double f1, ans1, ansu1, ansl1, tmp1, poly1, conup1, conlo1; local 132 f1 = 0.0; /* put dummy values in args 1,2 */ 145 f1 = fabs(*x); /* fetch argument */ 155 ans = f1 - f1; /* return NaN if x=NaN*/ 159 dummy = 1.0e37 + f1; 161 ans = f1; 174 f1 = 0.0; /* put dummy values in args 1,2 */ 185 { f1 = -1.0/f1; [all...] |
H A D | __vatanf.c | 42 float f0, f1, f2; local 134 f1 = *x; 138 f1 = -f1; 146 ansf = f1 - f1; /* return NaN if x=NaN*/ 150 dummy = 1.0e37 + f1; 152 ansf = f1; 172 f1 = -pone/f1; [all...] |
H A D | __vcosf.c | 150 float f0, f1, f2, f3, t; local 212 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 220 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 227 f1 = (float)(one + z1 * (mhalf + z1 * (C0 + 236 f1 = (float)(one + z1 * (mhalf + z1 * (C0 + 244 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 253 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 261 f1 = (float)(one + z1 * (mhalf + z1 * (C0 + 271 f1 = (float)(one + z1 * (mhalf + z1 * (C0 + 280 f1 [all...] |
H A D | __vsincosf.c | 169 float f0, f1, f2, f3, t; local 231 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 249 f1 = -f1; 273 *c = -f1; 275 *s = f1;
|
H A D | __vsinf.c | 154 float f0, f1, f2, f3, t; local 216 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 224 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 231 f1 = (float)(one + z1 * (mhalf + z1 * (C0 + 240 f1 = (float)(one + z1 * (mhalf + z1 * (C0 + 248 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 257 f1 = (float)(y1 + y1 * z1 * (S0 + z1 * (S1 + z1 * S2))); 265 f1 = (float)(one + z1 * (mhalf + z1 * (C0 + 275 f1 = (float)(one + z1 * (mhalf + z1 * (C0 + 284 f1 [all...] |
/illumos-gate/usr/src/cmd/diff/ |
H A D | diffh.c | 65 static FILE *dopen(char *f1, char *f2); 288 dopen(char *f1, char *f2) argument 294 if (cmp(f1, "-") == 0) { 304 if (stat(f1, &statbuf) == -1) 305 error(gettext("can't access %s"), f1); 307 for (bptr = b; *bptr = *f1++; bptr++) 315 f1 = b; 317 f = fopen(f1, "r"); 319 error(gettext("can't open %s"), f1);
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | io.c | 138 * Make f2 be a synonym (including the close-on-exec flag) for f1, which is 143 renamef(int f1, int f2) argument 146 if (f1 != f2) { 147 dup(f1 | DUPFLG, f2); 148 close(f1); 155 if (f1 != f2) { 158 fcntl(f1, 0, f2); 159 close(f1);
|
/illumos-gate/usr/src/tools/lintdump/ |
H A D | lnstuff.h | 71 long f1, f2, f3, f4; member in struct:flens
|
/illumos-gate/usr/src/cmd/fm/schemes/hc/ |
H A D | scheme.c | 210 nvlist_t *f1 = NULL, *f2 = NULL; local 218 (void) topo_fmri_fru(thp, r1, &f1, &err); 220 if (f1 != NULL && f2 != NULL) { 221 (void) nvlist_lookup_nvlist_array(f1, FM_FMRI_HC_LIST, &h1, 230 nvlist_free(f1);
|
/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | powl.c | 68 long double f, f1, v, s, z, qn, h, t; local 86 f1 = (long double) ((double) f); 87 t = ((two * (f - h) - h * f1) - h * (f - f1)) * qn + 109 f1 = (long double) ((double) f); 111 t = qn * ((two * (f - z * h) - h * f1) - h * (f - f1));
|