Searched refs:one (Results 226 - 250 of 581) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/
H A Dtst.euid.ksh39 echo expected one argument: '<'dtrace-path'>'
H A Dtst.gid.ksh39 echo expected one argument: '<'dtrace-path'>'
H A Dtst.projid.ksh39 echo expected one argument: '<'dtrace-path'>'
H A Dtst.sid.ksh39 echo expected one argument: '<'dtrace-path'>'
H A Dtst.taskid.ksh39 echo expected one argument: '<'dtrace-path'>'
H A Dtst.uid.ksh39 echo expected one argument: '<'dtrace-path'>'
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.pidprint.ksh23 echo expected one argument: '<'dtrace-path'>'
H A Dtst.pidprinttarg.ksh24 echo expected one argument: '<'dtrace-path'>'
H A Dtst.printtypetarg.ksh24 echo expected one argument: '<'dtrace-path'>'
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.onlyenabled.ksh29 echo expected one argument: '<'dtrace-path'>'
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/vars/
H A Dtst.ucaller.ksh35 echo expected one argument: '<'dtrace-path'>'
/freebsd-11-stable/lib/msun/src/
H A Ds_modf.c30 static const double one = 1.0; variable
62 *iptr = x*one;
H A De_powf.c30 one = 1.0, variable
71 if(iy==0) return one;
74 if (hx==0x3f800000) return one;
99 return one; /* (-1)**+-inf is NaN */
106 if(hy<0) return one/x; else return x;
118 if(hy<0) z = one/z; /* z = (1/|x|) */
133 sn = one; /* s (sign of result -ve**odd) = -1 else = 1 */
134 if((n|(yisint-1))==0) sn = -one;/* (-ve)**(odd int) */
138 /* over/underflow if x is not close to one */
168 v = one/(a
[all...]
/freebsd-11-stable/usr.bin/what/
H A Dwhat.c110 search(bool one, bool quiet, FILE *in) argument
133 if (one)
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_mont.c200 BIGNUM *one = NULL; local
225 one = BN_new();
226 if (one == NULL)
228 if (!BN_to_montgomery(one, BN_value_one(), mont, ctx))
233 group->field_data2 = one;
234 one = NULL;
250 if (one != NULL)
251 BN_free(one);
/freebsd-11-stable/usr.bin/rsh/
H A Drsh.c97 int argoff, asrsh, ch, dflag, nflag, Nflag, one, rem; local
104 one = 1;
207 if (setsockopt(rem, SOL_SOCKET, SO_DEBUG, &one,
208 sizeof(one)) < 0)
210 if (setsockopt(rfd2, SOL_SOCKET, SO_DEBUG, &one,
211 sizeof(one)) < 0)
232 (void)ioctl(rfd2, FIONBIO, &one);
233 (void)ioctl(rem, FIONBIO, &one);
/freebsd-11-stable/contrib/ntp/lib/isc/tests/
H A Dqueue_test.c57 item_t one, two, three, four, five; local
64 item_init(&one, 1);
78 ATF_CHECK(! ISC_QLINK_LINKED(&one, qlink));
79 ISC_QUEUE_PUSH(queue, &one, qlink);
80 ATF_CHECK(ISC_QLINK_LINKED(&one, qlink));
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Descape.exp47 printf "%s=:%s:\n" VAR1BSNL00 first\ line; printf "%s=:%s:\n" VAR1BSNL0 first\ line\ no\ space\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLs first\ line\ one\ space\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLss first\ line\ two\ spaces\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLt first\ line\ one\ tab\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLtt first\ line\ two\ tabs\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLxx first\ line\ many\ spaces\ and\ tabs\ \[\ \ \ \ \]\ on\ second\ line;
50 VAR1BSNLs=:first line one space on second line:
52 VAR1BSNLt=:first line one tab on second line:
71 only one tab should be elided, second tab remains'
73 only one tab should be elided, second tab remains
79 echo take one\\
80 take one\
101 only one tab should be elided, second tab remains'
103 only one ta
[all...]
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_evt.c84 MPI_LOG_0_ENTRY * const *one; local
87 one = first;
89 return ((*one)->LogSequence - ((*two)->LogSequence));
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh74 echo expected one argument: '<'dtrace-path'>'
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/include/
H A Dtst.includefirst.ksh33 echo expected one argument: '<'dtrace-path'>'
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh35 echo expected one argument: '<'dtrace-path'>'
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libdep.ksh29 echo expected one argument: '<'dtrace-path'>'
H A Dtst.libdepsepdir.ksh33 echo expected one argument: '<'dtrace-path'>'
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh67 echo expected one argument: '<'dtrace-path'>'

Completed in 179 milliseconds

1234567891011>>