Searched +full:paths +full:- +full:ignore (Results 1 – 25 of 527) sorted by relevance
12345678910>>...22
31 [ -z "$ATF_TMPDIR" ] || return 039 atf_check -e empty -s exit:0 mkdir -m 0777 -p $TEST_INPUTS_DIR47 atf_check -e empty -s exit:0 mkdir -m 0755 -p a/b/148 atf_check -[all...]
43 atf_check -s exit:0 gmultipath create "$name" ${md0} ${md1}47 atf_check -s exit:0 gmultipath add "$name" ${md2}69 atf_check -s exit:0 gmultipath create -A "$name" ${md0} ${md1}91 atf_check -s exit:0 gmultipath create -R "$name" ${md0} ${md1}112 # We need a non-zero offset to gmultipath won't see the label when it116 atf_check gnop create -o $offset /dev/${md0}117 atf_check gnop create -o $offset /dev/${md1}118 atf_check -s exit:0 gmultipath label "$name" ${md0}.nop122 atf_check -s exit:0 gmultipath add "$name" ${md1}.nop123 NDEVS=`gmultipath list "$name" | grep -c 'md[0-9]*\.nop'`[all …]
4 .nr rst2man-indent-level 07 \\$1 \\n[an-margin]8 level \\n[rst2man-indent-level]9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]10 -11 \\n[rst2man-indent0]12 \\n[rst2man-indent1]13 \\n[rst2man-indent2]18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]19 . nr rst2man-indent-level +1[all …]
1 //=======- RefCntblBaseVirtualDtor.cpp ---------66 CXXBasePaths Paths; visitCXXRecordDecl() local 114 CXXBasePaths Paths; visitCXXRecordDecl() local [all...]
3 paths-ignore:4 - tests
1 # SPDX-License-Identifier: BSD-2-Clause32 atf_set "descr" "gpart shouldn't add physical paths to underlying providers that have none"40 atf_check -o empty -e ignore diskinfo -p ${md}41 atf_check -s exit:0 -o ignore gpart create -s bsd ${md}42 atf_check -s exit:0 -o ignore gpart add -t freebsd-ufs ${md}43 atf_check -o empty -e ignore diskinfo -p ${md}a63 atf_check gnop create -z $physpath /dev/${md}64 atf_check -s exit:0 -o ignore gpart create -s bsd ${md}.nop65 atf_check -s exit:0 -o ignore gpart add -t freebsd-ufs ${md}.nop66 gpart_physpath=$(diskinfo -p ${md}.nopa)[all …]
11 # set BYTESWAP to opposite-endian.12 if [ $(sysctl -n hw.byteorder) = "1234" ]; then35 umount -f mnt ; \56 umount -f mnt ; \64 uudecode -p ${TDBASE64} | (cd mnt; tar xzf - -s/testdata/TD$1/)79 rm -rf mnt/TD$195 atf_check diff -u ${GOODMD5} TD$1.md5118 mkdir -p mnt125 if [ $fpi -gt 16384 ]; then126 i="-i 16384"[all …]
1 //===-- CppModuleConfiguration.cpp --------37 llvm::SmallVector<std::string, 2> paths; getTargetIncludePaths() local [all...]
2 * Copyright (c) 2004-2008 Voltaire, Inc. All rights reserved.3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.16 * - Redistributions of source code must retain the above20 * - Redistributions in binary form must reproduce the above58 * paths that the given path includes it.62 * the given paths: 0,1 or 0,3,1,4 - the return value will be FALSE.76 for (ind1 = 0; ind1 < p_pkt_rand->num_paths_initialized; ind1++) { in __osm_pkt_randomizer_is_path_in_fault_paths()78 p_found_dr_path = &(p_pkt_rand->fault_dr_paths[ind1]); in __osm_pkt_randomizer_is_path_in_fault_paths()80 hop count of the input path - then it is not part of it. in __osm_pkt_randomizer_is_path_in_fault_paths()[all …]
4 opensm \- InfiniBand subnet manager and administration (SM/SA)8 [\-\-version]]9 [\-F | \-\-config <file_name>]10 [\-c(reate-config) <file_name>]11 [\-g(uid) <GUID in hex>]12 [\-l(mc) <LMC>]13 [\-p(riority) <PRIORITY>]14 [\-\-smkey <SM_Key>]15 [\-\-sm_sl <SL number>]16 [\-r(eassign_lids)][all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/sound/sound-card-common.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Mark Brown <broonie@kernel.org>13 audio-routing:14 $ref: /schemas/types.yaml#/definitions/non-unique-string-array20 ignore-suspend-widgets:21 $ref: /schemas/types.yaml#/definitions/non-unique-string-array24 Paths between these endpoints are still active over suspend of the main[all …]
3 # SPDX-License-Identifier: BSD-4-Clause40 # this is now two-pass. If possible, .so's44 # Hard links - careful with g(un)zipping!45 # .so's - throw everything through soelim before gzip!46 # symlinks - ignore these - eg: expn is its own man page:64 # less than 3 fields - don't know what to do with this65 if [ $# -lt 3 ] ; then 70 while [ $# -gt 2 ] ; do87 temp=`mktemp -t manager` || exit 188 gunzip -c $pname > $temp[all …]
1 //===-- AnalyzerOptions.def - Metadata about Static Analyses ----*- C++ -*-[all...]
1 /*-2 * SPDX-License-Identifier: BSD-3-Clause118 long_options, NULL)) != -1) in main() 194 threshold_sign = -1; in main() 208 argc -= optind; in main() 217 * that we'd have to re-implement the kernel's symbolic link traversing in main() 266 xo_open_container("disk-usag in main() [all...]
1 //===--- InitHeaderSearch.cpp - Initialize header search paths ------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 //===----------------------------------------------------------------------===//11 //===----------------------------------------------------------------------===//46 /// This class makes it easier to set the search paths of a HeaderSearch object.80 /// Add the necessary paths to support a MinGW libstdc++.85 /// Add paths that should always be searched.89 /// Add paths that should be searched when compiling c++.95 /// returns false, include paths should instead be handled in the driver.98 /// Adds the default system include paths so that e.g. stdio.h is found.[all …]
1 .\" Copyright (c) 2014-2018 Devin Teske50 .Op Fl -78 probe-specific data.90 .Dl 2017 May 29 08:23:20 0.0 dtrace[60671]: dtrace -s /dev/stdin104 .Dl date/time uid.gid execname[pid]: {->,<-, |} prov:mod:func:name ...108 .Ql dwatch -F BEGIN127 .Dl " -+= pid3 uid3.gid3 psargs3"128 .Dl " \e\\-+= pid2 uid2.gid2 psargs2"129 .Dl " \e\\-+= pid1 uid1.gid1 psargs1"130 .Dl " \e\\-+= pid0 uid0.guid0 psargs0"[all …]
1 2008-07-15 Love Hörnquist Åstrand <lha@it.su.se>7 2007-10-19 Love Hörnquist Åstrand <lha@it.su.se>11 * supaths.c: paths13 2007-08-02 Love Hörnquist Åstrand <lha@it.su.se>15 * su.c: Check all local realms when su-ing, from Magnus Holmberg.17 2007-06-19 Love Hörnquist Åstrand <lha@it.su.se>21 2006-01-17 Love Hörnquist Åstrand <lha@it.su.se>26 2006-01-12 Johan Danielsson <joda@pdc.kth.se>30 2005-10-22 Love Hörnquist Åstrand <lha@it.su.se>35 2005-05-10 Dave Love <fx@gnu.org>[all …]
1 /*-2 * SPDX-License-Identifier: BSD-2-Clause38 #include <paths.h>66 return -1; in veriexec_check_fd_mode()71 if (error == -1) { in veriexec_check_fd_mode()74 error = 0; /* ignore */ in veriexec_check_fd_mode()91 return -1; in veriexec_check_path_mode()107 if (error == -1) { in veriexec_check_path_mode()110 error = 0; /* ignore */ in veriexec_check_path_mode()138 if (error == -1) { in main()
1 /*-26 * Low-level routines relating to the user capabilities database43 #include <paths.h>57 * to see if this class should just ignore nologin files. Lastly,67 /* Do we ignore a nologin file? */ in auth_checknologin()
2 * Copyright (c) 2006-2009 Voltaire, Inc. All rights reserved.3 * Copyright (c) 2002-2011 Mellanox Technologies LTD. All rights reserved.4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.17 * - Redistributions of source code must retain the above21 * - Redistributions in binary form must reproduce the above77 p_node = p_port->p_node; in sa_multipath_rec_is_tavor_port()78 vend_id = ib_node_info_get_vendor_id(&p_node->node_info); in sa_multipath_rec_is_tavor_port()80 return ((p_node->node_info.device_id == CL_HTON16(23108)) && in sa_multipath_rec_is_tavor_port()171 OSM_LOG_ENTER(sa->p_log); in mpr_rcv_get_path_parms()175 p_dest_physp = p_dest_alias_guid->p_base_port->p_physp; in mpr_rcv_get_path_parms()[all …]
3 #-4 # SPDX-License-Identifier: BSD-2-Clause6 # Copyright 2004-2007 Colin Percival30 #### Usage function -- called from command-line handling code.33 # -[all...]
1 //===-- SpecialCaseList.h - special case list for sanitizers ----*- C++ -*-===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception6 //===----------------------------------------------------------------------===//10 //===----------------------------------------------------------------------===//30 /// This is a utility class used to parse user-provided text files with43 /// Definitions of "prefix" and "category" are sanitizer-specific. For example,50 /// "init": used in ASan exclusion list to disable initialization-order bugs53 /// ---61 /// src:ignore-global-initializers-issues.cc=init68 /// ---[all …]
5 config - OpenSSL CONF library configuration files26 is the first non-space character in a line, the entire line is ignored.45 available on systems with POSIX IO support.) Any sub-directories found57 To require all file inclusions to name absolute paths, use the following63 relative paths. To require all B<.include> pathnames to be absolute paths,76 B<true> or B<on>, then C<foo$bar> is a single seven-character name and121 In order to support this, commands like L<openssl-req(1)> ignore any231 OPENSSL_CONF=example.cnf openssl asn1parse -genstr OID:1.2.3.4.1244 for that provider. The provider-specific section is used to specify how273 All parameters in the section as well as sub-sections are made[all …]
1 //===- FileMatchTrie.cpp --------------------------------------------------===//5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception7 //===----------------------------------------------------------------------===//11 //===----------------------------------------------------------------------===//51 /// - If the node is empty, insert 'p' into its storage and abort.52 /// - If the node has a path 'p2' but no children, take the last path segment55 /// - Insert a new child for the last segment of 'p' and insert the rest of60 // We cannot put relative paths into the FileMatchTrie as then a path can be in insert()70 // This is a leaf, ignore duplicate entry if 'Path' equals 'NewPath'. in insert()73 // Make this a node and create a child-leaf with 'Path'. in insert()[all …]