HomeSort by: relevance | last modified time | path
    Searched refs:original (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /src/bin/sleep/
sleep.c 80 time_t original; local in function:main
166 original = ntime.tv_sec;
167 if (original < 86400) {
169 original++;
204 report(ntime.tv_sec, original, msg);
210 report(const time_t remain, const time_t original, const char * const msg)
213 warnx("In the final moments of the original"
214 " %g%s second%s", (double)original, msg,
215 original == 1 && *msg == '\0' ? "" : "s");
218 " out of the original %g%s"
    [all...]
  /src/tests/usr.bin/xlint/lint1/
parse_init_declarator.c 35 int original __symbolrename(renamed);
  /src/sys/lib/libkern/arch/m68k/
udivsi3.S 95 | to adjust this quotient, we multiply it by the original
96 | divisor and subtract the result from the original dividend.
100 | too big, and the subtraction result plus the original
118 moveal %d2, %a1 | save original divisor
122 movel 8(%sp), %d1 | load original dividend
  /src/tests/usr.bin/patch/
t_patch.sh 83 printf '%s\n' 'original file' > to_patch
89 -original text
108 printf '%s\n' 'original file' > to_patch
114 -original text
124 printf '%s\n' 'original file' > to_patch
131 printf '%s\n' 'original file' > to_patch
145 printf '%s\n' 'original file' > to_patch
151 -original text
169 # Make sure the backup files match the original files.
  /src/tests/usr.bin/compress/
t_pr_19722.sh 32 # original file, the original file is kept.
47 # file becomes larger than the original.
66 atf_check cp file original
71 atf_check cmp file original
  /src/sys/dev/hid/
hidkbdsc.h 101 uint8_t original; member in struct:hidkbd_translation
  /src/common/lib/libc/arch/sparc/string/
bzero.S 67 mov %o0, %g1 ! save original pointer
176 mov %g1, %o0 ! restore original pointer
  /src/usr.bin/make/unit-tests/
varmod-exclam-shell.mk 4 # argument, independent of the value or the name of the original variable.
dep.mk 14 # Ensure that the target still has the original operator. If it hadn't, there
varmod-order-shuffle.mk 37 # Sorting after shuffling must produce the original numbers.
varparse-undef-partial.mk 36 # In contrast to the previous line, evaluating the original LIST again now
directive-for.mk 68 . warning After the .for loop, var must still have its original value.
71 . warning After the .for loop, var2 must still have its original value.
82 . warning After the .for loop, var must still have its original value.
85 . warning After the .for loop, var2 must still have its original value.
  /src/sys/fs/cd9660/
cd9660_util.c 188 int original, int casetrans, int assoc, int joliet_level)
205 else if (!original && c == ';') {
  /src/common/dist/zlib/contrib/ada/
buffer_demo.adb 18 -- compressed text into a buffer of the same size as the original text.
102 ("Decompressed text matches original text : "
  /src/usr.bin/spell/spellprog/
spellprog.c 288 static char original[LINE_MAX]; variable in typeref:typename:char[]
392 for (cp = word, dp = original; cp < ep; )
402 for (cp = original + 1, dp = word + 1; dp < ep; dp++, cp++)
408 for (cp = original, dp = word; (*dp = *cp++); dp++) {
425 fprintf(f, "%s\t%s\n", affix, original);
427 fprintf(f, "%s\n", original);
  /src/lib/libc/arch/sparc64/gen/
modf.S 132 and %l5, %l3, %l5 ! save original rounding mode
150 * Now insert the original sign in %f4:f5.
162 * The value in %f4:f5 is now the integer portion of the original
164 * from the original value argument (%d0), and return the result.
173 * We get here if the original comparison of %f4:f5 (v) to
175 * case the integer part is the original value, and the
  /src/sys/arch/m68k/m68k/
reenter_syscall.s 43 movel (%sp),-(%sp) | push syscall no (original d0 value)
  /src/common/lib/libc/arch/sparc64/string/
memset.S 60 mov %o0, %o4 ! Save original pointer
158 * On exiting this routine we undo the damage: restore the original
  /src/share/mk/
bsd.kinc.mk 15 # Note that the original bits will be 'rm -rf'd rather than
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
s5pv210-smdkc110.dts 12 * NOTE: This file is completely based on original board file for mach-smdkc110
s5pv210-torbreck.dts 12 * NOTE: This file is completely based on original board file for mach-torbreck
s5pv210-smdkv210.dts 12 * NOTE: This file is completely based on original board file for mach-smdkv210
  /src/lib/libc/arch/sparc/gen/
modf.S 137 and %l5, %l3, %l5 ! save original rounding mode
155 * Now insert the original sign in %f4:f5.
169 * The value in %f4:f5 is now the integer portion of the original
171 * from the original value argument (%i0:i1), and return the result.
182 * We get here if the original comparison of %f4:f5 (v) to
184 * case the integer part is the original value, and the
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception.h 46 // You can access original function by calling REAL(foo)(bar, baz).
98 const __sanitizer::uptr original; member in struct:interpose_substitution
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_amd64.S 56 mov %rbx, %rsp # restore the original rsp
136 mov %rbx, %rsp # restore the original rsp

Completed in 35 milliseconds

1 2 3