Searched +refs:gpg +refs:err +refs:source (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/src/
H A Dstrsource.c1 /* strsource.c - Describing an error source.
25 #include <gpg-error.h>
28 #include "err-sources.h"
31 source in the error value ERR. */
33 gpg_strsource (gpg_error_t err) argument
35 gpg_err_source_t source = gpg_err_source (err); local
36 return dgettext (PACKAGE, msgstr + msgidx[msgidxof (source)]);
H A Dstrsource-sym.c1 /* strsource-sym.c - Describing an error source with its symbol name.
27 #include <gpg-error.h>
29 #include "err-sources-sym.h"
32 the error source in the error value ERR. Returns NULL if the error
35 gpg_strsource_sym (gpg_error_t err) argument
37 gpg_err_source_t source = gpg_err_source (err); local
39 if (msgidxof (source) == msgidxof (GPG_ERR_SOURCE_DIM))
42 return msgstr + msgidx[msgidxof (source)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dstrsource.c1 /* strsource.c - Describing an error source.
25 #include <gpg-error.h>
28 #include "err-sources.h"
31 source in the error value ERR. */
33 gpg_strsource (gpg_error_t err) argument
35 gpg_err_source_t source = gpg_err_source (err); local
36 return dgettext (PACKAGE, msgstr + msgidx[msgidxof (source)]);
H A Dstrsource-sym.c1 /* strsource-sym.c - Describing an error source with its symbol name.
27 #include <gpg-error.h>
29 #include "err-sources-sym.h"
32 the error source in the error value ERR. Returns NULL if the error
35 gpg_strsource_sym (gpg_error_t err) argument
37 gpg_err_source_t source = gpg_err_source (err); local
39 if (msgidxof (source) == msgidxof (GPG_ERR_SOURCE_DIM))
42 return msgstr + msgidx[msgidxof (source)];
/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>
122 gcry_err_make (gcry_err_source_t source, gcry_err_code_t code) argument
124 return gpg_err_make (source, code);
128 file to specify a default source for gpg_error. */
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);
154 const char *gcry_strerror (gcry_error_t err);
157 source i
[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>
122 gcry_err_make (gcry_err_source_t source, gcry_err_code_t code) argument
124 return gpg_err_make (source, code);
128 file to specify a default source for gpg_error. */
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);
154 const char *gcry_strerror (gcry_error_t err);
157 source i
[all...]

Completed in 75 milliseconds