Home
last modified time | relevance | path

Searched refs:kb (Results 1 – 25 of 26) sorted by relevance

12

/mirbsd/src/sys/kern/
Dkern_malloc.c531 struct kmembuckets kb; local
557 bcopy(&bucket[BUCKETINDX(name[1])], &kb, sizeof(kb));
558 kb.kb_next = kb.kb_last = 0;
559 return (sysctl_rdstruct(oldp, oldlenp, newp, &kb, sizeof(kb)));
/mirbsd/src/lib/libc/db/btree/
Dbt_put.c75 char *dest, db[NOVFLSIZE], kb[NOVFLSIZE]; in __bt_put() local
123 tkey.data = kb; in __bt_put()
125 memmove(kb, &pg, sizeof(pgno_t)); in __bt_put()
127 memmove(kb + sizeof(pgno_t), in __bt_put()
/mirbsd/src/usr.bin/yacc/
Dyyfix.sh66 /}/kb
/mirbsd/src/share/doc/papers/kernmalloc/
Dspell.ok36 kb
/mirbsd/src/sbin/sysctl/
Dsysctl.c769 struct kmembuckets *kb = (struct kmembuckets *)buf; in parse() local
773 printf("calls = %llu ", (long long)kb->kb_calls); in parse()
774 printf("total_allocated = %llu ", (long long)kb->kb_total); in parse()
775 printf("total_free = %lld ", (long long)kb->kb_totalfree); in parse()
776 printf("elements = %lld ", (long long)kb->kb_elmpercl); in parse()
777 printf("high watermark = %lld ", (long long)kb->kb_highwat); in parse()
778 printf("could_free = %lld", (long long)kb->kb_couldfree); in parse()
/mirbsd/src/gnu/usr.bin/perl/hints/
Dpowerux.sh134 /tTILlM+IAd7Fb2E>FI11W[4obQ_a\Vs;D1mE>OF[CBa^G0WJcPk%r@:\mr&.(kb/"'s3$A9`:4N<e
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Dsccs2rcs.in246 rcs -i -kb -t$emptyfile $file
Dpvcs2rcs.in857 $rcs_command .= " -kb";
859 print "Binary attribute -kb added ("
/mirbsd/src/gnu/usr.bin/perl/lib/Term/
DCap.pm665 kb=\0177:
/mirbsd/src/lib/libc/stdlib/
Dstrtod.c1074 int k, ka, kb; in ratio() local
1077 value(db) = b2d(b, &kb); in ratio()
1079 k = ka - kb + 32*(a->wds - b->wds); in ratio()
1081 k = ka - kb + 16*(a->wds - b->wds); in ratio()
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dlnk960.em164 { bfd_mach_i960_kb_sb ,"kb" },
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlhist.pod549 The "diff lines kb" means that for example the patch 5.003_08, to be
/mirbsd/src/gnu/usr.bin/cvs/doc/
Dgetdate.texi518 and then edited by K.@: Berry (@email{kb@@cs.umb.edu}).
Dcvs.texinfo1592 contains sticky options (for example @samp{-kb} for a
4922 to @samp{-kb}). Therefore, when a repository contained binary files,
4928 overrides the @samp{-kb} keyword expansion mode setting for binary
5048 binary data, specify @samp{-kb} (@pxref{Binary files}).
5844 The @samp{-kb} option available with some @sc{cvs}
5849 using the @samp{-kb} flag:
5853 $ cvs add -kb -m"A test file" kotest
5857 If a file accidentally gets added without @samp{-kb},
5865 $ cvs admin -kb kotest
5882 admin -kb} command sets the default keyword
[all …]
Dcvsclient.texi459 option. If the file is binary (as specified by the @samp{-kb} option in
815 request (for example @samp{-kb} for a binary file). This is similar to
/mirbsd/src/gnu/usr.bin/cvs/
DNEWS10 vulnerabilities advisories #238678 <http://www.kb.cert.org/vuls/id/238678> &
11 #680620 <http://www.kb.cert.org/vuls/id/680620> for more.
174 <http://www.kb.cert.org/vuls/id/238678>, as well as some other minor bugs we
1274 * Using the -kb option to specify binary files now works--most cases
DFAQ2586 Then, specify 'cvs add -kb' instead of just 'cvs add' to add a binary
2588 -kb' (and then check in a new copy of the file). Note that old
2589 versions of CVS used -ko instead of -kb for binary files, so if you
2591 think -kb instead.
/mirbsd/src/lib/libncurses/src/man/
Dterminfo.cat5605 key_backspace kbs kb backspace key
2070 given: kkllll (home down), kkbbss (backspace), kkttbbcc (clear all
2080 given as kkaa11, kkaa33, kkbb22, kkcc11, and kkcc33. These keys are useful
/mirbsd/src/gnu/usr.bin/lynx/src/
DGridText.c3958 unsigned char kb = UCH(text->kanji_buf); in HText_appendCharacter() local
3961 (unsigned char *) &kb, in HText_appendCharacter()
3964 text->kanji_buf = kb; in HText_appendCharacter()
/mirbsd/src/share/zoneinfo/datfiles/
Dafrica279 # > http://support.microsoft.com/kb/958729/
Deurope1934 # http://www.astro.uni.torun.pl/~kb/Artykuly/U-PA/Czas2.htm#tth_tAb1
/mirbsd/src/lib/libncurses/src/include/
DCaps379 key_backspace kbs str kb KEY_BACKSPACE 0407 YB-G- backspace key
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo2474 then the processor would only be able to address 64kb of instructions.
2479 refer to code. Thus, the D10V can use 16-bit words to address 256kb of
/mirbsd/src/lib/libncurses/src/
DNEWS4839 (reduces size by up to 2.6kb):
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES9024 * add kb/sec rate to HTReadProgress message - TD

12