/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-jobs.mk | 9 EXPECT.0= argument '0' to option '-j' must be a positive number (exit 2) 13 EXPECT.08= argument '08' to option '-j' must be a positive number (exit 2) 16 EXPECT.-5= argument '-5' to option '-j' must be a positive number (exit 2) 30 EXPECT.0.0= argument '0.0' to option '-j' must be a positive number (exit 2) 32 EXPECT.0.0C= argument '0.0C' to option '-j' must be a positive number (exit 2) 33 EXPECT..00001= argument '.00001' to option '-j' must be a positive number (exit 2) 34 EXPECT..00001C= argument '.00001C' to option '-j' must be a positive number (exit 2) 40 EXPECT.08.5C= argument '08.5C' to option '-j' must be a positive number (exit 2)
|
H A D | directive-ifmake.mk | 14 . info ok: positive condition works 16 . warning positive condition fails
|
H A D | directive-ifmake.exp | 1 make: "directive-ifmake.mk" line 14: ok: positive condition works
|
/freebsd/lib/libc/tests/stdio/ |
H A D | printfloat_test.c | 374 double positive = __DBL_DENORM_MIN__; in ATF_TC_BODY() local 375 testfmt("4.9406564584124654418e-324", "%20.20g", positive); in ATF_TC_BODY() 376 testfmt("4.9406564584124654418E-324", "%20.20G", positive); in ATF_TC_BODY() 377 testfmt("0x1p-1074", "%a", positive); in ATF_TC_BODY() 378 testfmt("0X1P-1074", "%A", positive); in ATF_TC_BODY() 389 float positive = __FLT_DENORM_MIN__; in ATF_TC_BODY() local 390 testfmt("1.4012984643248170709e-45", "%20.20g", positive); in ATF_TC_BODY() 391 testfmt("1.4012984643248170709E-45", "%20.20G", positive); in ATF_TC_BODY() 392 testfmt("0x1p-149", "%a", positive); in ATF_TC_BODY() 393 testfmt("0X1P-149", "%A", positive); in ATF_TC_BODY()
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | type_0_1.rst | 4 *CBOR* has two types of integers – positive (which may be effectively regarded as unsigned), and ne… 9 Type 0 - positive integers 17 **Note:** once a positive integer has been created, its width *cannot* be changed. 27 **Note:** once a positive integer has been created, its width *cannot* be changed.
|
/freebsd/sys/contrib/device-tree/Bindings/iio/ |
H A D | mount-matrix.txt | 32 to positive on the right, (y) from negative on the bottom to positive on top 33 and (z) depth to be negative under the screen and positive in front of it, 77 If the device is tilted to the left, you get a positive x value. If you point 96 ground plane and positive towards magnetic North, (x) is in the ground plane, 97 perpendicular to the North axis and positive towards the East and (z) is 98 perpendicular to the ground plane and positive upwards. 126 defines a positive y value. 133 along the (z) axis if rotated clockwise, and a positive value if rotated
|
/freebsd/crypto/openssl/Configurations/ |
H A D | INTERNALS.Configure | 27 # -2 positive already run and we found ELSE (following ELSIF should fail) 28 # -1 positive already run (skip until ENDIF) 30 # 1 last was positive (don't skip lines until next ELSE, ELSIF or ENDIF) 31 # 2 positive ELSE (following ELSIF should fail)
|
/freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adf4350.txt | 22 - adi,phase-detector-polarity-positive-enable: Enables positive phase 82 adi,phase-detector-polarity-positive-enable;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_flags.inc | 31 "The limit of origin chain length. Non-positive values mean unlimited.") 35 "Non-positive values mean unlimited.")
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | adc.txt | 6 specifies the positive input pin, the second value the negative
|
H A D | ti-adc12138.txt | 13 - vref-p-supply: The regulator supply for positive analog voltage reference
|
H A D | fsl,imx25-gcq.txt | 37 - fsl,adc-refp: specifies the positive reference input as defined in
|
/freebsd/sys/contrib/openzfs/tests/test-runner/include/ |
H A D | logapi.shlib | 64 # Execute a positive test and exit $STF_FAIL is test fails 73 # Execute a positive test (expecting no stderr) and exit $STF_FAIL 82 # Execute a positive test but retry the command on failure if the output 141 # Execute a positive test and exit $STF_FAIL is test fails after being
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | cbor | 8 >3 ubyte <0x20 (positive integer)
|
H A D | bioinformatics | 73 # length of seqnm data in bytes is positive 75 # length of smpl data in bytes is positive
|
H A D | gnu | 65 # if 1st string length positive inspect offset and string 68 # if 2nd string length positive inspect offset and string
|
/freebsd/stand/ficl/softwords/ |
H A D | string.fr | 55 size 0< abort" need positive size for size-buf" 60 \ force buflen to be a positive multiple of min-buf chars
|
/freebsd/sys/contrib/device-tree/Bindings/opp/ |
H A D | qcom-opp.txt | 16 - qcom,opp-fuse-level: A positive value representing the fuse corner/level
|
/freebsd/contrib/tzdata/ |
H A D | etcetera | 39 # POSIX has positive signs west of Greenwich, but many people expect 40 # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | ntc_thermistor.txt | 26 - "connected-positive" Always ON, If not specified.
|
H A D | g762.txt | 15 - "pwm_polarity": pwm polarity. Accepted values are 0 (positive duty)
|
/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | moxtet.txt | 19 either 0 or a positive integer)
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_EXTERN_FUNCS.pod | 75 Returns a positive value on success or 0 on error. 108 Returns <= 0 on error or a positive value on success. 139 Returns 0 on error or a positive value on success. If the return value is 2 then
|
H A D | ASN1_aux_cb.pod | 110 supported operations are as follows. The callbacks should return a positive 263 The callbacks return 0 on error and a positive value on success. Some operations 264 require specific positive success values as noted above.
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | truly,nt35597.txt | 11 for positive LCD bias
|