| /minix3/external/bsd/pkg_install/dist/lib/ |
| H A D | pkg_io.c | 64 fetchIO *fetch; member 76 f->fetch = fetchXGet(f->url, &us, fetch_flags); in fetch_archive_open() 77 if (f->fetch == NULL) in fetch_archive_open() 94 rv = fetchIO_read(f->fetch, f->buffer, sizeof(f->buffer)); in fetch_archive_read() 113 fetchIO_close(f->fetch); in fetch_archive_read() 114 f->fetch = fetchXGet(f->url, &us, fetch_flags); in fetch_archive_read() 115 if (f->fetch == NULL) in fetch_archive_read() 119 rv = fetchIO_read(f->fetch, f->buffer, sizeof(f->buffer)); in fetch_archive_read() 130 if (f->fetch != NULL) in fetch_archive_close() 131 fetchIO_close(f->fetch); in fetch_archive_close()
|
| /minix3/external/bsd/fetch/lib/ |
| H A D | Makefile | 3 LIB= fetch 4 SRCS= fetch.c common.c ftp.c http.c file.c 6 INCS= fetch.h 8 MAN= fetch.3
|
| /minix3/minix/ |
| H A D | Makefile.fetchgnu | 45 .if exists(${GNUHOSTDIST:H}/fetch.sh) 46 ${GNUHOSTDIST:H}/.gitignore: ${GNUHOSTDIST:H}/fetch.sh 47 SED=${TOOL_SED} ${HOST_SH} ${GNUHOSTDIST:H}/fetch.sh
|
| /minix3/lib/libc/compat/arch/i386/sys/ |
| H A D | compat_sigprocmask.S | 48 movl 8(%esp),%ecx # fetch new sigset pointer 54 1: movl (%ecx),%ecx # fetch indirect ... 58 movl 12(%esp),%ecx # fetch old mask requested
|
| H A D | compat_sigpending.S | 48 movl 4(%esp),%ecx # fetch pointer to...
|
| H A D | compat_sigsuspend.S | 48 movl 4(%esp),%eax # fetch mask arg
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/R600/ |
| H A D | vtx-fetch-branch.ll | 3 ; This tests for a bug where vertex fetch clauses right before an ENDIF 5 ; for the ALU clause before the vetex fetch instead of emitting a POP instruction 6 ; after the fetch clause.
|
| H A D | vtx-schedule.ll | 5 ; same fetch clasue.
|
| /minix3/minix/commands/fetch/ |
| H A D | Makefile | 1 PROG= fetch 3 MAN= fetch.1
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/hdb/ |
| H A D | hdb-sqlite.c | 47 sqlite3_stmt *fetch; member 255 sqlite3_finalize(hsdb->fetch); in hdb_sqlite_close_database() 314 &hsdb->fetch, in hdb_sqlite_make_database() 396 sqlite3_stmt *fetch = hsdb->fetch; in hdb_sqlite_fetch_kvno() local 405 sqlite3_bind_text(fetch, 1, principal_string, -1, SQLITE_STATIC); in hdb_sqlite_fetch_kvno() 407 sqlite_error = hdb_sqlite_step(context, hsdb->db, fetch); in hdb_sqlite_fetch_kvno() 421 value.length = sqlite3_column_bytes(fetch, 0); in hdb_sqlite_fetch_kvno() 422 value.data = (void *) sqlite3_column_blob(fetch, 0); in hdb_sqlite_fetch_kvno() 440 sqlite3_clear_bindings(fetch); in hdb_sqlite_fetch_kvno() 441 sqlite3_reset(fetch); in hdb_sqlite_fetch_kvno()
|
| /minix3/minix/usr.bin/diff/ |
| H A D | diffreg.c | 194 static int fetch(long *, int, int, FILE *, int, int, int); 1120 fetch(ixold, a, b, f1, '<', 1, *pflags); in change() 1124 i = fetch(ixnew, c, d, f2, diff_format == D_NORMAL ? '>' : '\0', 0, *pflags); in change() 1148 fetch(long *f, int a, int b, FILE *lb, int ch, int oldfile, int flags) in fetch() function 1405 fetch(ixold, lowa, b, f1, ' ', 0, flags); in dump_context_vec() 1407 fetch(ixold, lowa, a - 1, f1, ' ', 0, flags); in dump_context_vec() 1408 fetch(ixold, a, b, f1, in dump_context_vec() 1414 fetch(ixold, b + 1, upb, f1, ' ', 0, flags); in dump_context_vec() 1441 fetch(ixnew, lowc, d, f2, ' ', 0, flags); in dump_context_vec() 1443 fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags); in dump_context_vec() [all …]
|
| /minix3/external/bsd/bind/dist/lib/dns/ |
| H A D | lookup.c | 54 dns_fetch_t * fetch; member 78 REQUIRE(fevent->fetch == lookup->fetch); in fetch_done() 91 REQUIRE(lookup->fetch == NULL); in start_fetch() 100 &lookup->fetch); in start_fetch() 244 dns_resolver_destroyfetch(&lookup->fetch); in lookup_find() 434 lookup->fetch = NULL; in dns_lookup_create() 471 if (lookup->fetch != NULL) { in dns_lookup_cancel() 473 dns_resolver_cancelfetch(lookup->fetch); in dns_lookup_cancel()
|
| H A D | validator.c | 233 if (val->fetch != NULL || val->subvalidator != NULL) in exit_check() 402 dns_fetch_t *fetch; in fetch_callback_validator() local 424 fetch = val->fetch; in fetch_callback_validator() 425 val->fetch = NULL; in fetch_callback_validator() 465 if (fetch != NULL) in fetch_callback_validator() 466 dns_resolver_destroyfetch(&fetch); in fetch_callback_validator() 484 dns_fetch_t *fetch; in dsfetched() local 506 fetch = val->fetch; in dsfetched() 507 val->fetch = NULL; in dsfetched() 541 if (fetch != NULL) in dsfetched() [all …]
|
| H A D | adb.c | 202 dns_fetch_t *fetch; member 1301 dns_resolver_cancelfetch(name->fetch_a->fetch); in cancel_fetches_at_name() 1304 dns_resolver_cancelfetch(name->fetch_aaaa->fetch); in cancel_fetches_at_name() 1922 f->fetch = NULL; in new_adbfetch() 1932 free_adbfetch(dns_adb_t *adb, dns_adbfetch_t **fetch) { in free_adbfetch() argument 1935 INSIST(fetch != NULL && DNS_ADBFETCH_VALID(*fetch)); in free_adbfetch() 1936 f = *fetch; in free_adbfetch() 1937 *fetch = NULL; in free_adbfetch() 3057 goto fetch; in dns_adb_createfind2() 3073 goto fetch; in dns_adb_createfind2() [all …]
|
| /minix3/usr.bin/ftp/ |
| H A D | Makefile | 9 SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \ 41 cmds.o fetch.o: version.h
|
| /minix3/external/bsd/fetch/ |
| H A D | Makefile.inc | 5 LIBFETCHDIR= ${NETBSDSRCDIR}/external/bsd/fetch/dist/libfetch
|
| /minix3/external/bsd/pkg_install/dist/admin/ |
| H A D | download-vulnerability-list.sh.in | 37 exec ${pkg_admin} fetch-pkg-vulnerabilities ${do_sign}
|
| /minix3/external/bsd/llvm/dist/llvm/utils/git-svn/ |
| H A D | git-svnup | 9 git fetch
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | store-int.h | 41 ssize_t (*fetch)(struct krb5_storage_data*, void*, size_t); member
|
| H A D | store_mem.c | 145 sp->fetch = mem_fetch; in krb5_storage_from_mem() 204 sp->fetch = mem_fetch; in krb5_storage_from_readonly_mem()
|
| /minix3/external/bsd/bind/dist/lib/dns/include/dns/ |
| H A D | resolver.h | 76 dns_fetch_t * fetch; member 355 dns_resolver_cancelfetch(dns_fetch_t *fetch); 387 dns_resolver_logfetch(dns_fetch_t *fetch, isc_log_t *lctx,
|
| /minix3/common/lib/libc/arch/sparc/string/ |
| H A D | strlen.S | 50 ldsb [%o0], %o2 ! fetch byte
|
| /minix3/releasetools/ |
| H A D | fetch_u-boot.sh | 56 git fetch -v
|
| /minix3/external/bsd/libpcap/dist/ |
| H A D | pcap-usb-linux.c | 849 struct mon_bin_mfetch fetch; in usb_read_linux_mmap() local 868 fetch.offvec = vec; in usb_read_linux_mmap() 869 fetch.nfetch = limit; in usb_read_linux_mmap() 870 fetch.nflush = nflush; in usb_read_linux_mmap() 873 ret = ioctl(handle->fd, MON_IOCX_MFETCH, &fetch); in usb_read_linux_mmap() 891 nflush = fetch.nfetch; in usb_read_linux_mmap() 892 for (i=0; i<fetch.nfetch; ++i) { in usb_read_linux_mmap()
|
| /minix3/lib/libc/compat/arch/x86_64/sys/ |
| H A D | compat_sigprocmask.S | 52 1: movl (%rsi),%esi # fetch indirect ...
|