Searched refs:ns (Results 276 - 300 of 611) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DDirective.pm184 my $ns;
210 if (@$ident > 2 && ($ns = $self->{ NAMESPACE })) {
213 if ($ns = $ns->{ $key }) {
214 return $ns->ident($ident);
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_purp.c319 ASN1_BIT_STRING *ns; local
412 if((ns=X509_get_ext_d2i(x, NID_netscape_cert_type, NULL, NULL))) {
413 if(ns->length > 0) x->ex_nscert = ns->data[0];
416 ASN1_BIT_STRING_free(ns);
/macosx-10.10.1/xnu-2782.1.97/SETUP/config/
H A Dmkmakefile.c321 this = ns(wd);
360 needs = ns(wd);
377 tdev.d_name = ns(wd);
384 char *od = allCaps(ns(wd));
460 rest = ns(get_rest(fp));
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/nsupdate/
H A Dtests.sh105 update add other.nil. 600 in ns ns3.other.nil.
113 update add other.nil. 600 in ns ns4.other.nil.
121 update add other.nil. 600 in ns ns5.other.nil.
127 update add other.nil. 600 in ns ns6.other.nil.
137 $DIG +short @10.53.0.1 -p 5300 ns other.nil > dig.out.ns1 || status=1
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml.c2275 xmlNsPtr ns = (xmlNsPtr) cur; local
2277 res = ns->prefix;
2377 xmlNsPtr ns = (xmlNsPtr) cur; local
2379 res = (xmlNodePtr) ns->next;
2680 xmlNsPtr ns, prev; local
2690 ns = NULL;
2698 ns = node->nsDef;
2704 ns = node->nsDef;
2705 while (ns != NULL) {
2706 if (xmlStrEqual(ns
[all...]
/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dfunctions.c482 * The XPath module sets the owner element of a ns-node on
483 * the ns->next field.
708 xmlNsPtr ns = (xmlNsPtr) cur; local
710 if (ns->context != NULL)
711 doc = ns->context;
864 xmlNsPtr ns; local
867 ns = xmlSearchNs(tctxt->inst->doc, tctxt->inst, NULL);
868 if (ns != NULL) nsURI = xmlStrdup(ns->href);
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dtelnetd.c344 int s, ns, error; local
347 int s, ns, foo, error;
385 ns = accept(s, res->ai_addr, &foo);
386 if (ns < 0)
388 (void) setsockopt(ns, SOL_SOCKET, SO_DEBUG,
390 (void) dup2(ns, 0);
391 (void) close(ns);
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dxheader.c867 unsigned long int ns = 0;
904 ns = 10 * ns + (*p - '0');
911 ns *= 10;
915 /* Convert "-1.10000000000001" to s == -2, ns == 89999999.
918 ns += trailing_nonzero;
919 if (ns != 0)
924 ns = BILLION - ns;
932 ts->tv_nsec = ns;
862 unsigned long int ns = 0; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/ex_rep/base/
H A Drep_msg.c252 socket_t fd, ns; local
272 if ((ns = listen_socket_accept(machtab,
284 ha->fd = ns;
/macosx-10.10.1/apr-32/apr/apr/file_io/win32/
H A Dpipe.c296 int ns; local
309 if ((ns = select(0, &rs, NULL, NULL, &socktm)) == SOCKET_ERROR) {
314 if (ns == 0) {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/tm/
H A Dtmlocale.c352 int ns; local
360 ns = 3 * GetLocaleInfo(lcid, LOCALE_SSHORTDATE, 0, 0);
362 n = nt + ns + nl;
/macosx-10.10.1/swig-12/Source/DOH/
H A Dfio.c56 DOH *handle, *ns; local
76 ns = (*fn) (s);
80 return ns;
/macosx-10.10.1/system_cmds-643.1.1/sar.tproj/
H A Dsar.c170 static void set_cur_netstats(struct netstats_report *nr, struct netstats *ns);
1873 set_cur_netstats(struct netstats_report *nr, struct netstats *ns) argument
1876 nr->cur_ipackets = ns->net_ipackets;
1877 nr->cur_ibytes = ns->net_ibytes;
1878 nr->cur_opackets = ns->net_opackets;
1879 nr->cur_obytes = ns->net_obytes;
1881 nr->cur_ierrors = ns->net_ierrors;
1882 nr->cur_oerrors = ns->net_oerrors;
1883 nr->cur_collisions = ns->net_collisions;
1884 nr->cur_drops = ns
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dscrollw.tcl108 -sticky ns -ipadx $data(ipad)
191 -sticky ns -ipadx $data(ipad)
256 -sticky ns -ipadx $data(ipad)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dexpander.tcl81 set ns [uplevel 1 namespace current]
82 if {"::" != $ns} {
83 append ns "::"
86 set name "$ns$name"
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDebug.c561 uint32_t k, ns = sg->nsects;
568 for(k = 0; k < ns; k++) {
576 nsect += ns;
559 uint32_t k, ns = sg->nsects; local
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlschemas.c317 ((node != NULL) && (node->ns != NULL) && \
319 (xmlStrEqual(node->ns->href, xmlSchemaNs)))
1313 xmlSchemaFormatQNameNs(xmlChar **buf, xmlNsPtr ns, const xmlChar *localName) argument
1315 if (ns != NULL)
1316 return (xmlSchemaFormatQName(buf, ns->href, localName));
1751 if (elem->ns != NULL) {
1753 xmlSchemaFormatQName(&str, elem->ns->href, elem->name));
1762 if (itemNode->ns != NULL) {
1764 itemNode->ns->href, itemNode->name));
2195 if (elem->ns !
5797 xmlNsPtr ns; local
6728 const xmlChar *pc, *ns, *dictnsItem; local
7106 const xmlChar *attrValue, *name = NULL, *ns = NULL; local
8591 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
12756 xmlSchemaWildcardNsPtr ns; local
14066 xmlSchemaCheckCVCWildcardNamespace(xmlSchemaWildcardPtr wild, const xmlChar* ns) argument
21851 xmlNsPtr ns; local
21899 xmlNsPtr ns = xmlSearchNs(node->doc, node, prefix); local
25553 xmlNsPtr ns; local
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c317 ((node != NULL) && (node->ns != NULL) && \
319 (xmlStrEqual(node->ns->href, xmlSchemaNs)))
1308 xmlSchemaFormatQNameNs(xmlChar **buf, xmlNsPtr ns, const xmlChar *localName) argument
1310 if (ns != NULL)
1311 return (xmlSchemaFormatQName(buf, ns->href, localName));
1746 if (elem->ns != NULL) {
1748 xmlSchemaFormatQName(&str, elem->ns->href, elem->name));
1757 if (itemNode->ns != NULL) {
1759 itemNode->ns->href, itemNode->name));
2176 if (elem->ns !
5778 xmlNsPtr ns; local
6709 const xmlChar *pc, *ns, *dictnsItem; local
7087 const xmlChar *attrValue, *name = NULL, *ns = NULL; local
8572 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
12737 xmlSchemaWildcardNsPtr ns; local
14038 xmlSchemaCheckCVCWildcardNamespace(xmlSchemaWildcardPtr wild, const xmlChar* ns) argument
21822 xmlNsPtr ns; local
21870 xmlNsPtr ns = xmlSearchNs(node->doc, node, prefix); local
25524 xmlNsPtr ns; local
[all...]
/macosx-10.10.1/apache-793/httpd/modules/dav/main/
H A Dstd_liveprop.c160 info->name, dav_core_namespace_uris[info->ns]);
/macosx-10.10.1/apr-32/apr-util/apr-util/include/
H A Dapr_memcache.h213 * @param ns location of the new server object
224 apr_memcache_server_t **ns);
/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Datom.rb809 def initial_start_feed(tag_name, prefix, attrs, ns)
810 check_ns(tag_name, prefix, ns, Atom::URI, false)
824 def initial_start_entry(tag_name, prefix, attrs, ns)
825 check_ns(tag_name, prefix, ns, Atom::URI, false)
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dregexpfield.itk205 grid $itk_component(efchildsite) -row 0 -column 1 -sticky ns
225 grid $itk_component(efchildsite) -row 0 -column 0 -sticky ns
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dthumbnail.c268 tstrip_t s, ns = TIFFNumberOfStrips(in); local
272 for (s = 0; s < ns; s++) {
555 tstrip_t s, ns = TIFFNumberOfStrips(in); local
575 for (s = 0; s < ns; s++) {
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/demos/
H A Dspreadsheet.tcl105 grid $t - - - .sy -sticky ns
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dbiglist.tcl84 $T style layout $S elemTxtItem -expand ns
85 $T style layout $S elemTxtName -expand ns -padx {20}
91 $T style layout $S elemTxtItem -padx 6 -expand ns
97 $T style layout $S elemTxtItem -padx 6 -expand ns

Completed in 374 milliseconds

<<11121314151617181920>>