| /src/usr.bin/patch/ |
| Makefile | 3 # $DragonFly: src/usr.bin/patch/Makefile,v 1.8 2008/08/10 23:50:12 joerg Exp $ 5 PROG= patch 6 SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c
|
| /src/external/bsd/openldap/dist/doc/devel/variadic_debug/ |
| script.sh | 28 patch="$1" 32 while ! cmp "$patch" "${patch}.new" 2>/dev/null; do 33 if [ -e "${patch}.new" ]; then 34 mv -- "${patch}.new" "$patch" 36 sed "${SED_TRANSFORMATIONS[@]}" -- "$patch" >"${patch}.new" 38 rediff "$patch" >"${patch}.new [all...] |
| /src/tests/usr.bin/patch/ |
| Makefile | 5 TESTSDIR= ${TESTSBASE}/usr.bin/patch
|
| t_patch.sh | 32 cat << EOF > longlines.patch 37 printf -- "-%$1s\n" | tr " " "a" >> longlines.patch 2>/dev/null 38 printf -- "+%$1s" | tr " " "b" >> longlines.patch 2>/dev/null 40 patch longlines < longlines.patch 43 atf_fail "Failed to patch long lines" 85 cat << EOF > test_diff.patch 93 patch -V simple to_patch < test_diff.patch 110 cat << EOF > test_diff.patch [all...] |
| /src/external/gpl3/gcc/dist/contrib/reghunt/examples/ |
| reg-watch.awk | 1 /result for low patch/ { 2 sub(".*low patch ","") 7 /result for high patch/ { 8 sub(".*high patch ","")
|
| /src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/ |
| reg-watch.awk | 1 /result for low patch/ { 2 sub(".*low patch ","") 7 /result for high patch/ { 8 sub(".*high patch ","")
|
| /src/crypto/external/apache2/openssl/dist/test/testutil/ |
| provider.c | 69 int major, minor, patch; member in struct:__anon767 89 || sscanf(vs, "%d.%d.%d", &vers->major, &vers->minor, &vers->patch) != 3) 99 int fips_provider_version_eq(OSSL_LIB_CTX *libctx, int major, int minor, int patch) 106 return major == prov.major && minor == prov.minor && patch == prov.patch; 109 int fips_provider_version_ne(OSSL_LIB_CTX *libctx, int major, int minor, int patch) 116 return major != prov.major || minor != prov.minor || patch != prov.patch; 119 int fips_provider_version_le(OSSL_LIB_CTX *libctx, int major, int minor, int patch) 129 || (prov.minor == minor && prov.patch <= patch))) 174 int major, minor, patch, r; local [all...] |
| /src/crypto/external/bsd/openssl/dist/test/testutil/ |
| provider.c | 69 int major, minor, patch; member in struct:__anon1778 89 || sscanf(vs, "%d.%d.%d", &vers->major, &vers->minor, &vers->patch) != 3) 99 int fips_provider_version_eq(OSSL_LIB_CTX *libctx, int major, int minor, int patch) 106 return major == prov.major && minor == prov.minor && patch == prov.patch; 109 int fips_provider_version_ne(OSSL_LIB_CTX *libctx, int major, int minor, int patch) 116 return major != prov.major || minor != prov.minor || patch != prov.patch; 119 int fips_provider_version_le(OSSL_LIB_CTX *libctx, int major, int minor, int patch) 129 || (prov.minor == minor && prov.patch <= patch))) 174 int major, minor, patch, r; local [all...] |
| /src/external/bsd/unbound/dist/doc/ |
| README.ipset.md | 7 I did some research for this. Unfortunately, Unbound, My favorite dns service doesn't support ipset yet. So, I decided to implement it by my self and contribute the patch. It's good for me and the community. 26 * This patch could work with iptables rules to batch block the IPs.
|
| /src/usr.bin/make/unit-tests/ |
| dir.exp | 10 Expanding "{pre-,}{patch,configure}"... Expanding "pre-{patch,configure}"... pre-patch pre-configure 11 Expanding "{patch,configure}"... pre-patch pre-configure patch configure 12 pre-patch pre-configure patch configure 35 : pre-patch 37 : patch [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_linux_s390.cc | 125 unsigned int major, minor, patch = 0; local 137 patch = internal_simple_strtoll(ptr+1, &ptr, 10); 139 if (major == 2 && minor == 6 && patch == 32 && ptr[0] == '-' && 155 if (minor == 2 && patch >= 79) 158 if (minor == 12 && patch >= 58) 160 if (minor == 10 && patch == 0 && ptr[0] == '-' && 176 if (minor == 1 && patch >= 21) 179 if (minor == 4 && patch >= 6) 181 if (minor == 4 && patch == 0 && ptr[0] == '-' &&
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_linux_s390.cpp | 131 unsigned int major, minor, patch = 0; local 143 patch = internal_simple_strtoll(ptr+1, &ptr, 10); 145 if (major == 2 && minor == 6 && patch == 32 && ptr[0] == '-' && 161 if (minor == 2 && patch >= 79) 164 if (minor == 12 && patch >= 58) 166 if (minor == 10 && patch == 0 && ptr[0] == '-' && 182 if (minor == 1 && patch >= 21) 185 if (minor == 4 && patch >= 6) 187 if (minor == 4 && patch == 0 && ptr[0] == '-' &&
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_linux_s390.cpp | 125 unsigned int major, minor, patch = 0; local 137 patch = internal_simple_strtoll(ptr+1, &ptr, 10); 139 if (major == 2 && minor == 6 && patch == 32 && ptr[0] == '-' && 155 if (minor == 2 && patch >= 79) 158 if (minor == 12 && patch >= 58) 160 if (minor == 10 && patch == 0 && ptr[0] == '-' && 176 if (minor == 1 && patch >= 21) 179 if (minor == 4 && patch >= 6) 181 if (minor == 4 && patch == 0 && ptr[0] == '-' &&
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
| DemangleConfig.h | 36 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ 38 ((maj) << 20) + ((min) << 10) + (patch)) 40 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ 43 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0
|
| /src/external/bsd/unbound/dist/contrib/ios/ |
| install_openssl.sh | 25 # OpenSSL 1.1.1d patch. OK to remove once OpenSSL version is bumped. 28 if ! patch -u -p0 < ../contrib/ios/openssl.patch; then 29 echo "Failed to patch OpenSSL"
|
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| os.h | 55 isc_os_kernel(char **name, int *major, int *minor, int *patch); 57 * Fill the running kernel version into major, minor and patch.
|
| /src/external/public-domain/xz/dist/src/liblzma/api/lzma/ |
| version.h | 24 /** \brief Patch version number of the liblzma release. */ 86 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ 87 #major "." #minor "." #patch stability commit 89 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ 90 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| compat_level.c | 20 /* long patch, 37 /* "major.minor.patch" but will also accept the shorter forms 44 /* bits) or more, while the minor and patch numbers can range 79 /* The patch and minor fields range from 0..1023 (10 bits) while 116 * version, and patch level. 158 long major, minor, patch, res = 0; local 177 patch = sane_strtol(start, &remainder, 10); 179 && GOOD_PATCH(patch)) { 180 return (res | ENCODE_PATCH(patch)); 190 long compat_level_from_numbers(long major, long minor, long patch, 226 long patch; local [all...] |
| mail_version.c | 15 /* int patch; /* patchlevel or -1 */ 139 mp->patch = -1; 140 else if ((mp->patch = mail_version_int(patch_field)) < 0) 222 if (mp->patch < 0) 225 vstream_printf("patch: %d\n", mp->patch);
|
| mail_version.h | 83 int patch; /* null */ member in struct:__anon23114
|
| /src/tools/binstall/ |
| mkmanifest | 6 *instal*|*patch*|*update*|*setup*)
|
| /src/external/mit/xorg/bin/xedit/modules/progmodes/ |
| Makefile | 8 FILES= c.lsp html.lsp imake.lsp lisp.lsp make.lsp man.lsp patch.lsp \
|
| /src/external/bsd/libfido2/dist/fuzz/ |
| build-coverage | 19 # Patch, build, and install libcbor. 20 (cd "${LIBCBOR}" && patch -N -l -s -p0 < "${LIBFIDO2}/fuzz/README") || true
|
| /src/external/mit/libuv/dist/docs/src/ |
| conf.py | 29 patch = int(m.group(1)) 34 return '%d.%d.%d%s' % (major, minor, patch, '-%s' % suffix if not is_release else '')
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
| bios.h | 24 u8 patch; member in struct:nvkm_bios::__anon5203
|