Searched +refs:gpg +refs:error (Results 1 - 25 of 107) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/lang/cl/
H A DMakefile.am1 # Makefile.am for libgpg-error.
4 # This file is part of libgpg-error.
6 # libgpg-error is free software; you can redistribute it and/or modify
11 # libgpg-error is distributed in the hope that it will be useful,
20 distributed_clfiles = gpg-error.asd \
21 gpg-error-package.lisp gpg-error
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/lang/cl/
H A DMakefile.am1 # Makefile.am for libgpg-error.
4 # This file is part of libgpg-error.
6 # libgpg-error is free software; you can redistribute it and/or modify
11 # libgpg-error is distributed in the hope that it will be useful,
20 distributed_clfiles = gpg-error.asd \
21 gpg-error-package.lisp gpg-error
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/src/
H A DMakefile.am1 # Makefile.am for libgpg-error.
4 # This file is part of libgpg-error.
6 # libgpg-error is free software; you can redistribute it and/or modify
11 # libgpg-error is distributed in the hope that it will be useful,
26 gpg_extra_headers = gpg-extra/errno.h
27 extra_cppflags = -idirafter gpg-extra
34 bin_PROGRAMS = gpg-error
35 lib_LTLIBRARIES = libgpg-error.la
36 include_HEADERS = gpg
[all...]
H A Dcode-to-errno.c1 /* code-to-errno.c - Mapping error codes to errnos.
4 This file is part of libgpg-error.
6 libgpg-error is free software; you can redistribute it and/or
11 libgpg-error is distributed in the hope that it will be useful, but
17 License along with libgpg-error; if not, write to the Free
25 #include <gpg-error.h>
29 /* Retrieve the system error for the error code CODE. This returns 0
30 if CODE is not a system error cod
[all...]
H A Dstrsource.c1 /* strsource.c - Describing an error source.
4 This file is part of libgpg-error.
6 libgpg-error is free software; you can redistribute it and/or
11 libgpg-error is distributed in the hope that it will be useful, but
17 License along with libgpg-error; if not, write to the Free
25 #include <gpg-error.h>
30 /* Return a pointer to a string containing a description of the error
31 source in the error value ERR. */
H A Dstrsource-sym.c1 /* strsource-sym.c - Describing an error source with its symbol name.
4 This file is part of libgpg-error.
6 libgpg-error is free software; you can redistribute it and/or
11 libgpg-error is distributed in the hope that it will be useful, but
17 License along with libgpg-error; if not, write to the Free
27 #include <gpg-error.h>
32 the error source in the error value ERR. Returns NULL if the error
[all...]
H A Dw32ce-add.h1 ## w32ce-add.h - Snippet to be be included into gpg-error.h.
H A Dcode-from-errno.c1 /* code-from-errno.c - Mapping errnos to error codes.
4 This file is part of libgpg-error.
6 libgpg-error is free software; you can redistribute it and/or
11 libgpg-error is distributed in the hope that it will be useful, but
17 License along with libgpg-error; if not, write to the Free
27 #include <gpg-error.h>
31 /* Retrieve the error code for the system error ERR. This returns
32 GPG_ERR_UNKNOWN_ERRNO if the system error i
[all...]
H A Dstrerror-sym.c1 /* strerror-sym.c - Describing an error code with its symbol name.
4 This file is part of libgpg-error.
6 libgpg-error is free software; you can redistribute it and/or
11 libgpg-error is distributed in the hope that it will be useful, but
17 License along with libgpg-error; if not, write to the Free
27 #include <gpg-error.h>
33 the error code in the error value ERR. Returns NULL if the error
[all...]
H A DMakefile.in17 # Makefile.am for libgpg-error.
20 # This file is part of libgpg-error.
22 # libgpg-error is free software; you can redistribute it and/or modify
27 # libgpg-error is distributed in the hope that it will be useful,
62 bin_PROGRAMS = gpg-error$(EXEEXT)
68 $(srcdir)/Makefile.in $(srcdir)/gpg-error-config.in \
83 CONFIG_CLEAN_FILES = gpg-error
[all...]
H A DMakefile17 # Makefile.am for libgpg-error.
20 # This file is part of libgpg-error.
22 # libgpg-error is free software; you can redistribute it and/or modify
27 # libgpg-error is distributed in the hope that it will be useful,
45 pkgdatadir = $(datadir)/libgpg-error
46 pkglibdir = $(libdir)/libgpg-error
47 pkgincludedir = $(includedir)/libgpg-error
62 bin_PROGRAMS = gpg-error$(EXEEXT)
68 $(srcdir)/Makefile.in $(srcdir)/gpg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/src/
H A DMakefile.am1 # Makefile.am for libgpg-error.
4 # This file is part of libgpg-error.
6 # libgpg-error is free software; you can redistribute it and/or modify
11 # libgpg-error is distributed in the hope that it will be useful,
26 gpg_extra_headers = gpg-extra/errno.h
27 extra_cppflags = -idirafter gpg-extra
34 bin_PROGRAMS = gpg-error
35 lib_LTLIBRARIES = libgpg-error.la
36 include_HEADERS = gpg
[all...]
H A Dcode-to-errno.c1 /* code-to-errno.c - Mapping error codes to errnos.
4 This file is part of libgpg-error.
6 libgpg-error is free software; you can redistribute it and/or
11 libgpg-error is distributed in the hope that it will be useful, but
17 License along with libgpg-error; if not, write to the Free
25 #include <gpg-error.h>
29 /* Retrieve the system error for the error code CODE. This returns 0
30 if CODE is not a system error cod
[all...]
H A Dstrsource.c1 /* strsource.c - Describing an error source.
4 This file is part of libgpg-error.
6 libgpg-error is free software; you can redistribute it and/or
11 libgpg-error is distributed in the hope that it will be useful, but
17 License along with libgpg-error; if not, write to the Free
25 #include <gpg-error.h>
30 /* Return a pointer to a string containing a description of the error
31 source in the error value ERR. */
H A Dstrsource-sym.c1 /* strsource-sym.c - Describing an error source with its symbol name.
4 This file is part of libgpg-error.
6 libgpg-error is free software; you can redistribute it and/or
11 libgpg-error is distributed in the hope that it will be useful, but
17 License along with libgpg-error; if not, write to the Free
27 #include <gpg-error.h>
32 the error source in the error value ERR. Returns NULL if the error
[all...]
H A Dw32ce-add.h1 ## w32ce-add.h - Snippet to be be included into gpg-error.h.
H A Dcode-from-errno.c1 /* code-from-errno.c - Mapping errnos to error codes.
4 This file is part of libgpg-error.
6 libgpg-error is free software; you can redistribute it and/or
11 libgpg-error is distributed in the hope that it will be useful, but
17 License along with libgpg-error; if not, write to the Free
27 #include <gpg-error.h>
31 /* Retrieve the error code for the system error ERR. This returns
32 GPG_ERR_UNKNOWN_ERRNO if the system error i
[all...]
H A Dstrerror-sym.c1 /* strerror-sym.c - Describing an error code with its symbol name.
4 This file is part of libgpg-error.
6 libgpg-error is free software; you can redistribute it and/or
11 libgpg-error is distributed in the hope that it will be useful, but
17 License along with libgpg-error; if not, write to the Free
27 #include <gpg-error.h>
33 the error code in the error value ERR. Returns NULL if the error
[all...]
H A DMakefile.in17 # Makefile.am for libgpg-error.
20 # This file is part of libgpg-error.
22 # libgpg-error is free software; you can redistribute it and/or modify
27 # libgpg-error is distributed in the hope that it will be useful,
62 bin_PROGRAMS = gpg-error$(EXEEXT)
68 $(srcdir)/Makefile.in $(srcdir)/gpg-error-config.in \
83 CONFIG_CLEAN_FILES = gpg-error
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/m4/
H A DMakefile.am2 EXTRA_DIST += gpg-error.m4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/m4/
H A DMakefile.am2 EXTRA_DIST += gpg-error.m4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/tests/
H A DMakefile.am1 # Makefile.am for libgpg-error/tests.
4 # This file is part of libgpg-error.
6 # libgpg-error is free software; you can redistribute it and/or modify
11 # libgpg-error is distributed in the hope that it will be useful,
23 extra_includes = -idirafter $(top_builddir)/src/gpg-extra
33 LDADD = ../src/libgpg-error.la
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/tests/
H A DMakefile.am1 # Makefile.am for libgpg-error/tests.
4 # This file is part of libgpg-error.
6 # libgpg-error is free software; you can redistribute it and/or modify
11 # libgpg-error is distributed in the hope that it will be useful,
23 extra_includes = -idirafter $(top_builddir)/src/gpg-extra
33 LDADD = ../src/libgpg-error.la
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/
H A Dlibgpg-error.spec2 Summary: libgpg-error
3 Name: libgpg-error
6 URL: ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/
7 Source: ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/%{name}-%{version}.tar.gz
15 This is a library that defines common error values for all GnuPG
45 %attr(0755,root,root) %{_bindir}/gpg-error-config
46 %attr(0755,root,root) %{_bindir}/gpg-error
47 %attr(0755,root,root) %{_libdir}/*gpg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/
H A Dlibgpg-error.spec2 Summary: libgpg-error
3 Name: libgpg-error
6 URL: ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/
7 Source: ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/%{name}-%{version}.tar.gz
15 This is a library that defines common error values for all GnuPG
45 %attr(0755,root,root) %{_bindir}/gpg-error-config
46 %attr(0755,root,root) %{_bindir}/gpg-error
47 %attr(0755,root,root) %{_libdir}/*gpg
[all...]

Completed in 97 milliseconds

12345