Searched refs:mb (Results 1 - 25 of 189) sorted by relevance

12345678

/macosx-10.9.5/procmail-14/procmail/src/
H A Dmemblk.c26 #define set_fd(mb,num) mb->fd=(num)
29 #define set_fd(mb,num) do{}while(0)
32 void makeblock(mb,len)memblk*const mb;const long len;
33 { mb->len=0;mb->p=malloc(1);set_fd(mb,-1);
35 resizeblock(mb,len,0);
38 void freeblock(mb)membl
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dmessagebox1.rb5 mb = Tk::Iwidgets::Messagebox.new(:hscrollmode=>:dynamic,
9 mb.pack(:padx=>5, :pady=>5, :fill=>:both, :expand=>true)
11 mb.type_add('ERROR', :background=>'red', :foreground=>'white', :bell=>true)
12 mb.type_add('WARNING', :background=>'yellow', :foreground=>'black')
13 mb.type_add('INFO', :background=>'white', :foreground=>'black')
15 mb.issue('This is an error message in red with a beep', 'ERROR')
16 mb.issue('This warning message in yellow', 'WARNING')
17 mb.issue('This is an informational message', 'INFO')
H A Dmessagebox2.rb5 mb = Tk::Iwidgets::Messagebox.new(:hscrollmode=>:dynamic,
9 mb.pack(:padx=>5, :pady=>5, :fill=>:both, :expand=>true)
11 error = mb.type_add(:background=>'red', :foreground=>'white', :bell=>true)
12 warning = mb.type_add(:background=>'yellow', :foreground=>'black')
13 info = mb.type_add(:background=>'white', :foreground=>'black')
15 mb.issue('This is an error message in red with a beep', error)
16 mb.issue('This warning message in yellow', warning)
17 mb.issue('This is an informational message', info)
H A Dmenubar2.rb8 mb = Tk::Iwidgets::Menubar.new
9 mb.menubuttons = [
22 mb.add(:command, '.edit.undo', :label=>'Undo', :underline=>0)
23 mb.add(:separator, '.edit.sep2')
24 mb.add(:command, '.edit.cut', :label=>'Cut', :underline=>1)
25 mb.add(:command, '.edit.copy', :label=>'Copy', :underline=>1)
26 mb.add(:command, '.edit.paste', :label=>'Paste', :underline=>0)
28 mb.add(:menubutton, '.options', :text=>'Options', :menu=>[
37 mb.add(:cascade, '.options.prefs', :label=>'Preferences', :menu=>[
42 mb
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dmenubutton.tcl73 proc ttk::menubutton::PostPosition {mb menu} {
74 set x [winfo rootx $mb]
75 set y [winfo rooty $mb]
76 set dir [$mb cget -direction]
78 set bw [winfo width $mb]
79 set bh [winfo height $mb]
95 set index [FindMenuEntry $menu [$mb cget -text]]
108 proc ttk::menubutton::Popdown {mb} {
109 if {[$mb instate disabled] || [set menu [$mb cge
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/generic/
H A Dmb_7.h27 dns_name_t mb; member in struct:dns_rdata_mb
H A Dmb_7.c130 dns_rdata_mb_t *mb = source; local
135 REQUIRE(mb->common.rdtype == type);
136 REQUIRE(mb->common.rdclass == rdclass);
141 dns_name_toregion(&mb->mb, &region);
148 dns_rdata_mb_t *mb = target; local
155 mb->common.rdclass = rdata->rdclass;
156 mb->common.rdtype = rdata->type;
157 ISC_LINK_INIT(&mb->common, link);
162 dns_name_init(&mb
170 dns_rdata_mb_t *mb = source; local
[all...]
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Ddmnt.c70 struct statfs *mb = (struct statfs *)NULL; local
80 if ((n = getmntinfo(&mb, MNT_NOWAIT)) <= 0) {
87 for (; n; n--, mb++) {
89 if (!mb->f_type)
99 if (getattrlist(mb->f_mntonname, &al, &ab, sizeof(ab), 0) == 0) {
104 if (mb->f_flags & MNT_AUTOMOUNTED) {
105 if (!strncmp(mb->f_mntfromname, "map ", 4)
106 || !strcmp(mb->f_mntfromname, "trigger"))
116 if (!(dn = mkstrcpy(mb->f_mntonname, (MALLOC_S *)NULL))) {
121 safestrprt(mb
[all...]
/macosx-10.9.5/autofs-234/automountd/
H A Dmount_xdr.c134 mountbody *mb, *tmp; local
139 mb = tmp;
140 tmp = mb->ml_next;
141 if (!xdr_name(xdrs, &mb->ml_hostname))
143 if (!xdr_dirpath(xdrs, &mb->ml_directory))
145 free(mb);
152 mountbody *mb; local
163 mb = (mountbody *)malloc(sizeof (struct mountbody));
164 if (mb == NULL) {
169 mb
192 mountbody *mb; local
[all...]
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dhotspot.d60 this->mb = args[0]->b_blkno / 2048;
62 lquantize(this->mb, 0, DISK_MB_MAX, REPORT_SCALE_MB);
/macosx-10.9.5/dtrace-118.1/DTTk/Disk/
H A Dhotspot.d60 this->mb = args[0]->b_blkno / 2048;
62 lquantize(this->mb, 0, DISK_MB_MAX, REPORT_SCALE_MB);
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_palisade.c479 event = (unsigned short) (getint((u_char *) &mb(1)) & 0xffff);
484 switch (mb(0) & 0xff) {
500 lat = getdbl((u_char *) &mb(42)) * R2D;
501 lon = getdbl((u_char *) &mb(50)) * R2D;
502 alt = getdbl((u_char *) &mb(58));
509 if (mb(st)) {
510 if (mb(st) > 0) ts++;
511 printf(" %02d", mb(st));
517 GPS_UTC_Offset = getint((u_char *) &mb(16));
525 secs = getdbl((u_char *) &mb(
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dmentry.tcl199 proc ttk::menuentry::PostPosition {mb menu} {
200 set x [winfo rootx $mb]
201 set y [winfo rooty $mb]
202 set dir "below" ; #[$mb cget -direction]
204 set bw [winfo width $mb]
205 set bh [winfo height $mb]
221 set index [FindMenuEntry $menu [$mb cget -text]]
248 proc ttk::menuentry::Pulldown {mb x y} {
250 if {[$mb instate disabled] || [set menu [$mb cge
[all...]
/macosx-10.9.5/pdisk-9/
H A Dvalidate.c85 static DPME *mb; variable
137 mb = entry->data;
146 mb = (DPME *) buffer;
147 convert_dpme(mb, 1);
416 if (mb->dpme_signature != DPME_SIGNATURE) {
419 limit = mb->dpme_map_entries;
448 if (mb->dpme_signature != DPME_SIGNATURE) {
450 printf("\tsignature is 0x%x, should be 0x%x\n", mb->dpme_signature, DPME_SIGNATURE);
453 if (mb->dpme_reserved_1 != 0) {
455 printf("\treserved word is 0x%x, should be 0\n", mb
[all...]
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Ddmnt.c58 struct statfs *mb = (struct statfs *)NULL; local
68 if ((n = getmntinfo(&mb, MNT_NOWAIT)) <= 0) {
75 for (; n; n--, mb++) {
77 if (!mb->f_type)
84 if (!(dn = mkstrcpy(mb->f_mntonname, (MALLOC_S *)NULL))) {
89 safestrprt(mb->f_mntonname, stderr, 0);
91 safestrprt(mb->f_mntfromname, stderr, 0);
115 safestrprt(mb->f_fstypename, stderr, 0);
118 safestrprt(mb->f_mntonname, stderr, 1);
123 sb.st_dev = (dev_t)mb
[all...]
/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_crypt.c199 mbuf_t mb; local
256 for (mb = mbp->mb_top; mb != NULL; mb = mbuf_next(mb))
257 MD5Update(&md5, mbuf_data(mb), (unsigned int)mbuf_len(mb));
270 mbuf_t mb; local
282 mb = mdp->md_top;
283 KASSERT(mbuf_len(mb) >
365 mbuf_t mb; local
460 mbuf_t mb, mb_temp; local
[all...]
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dwcstof.c54 char mb[MB_CUR_MAX + 1]; local
69 while (*nptr && (len = wcrtomb_l(mb, *nptr, &mbs, ctype)) != (size_t)-1) {
70 mb[len] = 0;
71 if (_simple_sappend(b, mb) < 0) { /* no memory */
H A Dwcstold.c54 char mb[MB_CUR_MAX + 1]; local
69 while (*nptr && (len = wcrtomb_l(mb, *nptr, &mbs, ctype)) != (size_t)-1) {
70 mb[len] = 0;
71 if (_simple_sappend(b, mb) < 0) { /* no memory */
H A Dwcstod.c78 char mb[MB_CUR_MAX + 1]; local
93 while (*nptr && (len = wcrtomb_l(mb, *nptr, &mbs, ctype)) != (size_t)-1) {
94 mb[len] = 0;
95 if (_simple_sappend(b, mb) < 0) { /* no memory */
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Ducm.c273 UCMapping *mb, *mbLimit; local
276 mb=base->mappings;
277 mbLimit=mb+base->mappingsLength;
279 while(mb<mbLimit) {
280 flag=mb->moveFlag;
283 mb->moveFlag=0;
287 ucm_addMapping(ext, mb, UCM_GET_CODE_POINTS(base, mb), UCM_GET_BYTES(base, mb));
291 if(mb<(mbLimi
311 UCMapping *mb, *me, *mbLimit, *meLimit; local
415 UCMapping *mb, *me; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_pr.c154 DB_MSGBUF mb; local
161 DB_MSGBUF_INIT(&mb);
163 __db_msgadd(env, &mb, "%s: %#lx",
165 __db_prflags(env, &mb, dbp->flags, __db_flags_fn, " (", ")");
166 DB_MSGBUF_FLUSH(env, &mb);
263 DB_MSGBUF mb; local
273 DB_MSGBUF_INIT(&mb);
288 env, &mb, "\tfree list: %lu", (u_long)dbmeta->free);
293 DB_MSGBUF_FLUSH(env, &mb);
301 __db_msgadd(env, &mb, "
382 DB_MSGBUF mb; local
473 DB_MSGBUF mb; local
833 DB_MSGBUF mb; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/bitreader/
H A Dllvm_bitreader.mli17 (** [get_module context mb] reads the bitcode for a new module [m] from the
18 memory buffer [mb] in the context [context]. Returns [m] if successful, or
24 (** [parse_bitcode context mb] parses the bitcode for a new module [m] from the
25 memory buffer [mb] in the context [context]. Returns [m] if successful, or
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dwc.h50 int mb; member in struct:__anon9334
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtkmenubutton.rb14 :direction=>:right, :relief=>:raised){|mb|
15 menu TkMenu.new(:parent=>mb, :tearoff=>0){
27 :direction=>:below, :relief=>:raised){|mb|
28 menu(TkMenu.new(:parent=>mb, :tearoff=>0){
40 :direction=>:above, :relief=>:raised){|mb|
41 menu TkMenu.new(:parent=>mb, :tearoff=>0){
53 :direction=>:left, :relief=>:raised){|mb|
54 menu(TkMenu.new(:parent=>mb, :tearoff=>0){
/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_stat.c254 DB_MSGBUF mb; local
258 DB_MSGBUF_INIT(&mb);
287 __db_msgadd(env, &mb, "%s\tData dir", *p);
288 DB_MSGBUF_FLUSH(env, &mb);
652 DB_MSGBUF mb; local
660 DB_MSGBUF_INIT(&mb);
662 __db_msgadd(env, &mb, "%x", (u_int)*id);
664 __db_msgadd(env, &mb, " ");
667 __db_msgadd(env, &mb, "%s", suffix);
668 DB_MSGBUF_FLUSH(env, &mb);
707 DB_MSGBUF mb; local
741 DB_MSGBUF mb; local
[all...]

Completed in 170 milliseconds

12345678