| /minix3/tests/usr.bin/config/support/conf/ |
| H A D | files | 4 attach master at root 9 attach parentii at master 11 attach parenti at master 14 attach child at hook 17 attach looper at master with looper_master 18 attach looper at looper with looper_looper 21 attach loopchild at looper 24 attach loopbaby at loopchild 40 attach d at root
|
| /minix3/external/bsd/nvi/dist/ex/ |
| H A D | ex_edit.c | 58 int attach, setalt; in ex_edit() local 75 attach = 0; in ex_edit() 77 attach = 1; in ex_edit() 85 attach = 0; in ex_edit() 94 return (ex_N_edit(sp, cmdp, frp, attach)); in ex_edit() 119 ex_N_edit(SCR *sp, EXCMD *cmdp, FREF *frp, int attach) in ex_N_edit() argument 133 if (attach) { in ex_N_edit()
|
| /minix3/external/bsd/llvm/dist/llvm/test/BugPoint/ |
| H A D | metadata.ll | 7 ; CHECK: call void @foo(), !dbg ![[LOC:[0-9]+]], !attach ![[CALL:[0-9]+]] 16 %s = mul i8 22, 9, !attach !0, !dbg !10 17 store i8 %s, i8* %b, !attach !1, !dbg !11 18 call void @foo(), !attach !2, !dbg !12 19 store i32 7, i32* %a, !attach !3, !dbg !13 20 %t = add i32 0, 5, !attach !4, !dbg !14
|
| /minix3/lib/lua/gpio/ |
| H A D | gpio.c | 208 struct gpio_attach attach; in gpio_attach() local 212 memset(&attach, 0, sizeof(attach)); in gpio_attach() 213 strlcpy(attach.ga_dvname, luaL_checkstring(L, 2), in gpio_attach() 214 sizeof(attach.ga_dvname)); in gpio_attach() 215 attach.ga_offset = (int)luaL_checkinteger(L, 3); in gpio_attach() 216 attach.ga_mask = (int)luaL_checkinteger(L, 4); in gpio_attach() 218 attach.ga_flags = (int)luaL_checkinteger(L, 5); in gpio_attach() 220 attach.ga_flags = 0; in gpio_attach() 222 if (ioctl(*fd, GPIOATTACH, &attach) == -1) in gpio_attach()
|
| /minix3/external/bsd/llvm/dist/llvm/test/Linker/ |
| H A D | metadata-a.ll | 4 ; CHECK: ret void, !attach !0 6 ; CHECK: ret void, !attach !1 12 ret void, !attach !0
|
| H A D | metadata-b.ll | 6 ret void, !attach !0
|
| /minix3/common/dist/zlib/contrib/iostream3/ |
| H A D | zfstream.cc | 79 gzfilebuf::attach(int fd, in attach() function in gzfilebuf 393 this->attach(fd, mode); in gzifstream() 409 gzifstream::attach(int fd, in attach() function in gzifstream 412 if (!sb.attach(fd, mode | std::ios_base::in)) in attach() 448 this->attach(fd, mode); in gzofstream() 464 gzofstream::attach(int fd, in attach() function in gzofstream 467 if (!sb.attach(fd, mode | std::ios_base::out)) in attach()
|
| H A D | zfstream.h | 78 attach(int fd, 299 attach(int fd, 388 attach(int fd,
|
| /minix3/common/dist/zlib/contrib/iostream/ |
| H A D | zfstream.cpp | 60 gzfilebuf *gzfilebuf::attach( int file_descriptor, in attach() function in gzfilebuf 261 void gzfilestream_common::attach( int fd, int io_mode ) { in attach() function in gzfilestream_common 263 if ( !buffer.attach( fd, io_mode) ) in attach() 306 gzfilestream_common::attach( fd, io_mode ); in gzifstream() 326 gzfilestream_common::attach( fd, io_mode ); in gzofstream()
|
| H A D | zfstream.h | 18 gzfilebuf *attach( int file_descriptor, int io_mode ); 56 void attach( int fd, int io_mode );
|
| /minix3/external/bsd/nvi/dist/ipc/ |
| H A D | ip_run.c | 43 static void attach __P((void)); 80 attach(); 256 attach() in attach() function
|
| /minix3/minix/tests/ |
| H A D | test42.c | 19 if (child) exit(n); printf("Attach type %d, ", attach); e(n); } 79 static int child = 0, attach; variable 120 attach = a; 183 switch (attach) { 386 if (attach == 2) { in traced_wait() 513 if (attach != 0) return; in test_exec() 975 if (attach != 0) return; in test_detach() 1077 if (attach != 0) return; in test_zdeath() 1403 if (attach != 0 && attach != 1) return; in test_defexec() 1411 if (attach == 0) { in test_defexec()
|
| /minix3/external/bsd/llvm/dist/clang/test/Index/ |
| H A D | annotate-comments-objc.m | 16 // Check that we attach comments to properties correctly. 37 // Check that we attach comments to enums declared using the NS_ENUM macro. 48 // attach unrelated comments in the following cases where tag decls are
|
| H A D | annotate-comments-typedef.m | 47 // FIXME: we don't attach this comment to 'struct Foo1'
|
| /minix3/external/bsd/llvm/dist/clang/tools/scan-view/ |
| H A D | Reporter.py | 107 outer.attach(msg) 129 msg.attach(MIMEText(mainMsg, _subtype='text/plain'))
|
| /minix3/external/bsd/bind/dist/lib/isc/include/isc/ |
| H A D | timer.h | 123 void (*attach)(isc_timer_t *timer, isc_timer_t **timerp); member
|
| H A D | task.h | 126 void (*attach)(isc_task_t *source, isc_task_t **targetp); member
|
| H A D | mem.h | 194 void (*attach)(isc_mem_t *source, isc_mem_t **targetp); member
|
| /minix3/external/bsd/nvi/dist/common/ |
| H A D | main.c | 147 attach(gp); in editor() 505 attach(GS *gp) in attach() function
|
| /minix3/minix/usr.bin/trace/ |
| H A D | trace.c | 351 attach(pid_t pid) in attach() function 532 if (attach(proc->pid) != 0) { in main()
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/ |
| H A D | property-objects.mm | 38 // Don't attach debug locations to the prologue instructions. These were
|
| /minix3/external/public-domain/tz/dist/ |
| H A D | CONTRIBUTING | 11 'diff -u old/europe new/europe >myfix.patch', and attach
|
| /minix3/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2001-06-01-GCCOptimizations.txt | 55 place to attach extra info.
|
| /minix3/minix/lib/liblwip/dist/doc/ |
| H A D | contrib.txt | 48 …If you correct an existing bug then attach the patch to the bug rather than creating a new entry i…
|
| /minix3/external/bsd/bind/dist/lib/dns/ |
| H A D | ecdb.c | 160 attach(dns_db_t *source, dns_db_t **targetp) { in attach() function 550 attach,
|