| /mirbsd/src/libexec/login_token/ |
| D | token.c | 356 char scratch[9]; in h2cb() local 358 strlcpy(scratch, hp, sizeof(scratch)); in h2cb() 359 cb->ul[0] = strtoul(scratch, NULL, 16); in h2cb() 361 strlcpy(scratch, hp + 8, sizeof(scratch)); in h2cb() 362 cb->ul[1] = strtoul(scratch, NULL, 16); in h2cb() 372 char scratch[17]; in cb2h() local 374 snprintf(scratch, 9, "%8.8lx", cb.ul[0]); in cb2h() 375 snprintf(scratch+8, 9, "%8.8lx", cb.ul[1]); in cb2h() 376 memcpy(hp, scratch, 16); in cb2h()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/lib/Encode/ |
| D | Guess.pm | 134 my $scratch = $line; 135 $try{$k}->decode($scratch, FB_QUIET); 136 if ($scratch eq ''){ 142 $nline, $k, bytes::length($scratch));
|
| /mirbsd/src/usr.sbin/httpd/src/support/ |
| D | htpasswd.c | 506 char scratch[MAX_STRING_LEN]; in main() local 516 strlcpy(scratch, line, sizeof(scratch)); in main() 520 colon = strchr(scratch, ':'); in main() 524 if (strcmp(user, scratch) != 0) { in main()
|
| /mirbsd/src/usr.bin/units/ |
| D | units.c | 318 char *scratch, *savescr; in addunit() local 323 savescr = scratch = dupstr(toadd); in addunit() 324 for (slash = scratch + 1; *slash; slash++) in addunit() 329 slash = strchr(scratch, '/'); in addunit() 334 item = strtok(scratch, " *\t\n/"); in addunit() 395 scratch = slash + 1; in addunit()
|
| /mirbsd/src/usr.sbin/httpd/src/modules/standard/ |
| D | mod_autoindex.c | 1391 pool *scratch = ap_make_sub_pool(r->pool); in output_directories() local 1429 ap_rvputs(r, "<IMG SRC=\"", ap_escape_html(scratch, tp), in output_directories() 1471 ap_clear_pool(scratch); in output_directories() 1474 t = ap_make_full_path(scratch, name, "../"); in output_directories() 1480 anchor = ap_escape_html(scratch, ap_os_escape_path(scratch, t, 0)); in output_directories() 1484 t = ap_pstrcat(scratch, ar[x]->name, "/", NULL); in output_directories() 1488 anchor = ap_escape_html(scratch, ap_os_escape_path(scratch, t, 0)); in output_directories() 1497 ap_escape_html(scratch, in output_directories() 1523 ap_escape_html(scratch, t2), "</A>", in output_directories()
|
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | http_log.c | 239 char scratch[MAX_STRING_LEN]; in log_error_core() local 304 if (ap_vsnprintf(scratch, sizeof(scratch) - len, fmt, args)) { in log_error_core() 305 len += ap_escape_errorlog_item(errstr + len, scratch, in log_error_core()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | fork-child.c | 53 breakup_args (char *scratch, char **argv) in breakup_args() argument 55 char *cp = scratch; in breakup_args()
|
| D | frame.c | 517 struct regcache *scratch in frame_pop() local 519 struct cleanup *cleanups = make_cleanup_regcache_xfree (scratch); in frame_pop() 531 regcache_cpy (current_regcache, scratch); in frame_pop()
|
| D | nto-procfs.c | 925 breakup_args (char *scratch, char **argv) in breakup_args() argument 927 char *pp, *cp = scratch; in breakup_args()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | autouse.t | 50 ok( $@, qr/^It is but a scratch!/);
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Thread/ |
| D | README | 5 If your version of patch can't create a file from scratch, then you'll
|
| /mirbsd/src/sbin/fsdb/ |
| D | fsdb.c | 227 #define scratch known in cmdloop() macro 247 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) { in cmdloop()
|
| /mirbsd/src/distrib/generic/ |
| D | Makefile | 37 echo Need /bsd.gz for scratch space!; \
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | acss.pod | 62 ACSS is a stream cipher written from scratch and believed to be interoperable
|
| /mirbsd/src/gnu/usr.bin/perl/ext/DynaLoader/ |
| D | README | 41 which is a good place to start if porting from scratch. For more complex
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-sparc.texi | 164 the symbol name for that register. If symbol name is @code{#scratch}, 165 it is a scratch register, if it is @code{#ignore}, it just suppresses any
|
| /mirbsd/src/usr.bin/cal/ |
| D | README | 1 The cal(1) date routines were written from scratch, basically from first
|
| /mirbsd/src/lib/libssl/src/crypto/md5/asm/ |
| D | md5-sparcv9.S | 95 .register %g2,#scratch 96 .register %g3,#scratch 100 .register %g2,#scratch 101 .register %g3,#scratch
|
| /mirbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic7xxx.reg | 3 * Aic7xxx register and scratch ram definitions. 1267 * bits of the target scratch space. This should work regardless of 1496 * These scratch ram locations are initialized by the 274X BIOS. 1521 * These are reserved registers in the card's scratch ram on the 2742. 1523 * aic7770, the sequencer can use this area for scratch, but the
|
| /mirbsd/src/etc/etc.i386/ |
| D | disktab | 93 # f == scratch
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.epoc | 128 Start again from scratch
|
| D | README.plan9 | 111 minutes to build the distribution from scratch.
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/ |
| D | Makefile.PL | 722 from scratch (re-run perl "Makefile.PL").
|
| /mirbsd/src/sys/dev/ic/ |
| D | ncr5380.doc | 121 You must write an interrupt routine pretty much from scratch to check for
|
| /mirbsd/src/sys/dev/pci/ |
| D | ncr.c | 1271 u_char scratch; member 1956 NADDR (scratch), 1960 NADDR (scratch), 1981 NADDR (scratch), 1985 NADDR (scratch), 2068 NADDR (scratch), 2087 NADDR (scratch),
|