Displaying 5 results from an estimated 5 matches for "bpos".
Did you mean:
bios
2009 Feb 15
2
COM32 module: Read-Only shell
...urn curpos;
+}
+
+/* Parse a string for the first non-space string, returning the end position
+ * from src
+ * dest string to contain the first non-space string
+ * src string to parse
+ * ipos Position to start in src
+ */
+int rosh_parse_sp_1(char *dest, const char *src, const int ipos)
+{
+ int bpos, epos; /* beginning and ending position of source string
+ to copy to destination string */
+
+ bpos = 0;
+ epos = 0;
+/* //HERE-error condition checking */
+ bpos = rosh_search_nonsp(src, ipos);
+ epos = rosh_search_sp(src, bpos);
+ if (epos > bpos) {
+ memcpy(dest, src + bpos, epos-bpos);
+...
2010 Dec 18
1
Can I make my colnames bold?
Hello forum! As the subject indicates, I am trying to make a barplot and
would like my column names to be in bold. Is this possible in R without
having to make my column names in mtext? Any help would be much
appreciated. The code I am using is as follows.
par(mar=c(3,8,2,2))
par(adj=.5)
par(font=2)
par(oma=c(3,3,3,3))
par(xpd=TRUE)
Blot<-matrix(c(25.2995, 0.7625, 25.6135, 36.5770,
2007 Mar 20
2
Ticks on barplots
Dear Gurus,
Using R 2.4.1 on Windows XP
I am generating stacked barplots of age-composition of fish populations
(Y) over time (X). As there are many years, not every bars is labeled.
When looking at the plot, it becomes difficult to associate labels with
their bars.
We have improved this a bit by using axis() to add a tickmark below each
bar. Can anyone suggest a way to draw ticks ONLY
2003 Jun 11
1
nfs panic with umount -f
...f_trapno = 12, tf_err = 2, tf_eip = 134523456, tf_cs = 31,
at /usr/src/sys/i386/i386/trap.c:1175
#21 0xc038a9d5 in Xint0x80_syscall ()
#22 0x804849b in ?? ()
#23 0x804813e in ?? ()
(kgdb) list
1577 register caddr_t cp;
1578 register int32_t t1, t2;
1579 caddr_t bpos, dpos, cp2;
1580 int error = 0, wccflag = NFSV3_WCCRATTR;
1581 struct mbuf *mreq, *mrep, *md, *mb, *mb2;
1582 int v3 = NFS_ISV3(dvp);
1583
1584 nfsstats.rpccnt[NFSPROC_REMOVE]++;
1585 nfsm_reqhead(dvp, NFSPROC_REMOVE,
1586 NF...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and