Home
last modified time | relevance | path

Searched refs:scratch (Results 1 – 25 of 62) sorted by relevance

123

/mirbsd/src/libexec/login_token/
Dtoken.c356 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/
DGuess.pm134 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/
Dhtpasswd.c506 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/
Dunits.c318 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/
Dmod_autoindex.c1391 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/
Dhttp_log.c239 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/
Dfork-child.c53 breakup_args (char *scratch, char **argv) in breakup_args() argument
55 char *cp = scratch; in breakup_args()
Dframe.c517 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()
Dnto-procfs.c925 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/
Dautouse.t50 ok( $@, qr/^It is but a scratch!/);
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
DREADME5 If your version of patch can't create a file from scratch, then you'll
/mirbsd/src/sbin/fsdb/
Dfsdb.c227 #define scratch known in cmdloop() macro
247 while ((elline = el_gets(elptr, &scratch)) != NULL && scratch != 0) { in cmdloop()
/mirbsd/src/distrib/generic/
DMakefile37 echo Need /bsd.gz for scratch space!; \
/mirbsd/src/lib/libssl/src/doc/crypto/
Dacss.pod62 ACSS is a stream cipher written from scratch and believed to be interoperable
/mirbsd/src/gnu/usr.bin/perl/ext/DynaLoader/
DREADME41 which is a good place to start if porting from scratch. For more complex
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-sparc.texi164 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/
DREADME1 The cal(1) date routines were written from scratch, basically from first
/mirbsd/src/lib/libssl/src/crypto/md5/asm/
Dmd5-sparcv9.S95 .register %g2,#scratch
96 .register %g3,#scratch
100 .register %g2,#scratch
101 .register %g3,#scratch
/mirbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx.reg3 * 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/
Ddisktab93 # f == scratch
/mirbsd/src/gnu/usr.bin/perl/
DREADME.epoc128 Start again from scratch
DREADME.plan9111 minutes to build the distribution from scratch.
/mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/
DMakefile.PL722 from scratch (re-run perl "Makefile.PL").
/mirbsd/src/sys/dev/ic/
Dncr5380.doc121 You must write an interrupt routine pretty much from scratch to check for
/mirbsd/src/sys/dev/pci/
Dncr.c1271 u_char scratch; member
1956 NADDR (scratch),
1960 NADDR (scratch),
1981 NADDR (scratch),
1985 NADDR (scratch),
2068 NADDR (scratch),
2087 NADDR (scratch),

123