| /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/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/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] == '-' &&
|
| sanitizer_linux_libcdep.cc | 169 int *patch) { 182 *patch = (*p == '.') ? internal_simple_strtoll(p + 1, &p, 10) : 0; 226 bool CmpLibcVersion(int major, int minor, int patch) { 240 return pa >= patch; 283 int patch; local 284 if (GetLibcVersion(&major, &minor, &patch) && major == 2) { 301 else if (minor == 11 || (minor == 12 && patch == 1))
|
| /src/tools/binstall/ |
| mkmanifest | 6 *instal*|*patch*|*update*|*setup*)
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
| bios.h | 24 u8 patch; member in struct:nvkm_bios::__anon5202
|
| /src/tests/usr.bin/ |
| Makefile | 11 nbperf netpgpkeys netpgpverify patch pkill pr printf pwhash \
|
| /src/sys/arch/sparc/stand/boot/ |
| prompatch.c | 42 * Each patch entry is processed by: 43 * printf(message); prom_interpret(patch); printf("\n"); 47 const char *patch; member in struct:patch_entry 306 prom_interpret(e->patch);
|
| /src/sys/dev/ic/ |
| oplvar.h | 39 const struct opl_operators *patch; member in struct:opl_voice
|
| opl.c | 323 const struct opl_operators *p = sc->voices[v].patch; 544 v->patch = p; 554 p = v->patch;
|
| aic7xxx.c | 235 const struct patch **start_patch, 6284 const struct patch *cur_patch; 6327 * is in a patch that was removed. 6374 ahc_check_patch(struct ahc_softc *ahc, const struct patch **start_patch, 6377 const struct patch *cur_patch; 6378 const struct patch *last_patch; 6381 num_patches = sizeof(patches)/sizeof(struct patch); 6393 /* Accepted this patch. Advance to the next 6437 const struct patch *cur_patch;
|
| aic79xx.c | 225 const struct patch **start_patch, 8261 const struct patch *cur_patch; 8364 * is in a patch that was removed. 8412 ahd_check_patch(struct ahd_softc *ahd, const struct patch **start_patch, 8415 const struct patch *cur_patch; 8416 const struct patch *last_patch; 8419 num_patches = sizeof(patches)/sizeof(struct patch); 8431 /* Accepted this patch. Advance to the next 8450 const struct patch *cur_patch;
|
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm.c | 70 typedef struct patch { struct 71 STAILQ_ENTRY(patch) links; 78 STAILQ_HEAD(patch_list, patch) patches; 85 static void emit_patch(scope_t *scope, int patch); 295 /* Patch up forward jump addresses */ 392 stop("Patch argument list not defined", 396 * Output patch information. Patch functions first. 422 "static const struct patch {\n" 472 * Emit the first patch for this scop [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| nouveau_nvkm_subdev_bios_base.c | 196 bios->version.patch = nvbios_rd08(bios, bit_i.offset + 4); 207 bios->version.minor, bios->version.micro, bios->version.patch);
|
| /src/sys/external/bsd/gnu-efi/dist/ |
| Makefile | 112 @git diff | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; patch -s -p1 -b -z .gitdiff )
|
| /src/usr.bin/ |
| Makefile | 23 pagesize passwd paste patch pathchk pkill pmap pr \
|
| /src/distrib/evbsh3/rom/ramdiskcommon/ |
| ramdiskbin.conf | 43 progs nice nl nohup paste patch pr printenv printf quota renice rev rpcgen
|
| /src/sys/dev/usb/ |
| if_atureg.h | 370 uint8_t patch; member in struct:atu_fw
|
| /src/sys/sys/ |
| cdio.h | 212 u_char patch[4]; /* one for each channel */ member in struct:ioc_patch
|
| /src/sys/arch/x86/conf/ |
| files.x86 | 105 file arch/x86/x86/patch.c machdep & !xenpv
|
| /src/usr.bin/crunch/examples/ |
| really-big.conf | 47 progs pagesize passwd paste patch pr printenv printf quota ranlib
|
| /src/sys/dev/scsipi/ |
| cd.c | 1326 return (cd_setchan(cd, arg->patch[0], arg->patch[1], 1327 arg->patch[2], arg->patch[3], 0));
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_ci_dpm.c | 2506 bool patch; local 2510 patch = ((tmp & 0x0000f00) == 0x300) ? true : false; 2512 if (patch && 4545 bool patch; local 4548 patch = ((tmp & 0x0000f00) == 0x300) ? true : false; 4550 if (patch && 5513 /* patch up boot state */
|