search for: bdx

Displaying 12 results from an estimated 12 matches for "bdx".

Did you mean: bd
2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
...slinux/com32/modules/ls.c:display_directory + * + * returns the number of files that were successfully parsed, + * or -1 on error + */ +static int parse_bls1_dir(const char *dirname) +{ + DIR *d = NULL; + char *filename = NULL; + struct dirent *de = NULL; + struct blsdata *nbd = NULL, **bdx = NULL; + int i, n_bdx = 0, n_bd = 0; + int rv = 0, fn_len, dn_len; + struct menu *m = current_menu; + const char *tmp = NULL; + + dprintf("Opening bls entries directory %s ", dirname); + + d = opendir(dirname); + dprintf("%s\n", d ? "ok" : "f...
2019 May 24
3
[PATCH] (vesa)menu.c32: Add support for BLS
...b = bd2->efi; + } else { + /* We should never get here */ + return 0; + } + + return strcmp(a, b); +} + +static int parse_bls1_dir(const char *dirname) +{ + DIR *d = NULL; + char *filename = NULL; + struct dirent *de = NULL; + struct blsdata *nbd = NULL, **bdx = NULL; + int i, n_bdx = 0, n_bd = 0; + int rv = -1, fn_len, dn_len; + struct menu *m = current_menu; + + if (!*dirname) + return -1; + + dprintf("Opening bls entries directory %s ", dirname); + + d = opendir(dirname); + dprintf("%s\n", d ? "ok&q...
2007 Aug 30
2
customizing the color and point shape for each line drawn using lattice's xyplot
Description of what I am trying to do: I am using the xyplot code below to plot the variable ?MeanBxg? against the variable ?PercentVarExplained? for all 9 possible combinations of variables ?bdg? and ?bdx?. Within each of these 9 scenarios I am plotting a separate line for each of up to 9 different methods that I used to estimate the variable MeanBxg. These methods are identified by the numeric variable called ?Method.? Giving me one plot with 9 figures and each of the figures contains 9 lines....
2006 Nov 27
1
R.DLL mapping by P/Invoke
....Cdecl)] < .Net 2.0 [return: MarshalAs(UnmanagedType.I4)] delegate RYesNoCancel dgYesNoCancel(string msg); //[UnmanagedFunctionPointer(CallingConvention.Cdecl)] < .Net 2.0 delegate void dgBusy(int which); #endregion #region <BDX Interops frm RPROXY.DLL> /* const string strBdxGetObject = "BDX_get_vtbl at 8"; /// <summary> /// PInvoke with automatic marshal on GetProcAddress to return dgScProxyGetObject function /// </summary> /// <param name="hModule&q...
2007 Oct 17
0
Using R.dll in .NET IPC
....Cdecl)] < .Net 2.0 [return: MarshalAs(UnmanagedType.I4)] delegate RYesNoCancel dgYesNoCancel(string msg); //[UnmanagedFunctionPointer(CallingConvention.Cdecl)] < .Net 2.0 delegate void dgBusy(int which); #endregion #region <BDX Interops frm RPROXY.DLL> /* const string strBdxGetObject = "BDX_get_vtbl at 8"; /// <summary> /// PInvoke with automatic marshal on GetProcAddress to return dgScProxyGetObject function /// </summary> /// <param name="hModule&q...
2001 Mar 20
1
Neuro Net Recordings now provides Ogg Vorbis products
...orbis sites, provides sufficient quality to distribute music on Internet. All NNR products have been converted to Ogg Vorbis format from the former proprietary RealAudio and MP3 formats, free for download. Kenji Rikitake, the Internet Archivist of NNR and also known as an NNR artist known as 'bdx' remarks, "NNR pursues freely-redistributable music since the beginning. While the Internet music distribution is more and more focused to the for-profit activities, we welcome new technologies such as Ogg Vorbis and Icecast, which pursue royalty-free and open-source principles of the dig...
2019 May 25
2
[PATCH] (vesa)menu.c32: Add support for BLS
...t;linux_ || bd->efi) ? 0 : -1; > > +} > > <snip> > > > +static int parse_bls1_dir(const char *dirname) > > +{ > > + DIR *d = NULL; > > + char *filename = NULL; > > + struct dirent *de = NULL; > > + struct blsdata *nbd = NULL, **bdx = NULL; > > + int i, n_bdx = 0, n_bd = 0; > > + int rv = -1, fn_len, dn_len; > > + struct menu *m = current_menu; > > + > > + if (!*dirname) > > + return -1; > > + > > + dprintf("Opening bls entries directory %s ", dirn...
2019 May 25
0
[PATCH] (vesa)menu.c32: Add support for BLS
...eld); > + } > + > + return (bd->linux_ || bd->efi) ? 0 : -1; > +} <snip> > +static int parse_bls1_dir(const char *dirname) > +{ > + DIR *d = NULL; > + char *filename = NULL; > + struct dirent *de = NULL; > + struct blsdata *nbd = NULL, **bdx = NULL; > + int i, n_bdx = 0, n_bd = 0; > + int rv = -1, fn_len, dn_len; > + struct menu *m = current_menu; > + > + if (!*dirname) > + return -1; > + > + dprintf("Opening bls entries directory %s ", dirname); > + > + d = opendir(dirna...
2019 May 27
0
[PATCH] (vesa)menu.c32: Add support for BLS
...} > > > > <snip> > > > > > +static int parse_bls1_dir(const char *dirname) > > > +{ > > > + DIR *d = NULL; > > > + char *filename = NULL; > > > + struct dirent *de = NULL; > > > + struct blsdata *nbd = NULL, **bdx = NULL; > > > + int i, n_bdx = 0, n_bd = 0; > > > + int rv = -1, fn_len, dn_len; > > > + struct menu *m = current_menu; > > > + > > > + if (!*dirname) > > > + return -1; > > > + > > > + dprintf("Openi...
1999 Oct 09
2
Re: R-0.65.1 for WinNT/9XRe: R-0.65.1 for WinNT/9X
Hello. I've dowloaded R-0.65.1 for WinNT/9X. >There is more support for (support of) ActiveX Automation via the >Rproxy.dll: see the file front-ends/readme. And where is this "the file front-ends/readme" which describes R's ActiveX Automation ? In "readme" under "r-install path\" and FAQ for Win port, no description about this. Please teach me.
1999 Oct 09
2
Re: R-0.65.1 for WinNT/9XRe: R-0.65.1 for WinNT/9X
Hello. I've dowloaded R-0.65.1 for WinNT/9X. >There is more support for (support of) ActiveX Automation via the >Rproxy.dll: see the file front-ends/readme. And where is this "the file front-ends/readme" which describes R's ActiveX Automation ? In "readme" under "r-install path\" and FAQ for Win port, no description about this. Please teach me.
2004 Apr 08
0
Mailman results for Cottage (PR#6748)
...ws-1252" >>>>> >>>>> Too many errors encountered; the rest of the message is ignored: > Content-Transfer-Encoding: 7bit > > > Mail Delivery Failed - This mail couldn't be represented > > ------------- failed message ------------- > y$?$BdX(B*mJFnYktT%TOY;k<yH(UBI2()b99~rbPW<0Y517K > 0*7S.CLM4hV)C'l3AYN9J|~zh)fH7DK#))d~chttakzO > |p>i+pcC_4G&lMvu-8T7MDCLwsN-Tn$Bdc(B)ec<-<'I~&WX$B_M(B > 'z?;|ilBFPekpq*;ZZl&+ > > Note: Received message has been sent as a binary file. > > &gt...