Searched refs:src_prefix (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dgpg-error.c210 static const char src_prefix[] = "GPG_ERR_SOURCE_";
213 if (!strncasecmp (src_prefix, str, sizeof (src_prefix) - 1))
220 str += sizeof (src_prefix) - 1;
227 if (src_sym && !strcasecmp (str, src_sym + sizeof (src_prefix) - 1))
206 static const char src_prefix[] = "GPG_ERR_SOURCE_"; local

Completed in 22 milliseconds