Searched +refs:gpg +refs:err +refs:code (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/src/
H A DMakefile.am20 # We distribute the generated sources err-sources.h and err-codes.h,
26 gpg_extra_headers = gpg-extra/errno.h
27 extra_cppflags = -idirafter gpg-extra
34 bin_PROGRAMS = gpg-error
36 include_HEADERS = gpg-error.h
37 bin_SCRIPTS = gpg-error-config
39 m4data_DATA = gpg-error.m4
41 EXTRA_DIST = mkstrtable.awk err-sources.h.in err
[all...]
H A Dstrerror-sym.c1 /* strerror-sym.c - Describing an error code with its symbol name.
27 #include <gpg-error.h>
29 #include "err-codes-sym.h"
33 the error code in the error value ERR. Returns NULL if the error
34 code is not known. */
36 gpg_strerror_sym (gpg_error_t err) argument
38 gpg_err_code_t code = gpg_err_code (err); local
40 if (code & GPG_ERR_SYSTEM_ERROR)
44 code
[all...]
H A Dstrerror.c1 /* strerror.c - Describing an error code.
30 #include <gpg-error.h>
33 #include "err-codes.h"
36 code in the error value ERR. This function is not thread-safe. */
38 gpg_strerror (gpg_error_t err) argument
40 gpg_err_code_t code = gpg_err_code (err); local
42 if (code & GPG_ERR_SYSTEM_ERROR)
44 int no = gpg_err_code_to_errno (code);
48 code
137 gpg_strerror_r(gpg_error_t err, char *buf, size_t buflen) argument
139 gpg_err_code_t code = gpg_err_code (err); local
[all...]
H A DMakefile.in36 # We distribute the generated sources err-sources.h and err-codes.h,
62 bin_PROGRAMS = gpg-error$(EXEEXT)
68 $(srcdir)/Makefile.in $(srcdir)/gpg-error-config.in \
83 CONFIG_CLEAN_FILES = gpg-error-config versioninfo.rc
97 am__libgpg_error_la_SOURCES_DIST = gpg-error.h gettext.h w32-gettext.c \
98 init.c init.h strsource.c strerror.c code-to-errno.c \
99 code-from-errno.c
103 libgpg_error_la-code-to-errno.lo \
104 libgpg_error_la-code
[all...]
H A DMakefile36 # We distribute the generated sources err-sources.h and err-codes.h,
62 bin_PROGRAMS = gpg-error$(EXEEXT)
68 $(srcdir)/Makefile.in $(srcdir)/gpg-error-config.in \
83 CONFIG_CLEAN_FILES = gpg-error-config versioninfo.rc
97 am__libgpg_error_la_SOURCES_DIST = gpg-error.h gettext.h w32-gettext.c \
98 init.c init.h strsource.c strerror.c code-to-errno.c \
99 code-from-errno.c
103 libgpg_error_la-code-to-errno.lo \
104 libgpg_error_la-code
[all...]
H A Dgpg-error.c0 /* gpg-error.c - Determining gpg-error error codes.
52 #include <gpg-error.h>
170 const char *gpg_strerror_sym (gpg_error_t err);
171 const char *gpg_strsource_sym (gpg_error_t err);
176 get_err_from_number (char *str, gpg_error_t *err)
201 *err = (unsigned int) nr;
207 get_err_from_symbol_one (char *str, gpg_error_t *err,
229 *err |= src << GPG_ERR_SOURCE_SHIFT;
236 gpg_err_code_t code;
172 get_err_from_number(char *str, gpg_error_t *err) argument
203 get_err_from_symbol_one(char *str, gpg_error_t *err, int *have_source, int *have_code) argument
232 gpg_err_code_t code; local
255 get_err_from_symbol(char *str, gpg_error_t *err) argument
290 get_err_from_str_one(char *str, gpg_error_t *err, int *have_source, int *have_code) argument
294 gpg_err_code_t code; local
329 get_err_from_str(char *str, gpg_error_t *err) argument
381 gpg_error_t err; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/src/
H A DMakefile.am20 # We distribute the generated sources err-sources.h and err-codes.h,
26 gpg_extra_headers = gpg-extra/errno.h
27 extra_cppflags = -idirafter gpg-extra
34 bin_PROGRAMS = gpg-error
36 include_HEADERS = gpg-error.h
37 bin_SCRIPTS = gpg-error-config
39 m4data_DATA = gpg-error.m4
41 EXTRA_DIST = mkstrtable.awk err-sources.h.in err
[all...]
H A Dstrerror-sym.c1 /* strerror-sym.c - Describing an error code with its symbol name.
27 #include <gpg-error.h>
29 #include "err-codes-sym.h"
33 the error code in the error value ERR. Returns NULL if the error
34 code is not known. */
36 gpg_strerror_sym (gpg_error_t err) argument
38 gpg_err_code_t code = gpg_err_code (err); local
40 if (code & GPG_ERR_SYSTEM_ERROR)
44 code
[all...]
H A Dstrerror.c1 /* strerror.c - Describing an error code.
30 #include <gpg-error.h>
33 #include "err-codes.h"
36 code in the error value ERR. This function is not thread-safe. */
38 gpg_strerror (gpg_error_t err) argument
40 gpg_err_code_t code = gpg_err_code (err); local
42 if (code & GPG_ERR_SYSTEM_ERROR)
44 int no = gpg_err_code_to_errno (code);
48 code
137 gpg_strerror_r(gpg_error_t err, char *buf, size_t buflen) argument
139 gpg_err_code_t code = gpg_err_code (err); local
[all...]
H A DMakefile.in36 # We distribute the generated sources err-sources.h and err-codes.h,
62 bin_PROGRAMS = gpg-error$(EXEEXT)
68 $(srcdir)/Makefile.in $(srcdir)/gpg-error-config.in \
83 CONFIG_CLEAN_FILES = gpg-error-config versioninfo.rc
97 am__libgpg_error_la_SOURCES_DIST = gpg-error.h gettext.h w32-gettext.c \
98 init.c init.h strsource.c strerror.c code-to-errno.c \
99 code-from-errno.c
103 libgpg_error_la-code-to-errno.lo \
104 libgpg_error_la-code
[all...]
H A DMakefile36 # We distribute the generated sources err-sources.h and err-codes.h,
62 bin_PROGRAMS = gpg-error$(EXEEXT)
68 $(srcdir)/Makefile.in $(srcdir)/gpg-error-config.in \
83 CONFIG_CLEAN_FILES = gpg-error-config versioninfo.rc
97 am__libgpg_error_la_SOURCES_DIST = gpg-error.h gettext.h w32-gettext.c \
98 init.c init.h strsource.c strerror.c code-to-errno.c \
99 code-from-errno.c
103 libgpg_error_la-code-to-errno.lo \
104 libgpg_error_la-code
[all...]
H A Dgpg-error.c0 /* gpg-error.c - Determining gpg-error error codes.
52 #include <gpg-error.h>
170 const char *gpg_strerror_sym (gpg_error_t err);
171 const char *gpg_strsource_sym (gpg_error_t err);
176 get_err_from_number (char *str, gpg_error_t *err)
201 *err = (unsigned int) nr;
207 get_err_from_symbol_one (char *str, gpg_error_t *err,
229 *err |= src << GPG_ERR_SOURCE_SHIFT;
236 gpg_err_code_t code;
172 get_err_from_number(char *str, gpg_error_t *err) argument
203 get_err_from_symbol_one(char *str, gpg_error_t *err, int *have_source, int *have_code) argument
232 gpg_err_code_t code; local
255 get_err_from_symbol(char *str, gpg_error_t *err) argument
290 get_err_from_str_one(char *str, gpg_error_t *err, int *have_source, int *have_code) argument
294 gpg_err_code_t code; local
329 get_err_from_str(char *str, gpg_error_t *err) argument
381 gpg_error_t err; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/tests/
H A Dt-strerror.c30 #include <gpg-error.h>
40 gpg_error_t err = gpg_err_make (atoi (argv[i]), atoi (argv[i + 1])); local
41 printf ("%s: %s\n", gpg_strsource (err), gpg_strerror (err));
50 gpg_err_code_t code; member in struct:__anon2443
57 gpg_error_t err = gpg_err_make (list[i].src, list[i].code); local
58 printf ("%s: %s\n", gpg_strsource (err), gpg_strerror (err));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/tests/
H A Dt-strerror.c30 #include <gpg-error.h>
40 gpg_error_t err = gpg_err_make (atoi (argv[i]), atoi (argv[i + 1])); local
41 printf ("%s: %s\n", gpg_strsource (err), gpg_strerror (err));
50 gpg_err_code_t code; member in struct:__anon6897
57 gpg_error_t err = gpg_err_make (list[i].src, list[i].code); local
58 printf ("%s: %s\n", gpg_strsource (err), gpg_strerror (err));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dgcrypt.h29 #include <gpg-error.h>
49 /* This is required for error code compatibility. */
122 gcry_err_make (gcry_err_source_t source, gcry_err_code_t code) argument
124 return gpg_err_make (source, code);
134 gcry_error (gcry_err_code_t code) argument
136 return gcry_err_make (GCRY_ERR_SOURCE_DEFAULT, code);
140 gcry_err_code (gcry_error_t err) argument
142 return gpg_err_code (err);
147 gcry_err_source (gcry_error_t err) argument
149 return gpg_err_source (err);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dgcrypt.h29 #include <gpg-error.h>
49 /* This is required for error code compatibility. */
122 gcry_err_make (gcry_err_source_t source, gcry_err_code_t code) argument
124 return gpg_err_make (source, code);
134 gcry_error (gcry_err_code_t code) argument
136 return gcry_err_make (GCRY_ERR_SOURCE_DEFAULT, code);
140 gcry_err_code (gcry_error_t err) argument
142 return gpg_err_code (err);
147 gcry_err_source (gcry_error_t err) argument
149 return gpg_err_source (err);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/
H A Dconfigure1571 --libdir=DIR object code libraries [EPREFIX/lib]
1656 --with-gpg-error-prefix=PFX
1766 (eval "$ac_compile") 2>conftest.err
1768 if test -s conftest.err; then
1769 grep -v '^ *+' conftest.err >conftest.er1
1771 mv -f conftest.er1 conftest.err
1776 test ! -s conftest.err
1803 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1805 if test -s conftest.err; then
1806 grep -v '^ *+' conftest.err >conftes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dconfigure1571 --libdir=DIR object code libraries [EPREFIX/lib]
1656 --with-gpg-error-prefix=PFX
1766 (eval "$ac_compile") 2>conftest.err
1768 if test -s conftest.err; then
1769 grep -v '^ *+' conftest.err >conftest.er1
1771 mv -f conftest.er1 conftest.err
1776 test ! -s conftest.err
1803 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1805 if test -s conftest.err; then
1806 grep -v '^ *+' conftest.err >conftes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/
H A Dconfigure1414 --libdir=DIR object code libraries [EPREFIX/lib]
1480 --with-gpg-error-prefix=PFX
1623 (eval "$ac_compile") 2>conftest.err
1625 if test -s conftest.err; then
1626 grep -v '^ *+' conftest.err >conftest.er1
1628 mv -f conftest.er1 conftest.err
1633 test ! -s conftest.err
1660 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1662 if test -s conftest.err; then
1663 grep -v '^ *+' conftest.err >conftes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/
H A Dconfigure706 ac_unique_file="src/err-sources.h.in"
1497 --libdir=DIR object code libraries [EPREFIX/lib]
1666 (eval "$ac_compile") 2>conftest.err
1668 if test -s conftest.err; then
1669 grep -v '^ *+' conftest.err >conftest.er1
1671 mv -f conftest.er1 conftest.err
1676 test ! -s conftest.err
1703 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1705 if test -s conftest.err; then
1706 grep -v '^ *+' conftest.err >conftes
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/
H A Dconfigure706 ac_unique_file="src/err-sources.h.in"
1497 --libdir=DIR object code libraries [EPREFIX/lib]
1666 (eval "$ac_compile") 2>conftest.err
1668 if test -s conftest.err; then
1669 grep -v '^ *+' conftest.err >conftest.er1
1671 mv -f conftest.er1 conftest.err
1676 test ! -s conftest.err
1703 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1705 if test -s conftest.err; then
1706 grep -v '^ *+' conftest.err >conftes
[all...]

Completed in 275 milliseconds