search for: ffd

Displaying 10 results from an estimated 10 matches for "ffd".

Did you mean: fd
2010 Aug 01
1
How to create ff objects from database connection
Hi Does anybody know how to create ff objects with data reading from stream objects, such as data reading from PostgreSQL database through RPostgreSQL. For this purpose although we can save the data to a csv file through external tools and then read it through csv readers, but it requires one more data read and write operation, which is of high I/O cost for large datasets. Xiaobo.Gu
2007 Apr 18
0
ffd
Skipped content of type multipart/alternative-------------- next part -----= --------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 17278 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment= s/20070218/1532354e/attachment-0001.gif
2007 Apr 18
0
ffd
Skipped content of type multipart/alternative-------------- next part -----= --------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 17278 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment= s/20070218/1532354e/attachment-0001.gif
2019 Jan 22
1
[PATCH] fix build failure when CONFIG_KLIBC_ZLIB is not set
....c | 6 ++++++ usr/kinit/ramdisk_load.c | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/usr/kinit/initrd.c b/usr/kinit/initrd.c index 7eece2ce..a8385a98 100644 --- a/usr/kinit/initrd.c +++ b/usr/kinit/initrd.c @@ -54,11 +54,14 @@ static int rd_copy_image(const char *path) { int ffd = open(path, O_RDONLY); int rv = -1; +#ifdef CONFIG_KLIBC_ZLIB unsigned char gzip_magic[2]; +#endif if (ffd < 0) goto barf; +#ifdef CONFIG_KLIBC_ZLIB if (xpread(ffd, gzip_magic, 2, 0) == 2 && gzip_magic[0] == 037 && gzip_magic[1] == 0213) { FILE *wfd = fop...
2010 Mar 14
0
[patches] klibc review unsorted patch queue
...return pass; +} + +static int digits_only(const char *s) +{ + while (*s) + if (!isdigit(*s++)) + return 0; + return 1; +} + +int set_loop(const char *device, const char *file, unsigned long long offset, + const char *encryption, int pfd, int *loopro) { + struct loop_info64 loopinfo64; + int fd, ffd, mode, i; + char *pass; + + mode = (*loopro ? O_RDONLY : O_RDWR); + if ((ffd = open(file, mode)) < 0) { + if (!*loopro && errno == EROFS) + ffd = open(file, mode = O_RDONLY); + if (ffd < 0) { + perror(file); + return 1; + } + } + if ((fd = open(device, mode)) < 0) { + per...
2019 Nov 05
0
[klibc:master] losetup: Delete fallbacks to LOOP_{GET, SET}_STATUS
...type); - - printf("\n"); - close (fd); - return 0; - } - errsv = errno; fprintf(stderr, "loop: can't get info on device %s: %s\n", device, strerror (errsv)); @@ -296,21 +248,8 @@ int set_loop(const char *device, const char *file, unsigned long long offset, close (ffd); i = ioctl(fd, LOOP_SET_STATUS64, &loopinfo64); - if (i) { - struct loop_info loopinfo; - int errsv = errno; - - i = loop_info64_to_old(&loopinfo64, &loopinfo); - if (i) { - errno = errsv; - perror("ioctl: LOOP_SET_STATUS64"); - } else { - i = ioctl(fd, LOOP_SE...
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251 Bug ID: 95251 Summary: vdpau decoder capabilities: not supported Product: Mesa Version: 11.2 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2008 Apr 07
4
Staff Manager tutorial from "Prototype and script.aculo.us" by Christophe Porteneuve
...} /* <label id="code.dom.style.dynamic2"/> */ #editor p { position: relative; height: 1.3em; } #edtName, #chkIsGroup { position: absolute; left: 4em; margin-left: 0; } #edtName { padding: 0 0.1em; right: 0; } #edtName:focus, #edtName:active { border: 2px solid black; background: #ffd; } #lblIsGroup { position: absolute; left: 6.3em; } --------------------------------------------- I''m using Prototype v. 1.6.0 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs"...
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
...TLcITOAmQs0BGk0RE0cgTNJQNXAOYB+gGXABrACO+hmMc2HScDFwIqAPMAGwCXAEZ9 OJcwFE7LgcUQn9cHVghcAZguJH4ERVyfubnbPwSPLJ91krTNwZKdbLpTc/JiysjAMZdiM+OhlLj/ i8R/fJFIcZVx/D6+jYZgIbbH6LbuL4e4Iuyhbu9BV2U6+wk5ZWQdG09elgtaQh26PJYcZqEfQw7+ LGhRt+MmVEvu9ua7DrAkUWu/60vHedeHjggH+4HjoOuPSkRm3a4/QPPsftebjrtdrxRGzNAc8kYY yAFFd+1zlLj2HtNdN8Kwq9u1XpD9rjsdE11LHLqhNWq4uQOSP9k1yzvHNQnt1Tjmu/wdaHO/q8Jx s6ss6jVW1NnvGokh+KJsHgY73KF36nHqDTYUR1ibP9+0wxQ0TcddW5Ep3+Q2uUxDTHZTmjnFbDUn mS3meLPZbDTLZo7bxbQIXhR94tmTZsS9OyMjEhpPL5234oRh+oNHnGvMzHEho6ZKdbxudhWrU/tb qG6+on4+2xNh8TPnqAZPFVNT6qiuvkot8dVFTNostdhXp5pmfDfYxdh9IWhVviXC8G0RYZpQbb...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...7ys`>F+2U!Ud0 at dKZ_S{XX$@T6mMtge~K56;NpKy6p!HIe~ESIL-y{!#&T1c_upc< zS)BX#SO}ek2{Vgj|3kr${}vCrj7|=;{*DZ+vEFFpYt7EWI`Fm at UB%vt0^>C|qqA*L zv`Df>eMh^yBg;L!qC)%sVeP+$y6!1B{Rt$4dQ|$Q%I`PxbSe0LH1GRVG|WzDIp5uF zLcWAz=G}vN_t?B)6tn*-+dmw;q2!bXVtf4^W=R?*%GbIg<x2JYJ{g!ctDj~52dW-! zvtop+B;FfDO6}(AOpbQtN;HyHUR<tZ`~g~&8IYucQahSgYEyracT%IC@?Yv%cses| zo>`Hvm7}Ki9wqHXBWz}ZTiS{wSDWuR#^7f4-QvwE>>0$L=Hu4*&>B<<=AJ?{Y6Qgs z*h+=BFun|UB`Z>9x8{wsDKCp8G4-vj&Y&n%mc_lXfk)9uQj?NXn#l<n80!7SP|Ym) zWT?w5`NmLpv_CC#902xcQ*~xJYzJ1nK`of3=1)_F6I*<ri!B+RL}-CtjvPOgsxy...