Displaying 16 results from an estimated 16 matches for "dpath".
Did you mean:
path
2001 May 13
1
Dynamic C Symbols and Embedding Suggestion
...L. :-) My test code calls this to set up its function list just after
R_ReplDllinit() just before entering the do1-loop--- though perhaps this
should be integrated into some part of the setup procedure for embedding
apps.
DllInfo* R_RegisterEmbeddedExecutable(HINSTANCE handle,char* path)
{
char* dpath,*name,DLLname[PATH_MAX], *p;
DeleteDLL(path);
if(CountDLL == MAX_NUM_DLLS) {
strcpy(DLLerror,"unable to register embedded executable.
too many libraries");
return 0;
}
dpath = malloc(strlen(path)+1);
if(dpath == NULL) {
strcpy(DLLerror,"Couldn't allocate space f...
2009 Sep 21
3
Create directory and copy files in R
HI, All R users,
My problem is:
> fn
[1] "C:/Documents and Settings/lma/Desktop/FamilyAEntrepreneurs/Entrepreneurs/Juha/book_log-20041210T095019.txt"
> dpath
[1] "C:/Documents and Settings/lma/My Documents/Juha/book"
I want to make a function "cyfun" to copy all files in "dir" to "deskdir" but I always got the following problem:
Error in file.exists(to) : invalid 'file' argument.
Whats the problem??...
2014 Jan 10
0
EFI build problems
...tilib/efi/Makefile all
remote: Counting objects: 319, done.
remote: Compressing objects: 100% (273/273), done.
remote: Total 319 (delta 132), reused 112 (delta 18)
Receiving objects: 100% (319/319), 193.41 KiB | 146 KiB/s, done.
Resolving deltas: 100% (132/132), done.
/usr/bin/ar: creating libefi.a
dpath.c: In function ?_DevPathIPv4?:
dpath.c:678:27: warning: variable ?IP? set but not used [-Wunused-but-set-variable]
dpath.c: In function ?_DevPathIPv6?:
dpath.c:690:27: warning: variable ?IP? set but not used [-Wunused-but-set-variable]
dpath.c: In function ?_DevPathInfiniBand?:
dpath.c:702:30: warn...
2014 Jan 08
1
EFI build problems
On Thu, 19 Dec, at 02:39:23AM, Celelibi wrote:
>
> Hello,
> I confirm the command realpath wasn't installed by default on my
> debian either. And it seems it can be easily replaced by readlink -f.
> And actually I find its use doubtful.
>
> However, as you may have seen, these scripts are quite new and may
> have bugs. Using pushd/popd in a /bin/sh script is a bug.
2014 Jan 02
0
EFI build problems
....85% compression)
make[3]: Leaving directory `/home/wferi/syslinux/syslinux/efi32/sample'
make -r -C efi SRC="/home/wferi/syslinux/syslinux/efi" OBJ="/home/wferi/syslinux/syslinux/efi32/efi" \
-f /home/wferi/syslinux/syslinux/efi/Makefile all
/usr/bin/ar: creating libefi.a
dpath.c: In function ?_DevPathIPv4?:
dpath.c:678:27: warning: variable ?IP? set but not used [-Wunused-but-set-variable]
dpath.c: In function ?_DevPathIPv6?:
dpath.c:690:27: warning: variable ?IP? set but not used [-Wunused-but-set-variable]
dpath.c: In function ?_DevPathInfiniBand?:
dpath.c:702:30: warn...
2014 Jan 10
2
EFI build problems
On Sat, Jan 4, 2014 at 6:39 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Tue, Dec 17, 2013 at 8:39 AM, Ferenc Wagner <wferi at niif.hu> wrote:
>
>> * make spotless still fails after working around the above:
>> [...]
>> make -r -C efi SRC="/home/wferi/syslinux/syslinux/efi" OBJ="/home/wferi/syslinux/syslinux/efi32/efi" \
>>
2015 Jul 02
2
EFI: PXE: "My IP is 0.0.0.0"
...; dh
...
172: DevPath (..9,0x0)/MAC(FC15B4E81CAC,0x0))Net MNPSb ARPSb DHCPv4Sb TCPv4Sb IPv4Sb IPv4Config UDPv4Sb MTFTPv4Sb
...
184: DevPath (..00:0000:0000:0000:0000:0000))Load Net Pxebc
...
19D: DevPath (..v4(0.0.0.0,UDP,DHCP,0.0.0.0))Load Net Pxebc
...
shell> dh 172
Handle 172 (730D8A98)
Dpath (730D8E98)
ACPI Device Path for Acpi
HID PNP0A03, UID 0
Hardware Device Path for PCI
Function (0) Device (19)
Messaging Device Path for MAC
MAC (FC15B4E81CAC)
AsStr: 'PciRoot(0x0)/Pci(0x19,0x0)/MAC(FC15B4E81CAC,0x0)'
Net (730C5020)
MNPSb...
2015 Jul 03
0
EFI: PXE: "My IP is 0.0.0.0"
...E81CAC,0x0))Net MNPSb ARPSb DHCPv4Sb TCPv4Sb IPv4Sb IPv4Config UDPv4Sb MTFTPv4Sb
> ...
> 184: DevPath (..00:0000:0000:0000:0000:0000))Load Net Pxebc
> ...
> 19D: DevPath (..v4(0.0.0.0,UDP,DHCP,0.0.0.0))Load Net Pxebc
> ...
>
> shell> dh 172
> Handle 172 (730D8A98)
> Dpath (730D8E98)
> ACPI Device Path for Acpi
> HID PNP0A03, UID 0
> Hardware Device Path for PCI
> Function (0) Device (19)
> Messaging Device Path for MAC
> MAC (FC15B4E81CAC)
> AsStr: 'PciRoot(0x0)/Pci(0x19,0x0)/MAC(FC15B4E81CAC,0x0)...
2013 Dec 17
6
EFI build problems
Hi,
The internal Gnu-EFI build gives me grief:
* efi/check-gnu-efi.sh: uses realpath, which is not available on my
Debian wheezy system. I now use readlink -f, but wonder if it's
needed at all.
* efi/build-gnu-efi.sh: uses realpath, like above, and also pushd/popd,
which is not built into a standard Bourne shell invoked by #!/bin/sh.
Again I wonder what's the point of it, as
2015 Jun 27
2
EFI: PXE: "My IP is 0.0.0.0"
On Fri, Jun 26, 2015 at 10:49 AM, Patrick Masotta <masottaus at yahoo.com> wrote:
>>>>
> Commit 23b2707 should resolve this. Please
> let me know if you need
> test binaries
>
> --
> -Gene
> <<<
>
>
> 1) About the Service Binding protocols, PXE protocol, etc having the same handle# is clear if we
> see that the number is in fact
2009 Jun 23
4
SAS Macro Variable in R
Hi I'm new to R and would like to implement a SAS-like macro variable
in R.
What I'd like to do is take the simple R code below and change the
"=TEF" to different letters to refer to different companies' data for
download.
# DOWNLOADS FILES FROM YAHOO INTERNET
2013 Nov 16
16
[PATCH] BTRFS-PROG: recursively subvolume snapshot and delete
Hi All,
the following patches implement the recursively snapshotting and
deleting of a subvolume.
To snapshot recursively you must pass the -R switch:
# btrfs subvolume create sub1
Create subvolume ''./sub1''
# btrfs subvolume create sub1/sub2
Create subvolume ''sub1/sub2''
# btrfs subvolume snapshot -R sub1 sub1-snap
Create a snapshot of
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
2005 Jun 30
0
Rsync files with long filename
...p file, however a number of important files
are not being copied.
My setup (which otherwise is working well) is rsyncing between two w2k3
machines with cygwin.
Rsync command:
$RSYNC -vrpogtz --delete \
--exclude=.mappedfiles --include-from=$RCONF \
--modify-window 10 $RHOST::backup$SPATH $DPATH
With all paramaters set correctly
Any suggestions?
Thanks
-nick
---
Important: This message is intended only for the use of the addressee and
may contain confidential or legally privileged information. If you are not
the intended recipient, you must not use, disseminate, copy or take any
actio...
2014 Jan 11
0
EFI build problems
...ory `/home/wferi/syslinux/genec/gnu-efi/gnu-efi-3.0'
make[4]: Entering directory `/home/wferi/syslinux/genec/gnu-efi/gnu-efi-3.0'
rm -f *~
make[5]: Entering directory `/home/wferi/syslinux/genec/gnu-efi/gnu-efi-3.0/lib'
rm -f libefi.a *~ boxdraw.o smbios.o console.o crc.o data.o debug.o dpath.o error.o event.o guid.o hand.o hw.o init.o lock.o misc.o print.o sread.o str.o runtime/rtlock.o runtime/efirtlib.o runtime/rtstr.o runtime/vm.o runtime/rtdata.o ia32/initplat.o ia32/math.o */*.o
make[5]: Leaving directory `/home/wferi/syslinux/genec/gnu-efi/gnu-efi-3.0/lib'
make[5]: Entering d...
2014 Jan 10
2
EFI build problems
On Fri, Jan 10, 2014 at 2:53 AM, Ferenc Wagner <wferi at niif.hu> wrote:
> Gene Cumm <gene.cumm at gmail.com> writes:
>
>> On Sat, Jan 4, 2014 at 6:39 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
>>> On Tue, Dec 17, 2013 at 8:39 AM, Ferenc Wagner <wferi at niif.hu> wrote:
>>>
>>>> * make spotless still fails after working around