Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 1290) sorted by relevance

12345678910>>...52

/openbsd/regress/lib/libc/sys/
H A DREADME19 t_fork - add reallocarr function, remove clone(2) tests
23 t_mknod - remove tests for unsupported file types
24 t_msgget - remove msgget_limit test
25 t_poll - remove pollts_* tests
27 t_revoke - remove basic tests, revoke only on ttys supported
28 t_select - remove sigset_t struct as it is int on OpenBSD
29 t_setrlimit - remove unsupported resource parameters and lwp
37 t_mmap - ENOTBLK on test NetBSD is skipping, remove mmap_va0 test
39 t_pipe2 - closefrom(4) == -1, remove F_GETNOSIGPIPE and nosigpipe test
/openbsd/gnu/usr.bin/perl/dist/IO/t/
H A Dio_sel.t22 $sel->remove(\*STDIN) == 1 or print "not ";
25 $sel->remove(\*STDIN, 5, 6) == 1 # two of there are not present
33 $sel->remove(1, 4);
41 $sel->remove([\*STDOUT, 5]);
108 $sel->remove($sel->handles);
145 print "not " unless $sel->remove($fh) == 1;
H A Dio_poll.t49 $poll->remove($stdout);
67 $poll->remove($dupout);
74 $poll->remove($stdin);
/openbsd/regress/sys/kern/access/
H A Daccess.c110 remove(exists); in docleanup()
111 remove(r_r_exists); in docleanup()
112 remove(r_w_exists); in docleanup()
113 remove(w_r_exists); in docleanup()
114 remove(w_w_exists); in docleanup()
115 remove(x_x_exists); in docleanup()
116 remove(dir); in docleanup()
118 remove(temp); in docleanup()
143 remove(temp); in main()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DLockFileManager.cpp61 sys::fs::remove(LockFileName); in readLockFile()
78 sys::fs::remove(LockFileName); in readLockFile()
151 sys::fs::remove(Filename); in ~RemoveUniqueLockFileOnSignal()
207 sys::fs::remove(UniqueLockFileName); in LockFileManager()
237 sys::fs::remove(UniqueLockFileName); in LockFileManager()
249 if ((EC = sys::fs::remove(LockFileName))) { in LockFileManager()
285 sys::fs::remove(LockFileName); in ~LockFileManager()
286 sys::fs::remove(UniqueLockFileName); in ~LockFileManager()
349 return sys::fs::remove(LockFileName); in unsafeRemoveLockFile()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTImporterLookupTable.cpp96 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
99 bool EraseResult = Decls.remove(ND); in remove()
121 void ASTImporterLookupTable::remove(NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
124 remove(DC, ND); in remove()
127 remove(ReDC, ND); in remove()
139 remove(OldDC, ND); in update()
144 LookupTable[OldDC][ND->getDeclName()].remove(ND); in updateForced()
/openbsd/gnu/llvm/llvm/utils/gn/build/
H A Dsync_source_lists_from_cmake.py24 def patch_gn_file(gn_file, add, remove): argument
41 for r in remove:
113 remove = data.get('remove', [])
115 patch_gn_file(gn_file, add, remove)
121 if remove:
122 print(' remove:\n ' + '\n '.join(remove))
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-strip.rst15 If no other stripping or remove options are specified, :option:`--strip-all`
42 ELF objects will not be discarded. Additionally, remove all debug sections.
76 .. option:: --remove-section <section>, -R
79 to remove multiple sections simultaneously.
88 For ELF objects, remove from the output all symbols and non-alloc sections not
92 For COFF objects, remove all symbols, debug sections, and relocations from the
102 multiple times to remove multiple symbols.
107 relocations. Also remove all debug sections.
150 Allow :program:`llvm-strip` to remove sections even if it would leave invalid
163 When removing sections from the output, do not remove sections named
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp1989.C31 void remove(Pix& x) in remove() function
32 { T tmp; remove(x, tmp); } in remove()
33 void remove(Pix& x, T& item);
136 List_DL<T>::remove(Pix& x, T& item) in remove() function
241 void remove(const T& item) in remove() function
243 void remove(Pix& x) in remove() function
244 { T tmp; remove(x, tmp); } in remove()
276 void remove(Pix& x, T& item) in remove() function
277 { list.remove(x, item); } in remove()
308 void remove(Pix& x, T& item) in remove() function
[all …]
/openbsd/gnu/llvm/llvm/utils/
H A Dpipeline.py87 def remove(pipeObj, removeIndex): function
161 self.assertEqual('b,A(c,B(d,e),f),g', toStr(remove(pipeObj, 0)))
162 self.assertEqual('a,b,A(c,B(d,e),f)', toStr(remove(pipeObj, 6)))
164 pipeObjC = remove(pipeObj, 4)
166 pipeObjC = remove(pipeObjC, 3)
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/
H A DCommonOpts.td15 HelpText<"Allow the tool to remove sections even if it would leave "
59 defm remove_section : Eq<"remove-section", "Remove <section>">,
63 HelpText<"Alias for --remove-section">;
78 defm keep_symbol : Eq<"keep-symbol", "Do not remove symbol <symbol>">,
85 HelpText<"Do not remove file symbols">;
88 HelpText<"Do not remove undefined symbols">;
106 "remove all debug sections">;
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist.h252 pointer remove(iterator &IT) {
255 base_list_type::remove(*Node);
259 pointer remove(const iterator &IT) {
261 return remove(MutIt);
264 pointer remove(pointer IT) { return remove(iterator(IT)); }
265 pointer remove(reference IT) { return remove(iterator(IT)); }
269 this->deleteNode(remove(where));
/openbsd/gnu/llvm/lld/Common/
H A DFilesystem.cpp73 sys::fs::remove(tmpName); in unlinkAsync()
75 sys::fs::remove(path); in unlinkAsync()
86 sys::fs::remove(path); in unlinkAsync()
/openbsd/gnu/usr.bin/perl/
H A Dcflags.SH286 remove=''
288 **Ld*) remove='Ld' ;;
290 define) remove='usedtrace' ;;
294 case "$remove" in
296 *) echo "cflags.SH: Removing -pedantic* -ansi because of $remove."
/openbsd/gnu/lib/libiberty/src/testsuite/
H A Dtest-pexecute.c236 remove ("temp.x"); in main()
237 remove ("temp.y"); in main()
271 remove ("temp.z"); in main()
345 remove ("temp.x"); in main()
346 remove ("temp.y"); in main()
375 remove ("temp2.x"); in main()
376 remove ("temp2.y"); in main()
426 remove ("temp.y"); in main()
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dutil.py83 actual.remove(item)
90 lst.remove(item)
99 actual.remove(item)
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp151 State = State->remove<MapName>(P.first); in dropDeadFromGDM()
237 State = State->remove<NonNullImplicationMap>(Antecedent); in addImplication()
238 State = State->remove<NullImplicationMap>(*Consequent); in addImplication()
240 State = State->remove<NullImplicationMap>(Antecedent); in addImplication()
241 State = State->remove<NonNullImplicationMap>(*Consequent); in addImplication()
/openbsd/usr.sbin/lpd/
H A Dlp_rmjob.c143 goto remove; in docheck()
148 goto remove; in docheck()
153 goto remove; in docheck()
158 remove: in docheck()
/openbsd/gnu/usr.bin/perl/dist/Exporter/lib/Exporter/
H A DHeavy.pm80 my($remove, $spec, @names, @allexports);
84 $remove = $spec =~ s/^!//;
108 warn "Import ".($remove ? "del":"add").": @names "
111 if ($remove) {
/openbsd/lib/libc/stdio/
H A Dremove.c40 remove(const char *file) in remove() function
50 DEF_STRONG(remove);
/openbsd/gnu/lib/libiberty/src/
H A Dpex-common.c74 obj->remove = NULL; in pex_init_common()
88 obj->remove = XRESIZEVEC (char *, obj->remove, obj->remove_count); in pex_add_remove()
93 obj->remove[obj->remove_count - 1] = add; in pex_add_remove()
589 remove (obj->remove[i]); in pex_free()
590 free (obj->remove[i]); in pex_free()
592 free (obj->remove); in pex_free()
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DVstat.pod14 $v->remove($filename, $size);
30 The method C<add> (respectively C<remove>) can be used to add a filename to
31 the file system (resp. remove a filename from the file system).
37 Both C<add> and C<remove> also know about
74 C<remove> are delayed until the next call to
91 redo the changes, with remove_first used instead of remove.
/openbsd/gnu/llvm/llvm/utils/rsp_bisect_test/
H A Dtest.py97 os.remove(rsp)
98 os.remove(rsp + '.0')
99 os.remove(rsp + '.1')
/openbsd/gnu/usr.bin/cvs/vms/
H A Dunlink.c15 rs = remove(path); in vms_unlink()
16 while(remove(path) >= 0); in vms_unlink()
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp573 remove = 6; in relaxCall()
578 remove = 6; in relaxCall()
582 remove = 4; in relaxCall()
598 remove = 4; in relaxTlsLe()
648 assert(static_cast<int32_t>(remove) >= 0 && in relax()
656 relaxCall(sec, i, loc, r, remove); in relax()
664 relaxTlsLe(sec, i, loc, r, remove); in relax()
677 delta += remove; in relax()
767 if (remove % 4 || r.addend % 4) { in riscvFinalizeRelax()
768 skip = r.addend - remove; in riscvFinalizeRelax()
[all …]

12345678910>>...52