Home
last modified time | relevance | path

Searched refs:y (Results 2801 – 2825 of 2945) sorted by relevance

1...<<111112113114115116117118

/freebsd/contrib/libarchive/
H A DNEWS419 bsdcpio_test complains about missing options (-y and -z), format
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_kas.txt673 FPF4plSpqooaCALyzg7ooPTr6W3uGzdGSx/y
1813 MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE+YnPjulWqC5+vZiBzb+y/ZRhibCN
3343 qEWpvu7YfWmV9UkY7GYZuZMZVdWonU10rfEEa7NiGS8u9r0+PS0E3R+HBUoAqj+y
6999 y+hm3l4X8bR43HcnobtCNxggsS0=
9747 y/QE4HtzpbGl9SjNAWWI5IDEhWzS7pqvHjAoEvvAsz9SfCm3fOD0h46gidAlpEDA
9799 UY1LoH3E3XL3MXKIkNC0TTbyMJwOoUwDSgAEBvb/6gqHvZ7rU5xIo/y/OIFZhiJZ
9806 MF4wEAYHKoZIzj0CAQYFK4EEABEDSgAEBvb/6gqHvZ7rU5xIo/y/OIFZhiJZx/eE
/freebsd/contrib/tcsh/
H A DFixes801 31. small Y2K fix [%y in prompt would be formatted as 10 not 00 at year 2000],
1100 calling t_search; $x/$y will not append the right suffix.
1806 3. missing 'break;' in prompt code '%y'.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td1854 SAFE_STATIC T y = 42; // error: variable does not have a constant initializer
2608 x, y, and z dimension of the work-group.
3400 aligned_double_ptr y) { ... }
4678 int bar(int y); // bar can be built with the stack protector.
4699 int bar(int y); // bar can be built with the standard stack protector checks.
5903 …int __attribute__((noderef)) &y = x; // warning: 'noderef' can only be used on an array or pointe…
7520 int y __attribute__((cleanup(bar)));
7525 `y`` when ``y`` goes out of scope, then a call to ``foo`` being passed the
/freebsd/contrib/ntp/sntp/
H A Dconfigure2766 report (x>y, "x is %d but y is %d", x, y);
5917 int * volatile y = (int *) 0;
5918 return !x && !y;
7580 struct point {int x, y;};
7756 struct point {int x, y;};
27215 char y[-1 - (_Bool) 0 < 0 ? 1 : -1];
27239 + !q + !r + !u + !v + !w + !x + !y + !z + !pt
/freebsd/contrib/unbound/
H A Dltmain.sh1367 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
1975 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
H A Dconfig.h.in1371 int memcmp(const void *x, const void *y, size_t n);
/freebsd/contrib/file/
H A Dltmain.sh1370 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
1978 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
/freebsd/contrib/openbsm/config/
H A Dltmain.sh1367 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
1975 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
/freebsd/contrib/sqlite3/
H A Dltmain.sh1367 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
2048 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
/freebsd/contrib/ldns/
H A Dltmain.sh1367 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
2048 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh1367 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
1975 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
/freebsd/contrib/ntp/sntp/libevent/
H A Dltmain.sh1367 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
1975 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td1280 def and_not : PatFrags<(ops node:$x, node:$y),
1281 [(and (not node:$x), node:$y)]>;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1698 // will specify which alternative to use. For example "{x|y|z}" with Variant
1699 // == 1, will expand to "y".
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2340 Decl::ObjCDeclQualifier y) { in objcModifiersConflict() argument
2342 (y & ~Decl::OBJC_TQ_CSNullability); in objcModifiersConflict()
/freebsd/contrib/bmake/
H A Dconfigure2330 report (x>y, "x is %d but y is %d", x, y);
5586 struct point {int x, y;};
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp11359 float nextafter(float x, float y) { in nextafter() argument
11360 return ::nextafterf(x, y); in nextafter()
11363 double nextafter(double x, double y) { in nextafter() argument
11364 return ::nextafter(x, y); in nextafter()
11367 long double nextafter(long double x, long double y) { in nextafter() argument
11368 return ::nextafterl(x, y); in nextafter()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp74 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) argument
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h3031 __be32 y; member
/freebsd/stand/forth/
H A Dsupport.4th239 \ addr len are x y.
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips162 whole year, type "cal -y".
/freebsd/share/colldef/
H A Daf_ZA.ISO8859-1.src2286 <y> <X5A00>;<X05>;<X05>;<y>
H A Dca_AD.UTF-8.src2288 <y> <X5A00>;<X05>;<X05>;<y>
H A Dca_IT.ISO8859-15.src2288 <y> <X5A00>;<X05>;<X05>;<y>

1...<<111112113114115116117118