Searched refs:os (Results 201 - 225 of 469) sorted by relevance

1234567891011>>

/freebsd-9.3-release/tools/regression/pjdfstest/tests/truncate/
H A D08.t11 case "${os}:${fs}" in
51 case "${os}:${fs}" in
/freebsd-9.3-release/tools/tools/notescheck/
H A Dnotescheck.py11 import os.path
336 if not os.path.exists(tree + file):
350 if os.path.exists(files_file):
353 if os.path.exists(options_file):
/freebsd-9.3-release/usr.bin/less/
H A DMakefile7 opttbl.c os.c output.c pattern.c position.c prompt.c search.c \
/freebsd-9.3-release/usr.bin/vacation/
H A DMakefile36 ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h
/freebsd-9.3-release/usr.sbin/editmap/
H A DMakefile37 ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h
/freebsd-9.3-release/usr.sbin/makemap/
H A DMakefile38 ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h
/freebsd-9.3-release/usr.sbin/praliases/
H A DMakefile38 ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DScanfFormatString.cpp481 void ScanfSpecifier::toString(raw_ostream &os) const {
482 os << "%";
485 os << getPositionalArgIndex() << "$";
487 os << "*";
489 FieldWidth.toString(os);
490 os << LM.toString();
491 os << CS.toString();
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_znode.h9 * or http://www.opensolaris.org/os/licensing.
116 #define USE_FUIDS(version, os) (version >= ZPL_VERSION_FUID && \
117 spa_version(dmu_objset_spa(os)) >= SPA_VERSION_FUID)
118 #define USE_SA(version, os) (version >= ZPL_VERSION_SA && \
119 spa_version(dmu_objset_spa(os)) >= SPA_VERSION_SA)
320 extern void zfs_create_fs(objset_t *os, cred_t *cr, nvlist_t *,
336 extern int zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value);
337 extern int zfs_get_stats(objset_t *os, nvlist_t *nv);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp266 llvm::raw_svector_ostream os(sbuf);
270 os << "Deallocator doesn't match the allocator: '"
272 BugReport *Report = new BugReport(*BT, os.str(), N);
307 llvm::raw_svector_ostream os(sbuf);
309 os << "Allocated data should be released before another call to "
313 BugReport *Report = new BugReport(*BT, os.str(), N);
519 llvm::raw_svector_ostream os(sbuf);
520 os << "Allocated data is not released: missing a call to '"
540 BugReport *Report = new BugReport(*BT, os.str(), N, LocUsedForUniqueing,
H A DIdempotentOperationChecker.cpp384 llvm::raw_svector_ostream os(buf);
391 os << "Assigned value is always the same as the existing value";
393 os << "Both operands to '" << B->getOpcodeStr()
398 os << "The left operand to '" << B->getOpcodeStr() << "' is always 1";
402 os << "The right operand to '" << B->getOpcodeStr() << "' is always 1";
406 os << "The left operand to '" << B->getOpcodeStr() << "' is always 0";
410 os << "The right operand to '" << B->getOpcodeStr() << "' is always 0";
420 BugReport *report = new BugReport(*BT, os.str(), *I);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp165 os->write(Bytes, Size);
192 raw_ostream *os; member in class:__anon2604::GCOVRecord
223 GCOVLines(StringRef F, raw_ostream *os) argument
225 this->os = os;
250 Lines = new GCOVLines(Filename, os);
289 GCOVBlock(uint32_t Number, raw_ostream *os) argument
291 this->os = os;
304 GCOVFunction(DISubprogram SP, raw_ostream *os, uint32_ argument
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_destroy.c9 * or http://www.opensolaris.org/os/licensing.
752 objset_t *os; local
753 VERIFY0(dmu_objset_from_ds(ds, &os));
764 zil_destroy_sync(dmu_objset_zil(os), tx);
898 objset_t *os; local
910 error = dmu_objset_own(name, DMU_OST_ANY, B_FALSE, FTAG, &os);
913 dmu_objset_ds(os)->ds_phys->ds_prev_snap_txg;
915 error = dmu_object_next(os, &obj, FALSE,
917 (void) dmu_free_long_object(os, obj);
919 txg_wait_synced(dmu_objset_pool(os),
938 objset_t *os; local
[all...]
H A Ddsl_dir.c9 * or http://www.opensolaris.org/os/licensing.
487 objset_t *os = dp->dp_meta_objset; local
502 if (zap_contains(os, dd->dd_object, DD_FIELD_FILESYSTEM_COUNT) == 0)
509 for (zap_cursor_init(zc, os, dd->dd_phys->dd_child_dir_zapobj);
531 VERIFY0(zap_lookup(os, chld_dd->dd_object,
534 VERIFY0(zap_lookup(os, chld_dd->dd_object,
545 for (zap_cursor_init(zc, os, ds->ds_phys->ds_snapnames_zapobj);
561 VERIFY0(zap_add(os, dd->dd_object, DD_FIELD_FILESYSTEM_COUNT,
563 VERIFY0(zap_add(os, dd->dd_object, DD_FIELD_SNAPSHOT_COUNT,
729 objset_t *os local
815 objset_t *os = dd->dd_pool->dp_meta_objset; local
943 objset_t *os = dd->dd_pool->dp_meta_objset; local
1739 objset_t *os = dd->dd_pool->dp_meta_objset; local
1811 objset_t *os = dd->dd_pool->dp_meta_objset; local
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldexp.c570 lang_output_section_statement_type *os; local
572 os = lang_output_section_find (tree->name.name);
573 if (os == NULL)
579 else if (os->processed_vma)
580 new_rel (0, NULL, os->bfd_section);
587 lang_output_section_statement_type *os; local
589 os = lang_output_section_find (tree->name.name);
590 if (os == NULL)
596 else if (os->processed_lma)
598 if (os
613 lang_output_section_statement_type *os; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Drevoke.c708 heim_octet_string os; local
724 os.data = p->tbsCertificate.subjectPublicKeyInfo.subjectPublicKey.data;
725 os.length = p->tbsCertificate.subjectPublicKeyInfo.subjectPublicKey.length / 8;
730 &os,
863 heim_octet_string os; local
913 os.data = p->tbsCertificate.subjectPublicKeyInfo.subjectPublicKey.data;
914 os.length =
920 &os,
1403 * @param os return the signed and encoded CRL, free with
1415 heim_octet_string *os)
1412 hx509_crl_sign(hx509_context context, hx509_cert signer, hx509_crl crl, heim_octet_string *os) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp335 PathDiagnosticLocation ExecutionContinues(llvm::raw_string_ostream &os,
372 PathDiagnosticBuilder::ExecutionContinues(llvm::raw_string_ostream &os, argument
376 if (os.str().empty())
377 os << ' ';
382 os << "Execution continues on line "
386 os << "Execution jumps to the end of the ";
389 os << "method";
391 os << "function";
394 os << "anonymous block";
396 os << '
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Include/
H A Dtest.ksh17 * or http://www.opensolaris.org/os/licensing.
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new.py4 import sys, os
104 os._exit(1)
/freebsd-9.3-release/tools/regression/pjdfstest/tests/chmod/
H A D09.t9 [ "${os}:${fs}" = "FreeBSD:UFS" ] || quick_exit
/freebsd-9.3-release/tools/regression/pjdfstest/tests/rename/
H A D06.t11 case "${os}:${fs}" in
H A D07.t11 case "${os}:${fs}" in
/freebsd-9.3-release/usr.bin/calendar/calendars/hu_HU.ISO8859-2/
H A Dcalendar.unnepek16 10/23 1956-os forradalom �nnepe
/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py9 import os
129 root_path = os.path.split(__file__)[0]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh9 * or http://www.opensolaris.org/os/licensing.

Completed in 248 milliseconds

1234567891011>>