Searched refs:canonical (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dsmbumount.c75 /* Make a canonical pathname from PATH. Returns a freshly malloced string.
83 char *canonical = malloc (PATH_MAX + 1); local
85 if (!canonical) {
98 if (realpath (path, canonical))
99 return canonical;
101 strncpy (canonical, path, PATH_MAX);
102 canonical[PATH_MAX] = '\0';
103 return canonical;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/
H A DMakefile.devel174 lib/aliases.h lib/canonical.h lib/canonical_local.h : lib/encodings.def lib/encodings_local.def lib/genaliases.c
176 ./genaliases > lib/aliases.gperf 3> canonical.sh 4> canonical_local.sh
180 sh canonical.sh > lib/canonical.h
182 $(RM) tmp.h canonical.sh canonical_local.sh
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/
H A DMakefile.devel187 lib/aliases.h lib/canonical.h lib/canonical_local.h : lib/encodings.def lib/encodings_local.def lib/genaliases.c
189 ./genaliases > lib/aliases.gperf 3> canonical.sh 4> canonical_local.sh
193 sh canonical.sh > lib/canonical.h
195 $(RM) tmp.h canonical.sh canonical_local.sh
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dwsseapi.h151 int soap_wsse_add_SignedInfo_SignatureMethod(struct soap *soap, const char *method, int canonical);
158 int soap_wsse_verify_digest(struct soap *soap, int alg, int canonical, const char *id, unsigned char hash[SOAP_SMD_MAX_SIZE]);
H A Dwsse2api.h144 int soap_wsse_add_SignedInfo_SignatureMethod(struct soap *soap, const char *method, int canonical);
H A Dwsseapi.c406 end, the exclusive canonical XML standard (exc-c14n) is required, which is set
1478 @fn int soap_wsse_add_SignedInfo_SignatureMethod(struct soap *soap, const char *method, int canonical)
1482 @param[in] canonical flag indicating that SignedInfo is signed in exc-c14n form
1488 soap_wsse_add_SignedInfo_SignatureMethod(struct soap *soap, const char *method, int canonical) argument
1490 DBGFUN2("soap_wsse_add_SignedInfo_SignatureMethod", "method=%s", method?method:"", "canonical=%d", canonical);
1492 if (canonical)
1799 { int alg, canonical; local
1813 canonical = 1;
1816 canonical
1840 soap_wsse_verify_digest(struct soap *soap, int alg, int canonical, const char *id, unsigned char hash[SOAP_SMD_MAX_SIZE]) argument
[all...]
H A Dwsse2api.c407 end, the exclusive canonical XML standard (exc-c14n) is required, which is set
1413 @fn int soap_wsse_add_SignedInfo_SignatureMethod(struct soap *soap, const char *method, int canonical)
1417 @param[in] canonical flag indicating that SignedInfo is signed in exc-c14n form
1423 soap_wsse_add_SignedInfo_SignatureMethod(struct soap *soap, const char *method, int canonical) argument
1425 DBGFUN2("soap_wsse_add_SignedInfo_SignatureMethod", "method=%s", method?method:"", "canonical=%d", canonical);
1427 if (canonical)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dwsseapi.h151 int soap_wsse_add_SignedInfo_SignatureMethod(struct soap *soap, const char *method, int canonical);
158 int soap_wsse_verify_digest(struct soap *soap, int alg, int canonical, const char *id, unsigned char hash[SOAP_SMD_MAX_SIZE]);
H A Dwsse2api.h144 int soap_wsse_add_SignedInfo_SignatureMethod(struct soap *soap, const char *method, int canonical);
H A Dwsseapi.c406 end, the exclusive canonical XML standard (exc-c14n) is required, which is set
1478 @fn int soap_wsse_add_SignedInfo_SignatureMethod(struct soap *soap, const char *method, int canonical)
1482 @param[in] canonical flag indicating that SignedInfo is signed in exc-c14n form
1488 soap_wsse_add_SignedInfo_SignatureMethod(struct soap *soap, const char *method, int canonical) argument
1490 DBGFUN2("soap_wsse_add_SignedInfo_SignatureMethod", "method=%s", method?method:"", "canonical=%d", canonical);
1492 if (canonical)
1799 { int alg, canonical; local
1813 canonical = 1;
1816 canonical
1840 soap_wsse_verify_digest(struct soap *soap, int alg, int canonical, const char *id, unsigned char hash[SOAP_SMD_MAX_SIZE]) argument
[all...]
H A Dwsse2api.c407 end, the exclusive canonical XML standard (exc-c14n) is required, which is set
1413 @fn int soap_wsse_add_SignedInfo_SignatureMethod(struct soap *soap, const char *method, int canonical)
1417 @param[in] canonical flag indicating that SignedInfo is signed in exc-c14n form
1423 soap_wsse_add_SignedInfo_SignatureMethod(struct soap *soap, const char *method, int canonical) argument
1425 DBGFUN2("soap_wsse_add_SignedInfo_SignatureMethod", "method=%s", method?method:"", "canonical=%d", canonical);
1427 if (canonical)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfontmap.tex122 \NULL-terminated. IF it isn't empty, the first name in it is the canonical
H A Dplatinfo.tex311 the given string does not match any of the wxWidgets canonical name ports ("wxGTK", "wxMSW", etc)
H A Dlocale.tex208 Returns the canonical form of current locale name. Canonical form is the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dintl.cpp1122 // system but always use the canonical name
1675 wxString canonical = info->CanonicalName; local
1881 bool ret = Init(name, canonical, szLocale,
3534 #define LNG(wxlang, canonical, winlang, winsublang, layout, desc) \
3536 info.CanonicalName = wxT(canonical); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-usermod54 print " -N canonical name\n";
619 set the canonical name (attribut cn)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A Dxmllint.c186 static int canonical = 0; variable
2428 if (canonical) {
2879 printf("\t--c14n : save in W3C canonical format (with comments)\n");
2880 printf("\t--exc-c14n : save in W3C exclusive canonical format (with comments)\n");
3139 canonical++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c186 static int canonical = 0; variable
2428 if (canonical) {
2879 printf("\t--c14n : save in W3C canonical format (with comments)\n");
2880 printf("\t--exc-c14n : save in W3C exclusive canonical format (with comments)\n");
3139 canonical++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmllint.c186 static int canonical = 0; variable
2428 if (canonical) {
2879 printf("\t--c14n : save in W3C canonical format (with comments)\n");
2880 printf("\t--exc-c14n : save in W3C exclusive canonical format (with comments)\n");
3139 canonical++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlx/
H A Dconfigure3313 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
3314 echo "$as_me: error: invalid value of canonical build" >&2;}
3350 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
3351 echo "$as_me: error: invalid value of canonical host" >&2;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathly/
H A Dconfigure3313 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
3314 echo "$as_me: error: invalid value of canonical build" >&2;}
3350 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
3351 echo "$as_me: error: invalid value of canonical host" >&2;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlyx/
H A Dconfigure3318 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
3319 echo "$as_me: error: invalid value of canonical build" >&2;}
3355 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
3356 echo "$as_me: error: invalid value of canonical host" >&2;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlz/
H A Dconfigure3313 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
3314 echo "$as_me: error: invalid value of canonical build" >&2;}
3350 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
3351 echo "$as_me: error: invalid value of canonical host" >&2;}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/rpathlzyx/
H A Dconfigure3323 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
3324 echo "$as_me: error: invalid value of canonical build" >&2;}
3360 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
3361 echo "$as_me: error: invalid value of canonical host" >&2;}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dentry.S387 ;; up a canonical frame and dump register contents before dying.

Completed in 244 milliseconds

12