Searched refs:valid (Results 126 - 150 of 716) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Difiter_getifaddrs.c49 isc_result_t valid; member in struct:isc_interfaceiter
80 iter->valid = ISC_R_FAILURE;
/macosx-10.10/dtrace-147/test/cmd/baddof/
H A Dbaddof.c87 static int ttl, valid; local
94 printf("valid DOF #%d\n", valid++);
163 * Let's see if that managed to get us valid DOF...
167 * Success! This will be our new base for valid DOF.
/macosx-10.10/libxml2-26/libxml2/
H A DSAX.c19 #include <libxml/valid.h>
26 #include <libxml/valid.h>
H A Dxlink.c38 #include <libxml/valid.h>
H A DtestOOM.c44 int valid = 0; variable
165 printf("\t --valid: validate the document\n");
270 if (valid) {
338 else if ((!strcmp(argv[i], "-valid")) || (!strcmp(argv[i], "--valid")))
339 valid++;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DSAX.c19 #include <libxml/valid.h>
26 #include <libxml/valid.h>
H A Dxlink.c38 #include <libxml/valid.h>
/macosx-10.10/ruby-106/ruby/test/csv/
H A Dtest_csv_parsing.rb199 assert_parse_errors_out('valid,fields,bad start"' + BIG_DATA)
203 assert_parse_errors_out('valid,fields,"bad start"unescaped' + BIG_DATA)
207 assert_parse_errors_out( 'valid,fields,"' + BIG_DATA + '"',
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpng.c286 info_ptr->valid &= ~PNG_INFO_tRNS;
300 info_ptr->valid &= ~PNG_INFO_sCAL;
323 info_ptr->valid &= ~PNG_INFO_pCAL;
335 info_ptr->valid &= ~PNG_INFO_iCCP;
365 info_ptr->valid &= ~PNG_INFO_sPLT;
410 info_ptr->valid &= ~PNG_INFO_hIST;
419 info_ptr->valid &= ~PNG_INFO_PLTE;
438 info_ptr->valid &= ~PNG_INFO_IDAT;
785 /* Check for width and height valid values */
/macosx-10.10/uucp-11/uucp/contrib/
H A DLogin.PortSel60 logerr Sent "Y" to wait in queue, did not get valid response.
/macosx-10.10/OpenSSH-189/openssh/
H A Daudit.c79 if (!the_authctxt->valid)
H A Dauth-bsdauth.c96 if (!authctxt->valid)
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DCodeSigner.h57 bool valid() const;
H A DCodeSigner.cpp89 if (!valid())
122 bool SecCodeSigner::valid() const function in class:Security::CodeSigning::SecCodeSigner
143 if (!valid())
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DCodeSigner.h57 bool valid() const;
H A DCodeSigner.cpp89 if (!valid())
122 bool SecCodeSigner::valid() const function in class:Security::CodeSigning::SecCodeSigner
143 if (!valid())
/macosx-10.10/WebCore-7600.1.25/html/
H A DFormAssociatedElement.h85 bool valid() const;
/macosx-10.10/ncurses-44/ncurses/test/
H A Dechochar.c39 #define valid(s) ((s != 0) && s != (char *)-1) macro
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_shm.c78 int mode; /* 0 - if valid set
80 * clear valid
81 * 1 - if valid set
84 * clear valid
94 int valid; member in struct:shmTime
103 int good; /* number of valid samples */
211 up->shm->valid=0;
320 if (shm->valid) {
349 shm->valid=0;
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dinstall_update_options.rb30 valid = Gem::Security::Policies.keys.sort
31 message = "#{value} (#{valid.join ', '} are valid)"
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/map/
H A Dmap_slippy_fetcher.tcl41 if {![map::slippy tile valid $tile $mylevels msg]} {
/macosx-10.10/vim-55/runtime/syntax/
H A Dremind.vim39 " XXX: why not match only valid dates? Ok, checking for 'Feb the 30' would
40 " be impossible, but at least check for valid months and times.
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dport-aix.c133 int valid = 1; local
158 valid = 0;
163 return (valid);
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLParserIdioms.cpp97 // String::toDouble() accepts leading + and whitespace characters, which are not valid here.
126 // String::toDouble() accepts leading + and whitespace characters, which are not valid here.
131 bool valid = false;
132 double value = string.toDouble(&valid);
133 if (!valid)
136 // NaN and infinity are considered valid by String::toDouble, but not valid here.
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml_wrap.h226 PyObject * libxml_xmlValidCtxtPtrWrap(xmlValidCtxtPtr valid);
243 PyObject * libxml_xmlRelaxNGValidCtxtPtrWrap(xmlRelaxNGValidCtxtPtr valid);
246 PyObject * libxml_xmlSchemaValidCtxtPtrWrap(xmlSchemaValidCtxtPtr valid);

Completed in 303 milliseconds

1234567891011>>