Searched refs:where (Results 101 - 125 of 322) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-s390.c1059 char *where; local
1131 where = frag_more (nbytes);
1132 md_number_to_chars (where, 0, size);
1135 fix_new_exp (frag_now, where - frag_now->fr_literal,
1740 char *where; local
1745 where = frag_more (lpe->nbytes);
1746 md_number_to_chars (where, 0, size);
1747 fix_new_exp (frag_now, where - frag_now->fr_literal,
2001 char *where; local
2004 where
[all...]
/freebsd-11.0-release/contrib/sendmail/libmilter/
H A Dsmfi.c106 ** hdridx -- index into header list where insertion should occur
313 ** where -- SMTP stage
321 smfi_setsymlist(ctx, where, macros)
323 int where;
330 if (where < SMFIM_FIRST || where > SMFIM_LAST)
332 if (where < 0 || where >= MAX_MACROS_ENTRIES)
335 if (ctx->ctx_mac_list[where] != NULL)
338 ctx->ctx_mac_list[where]
[all...]
/freebsd-11.0-release/contrib/tcsh/
H A Ded.screen.c1017 /* move to line <where> (first line == 0) as efficiently as possible; */
1019 MoveToLine(int where) argument
1023 if (where == CursorV)
1026 if (where > TermV) {
1028 xprintf("MoveToLine: where is ridiculous: %d\r\n", where);
1034 del = where - CursorV;
1072 CursorV = where; /* now where is here */
1076 MoveToChar(int where) /* mov argument
[all...]
/freebsd-11.0-release/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c374 memvalcmp(const u_int8_t *s, u_char v, size_t l, size_t *where) argument
380 *where = i;
391 size_t where = -1; local
400 r = memvalcmp(aa1, v, l, &where);
405 snprintf(tmp, sizeof(tmp), "(%s)[%zu]", a1, where);
407 ((u_char *)aa1)[where], v);
/freebsd-11.0-release/lib/libedit/
H A Dterminal.c481 * move to line <where> (first line == 0)
485 terminal_move_to_line(EditLine *el, int where) argument
489 if (where == el->el_cursor.v)
492 if (where > el->el_terminal.t_size.v) {
495 "terminal_move_to_line: where is ridiculous: %d\r\n",
496 where);
500 if ((del = where - el->el_cursor.v) > 0) {
543 el->el_cursor.v = where;/* now where is here */
551 terminal_move_to_char(EditLine *el, int where) argument
[all...]
/freebsd-11.0-release/sbin/dhclient/
H A Ddispatch.c351 add_timeout(time_t when, void (*where)(void *), void *what)
358 if (q->func == where && q->what == what) {
374 q->func = where;
380 q->func = where;
411 cancel_timeout(void (*where)(void *), void *what)
418 if (q->func == where && q->what == what) {
/freebsd-11.0-release/contrib/gdb/gdb/gdbserver/
H A Dthread-db.c140 thread_db_create_event (CORE_ADDR where) argument
167 thread_db_death_event (CORE_ADDR where)
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dlinux-unwind.h112 fs->curr.reg[UNW_REG_RP].where = UNW_WHERE_SPREL;
190 fs->curr.reg[UNW_REG_PFS].where = UNW_WHERE_NONE;
/freebsd-11.0-release/sys/dev/drm/
H A Dmga_warp.c45 #define WARP_UCODE_INSTALL( which, where ) \
48 dev_priv->warp_pipe_phys[where] = pcbase; \
/freebsd-11.0-release/sys/boot/powerpc/ps3/
H A Dmain.c154 ppc_exception(int code, vm_offset_t where, register_t msr) argument
157 printf("Exception %x at %#lx!\n", code, where);
/freebsd-11.0-release/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in93 where "drift_file" defaults to /etc/ntp.drift
/freebsd-11.0-release/usr.sbin/ypldap/
H A Dldapclient.c571 const char *where; local
577 where = "connect";
582 where = "binding";
586 where = "parsing";
589 where = "verifying msgid";
608 where = "search";
625 where = "search";
639 log_debug("directory %s errored out in %s", idm->idm_name, where);
/freebsd-11.0-release/include/rpc/
H A Drpc_msg.h96 caddr_t where; member in struct:accepted_reply::__anon6538::__anon6540
/freebsd-11.0-release/contrib/gdb/
H A Ddjunpack.bat14 Rem where XYZ is the version number. If the argument includes leading
18 Rem be identical to the name of the top-level directory where the GDB
/freebsd-11.0-release/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd2.h55 #define ca_where where
/freebsd-11.0-release/sys/rpc/
H A Drpc_msg.h96 caddr_t where; member in struct:accepted_reply::__anon13253::__anon13255
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c207 * in 'where' with the current mountpoint, and return 1. Otherwise, we return
211 is_mounted(libzfs_handle_t *zfs_hdl, const char *special, char **where) argument
218 if (where != NULL)
219 *where = zfs_strdup(zfs_hdl, entry.mnt_mountp);
225 zfs_is_mounted(zfs_handle_t *zhp, char **where) argument
227 return (is_mounted(zhp->zfs_hdl, zfs_get_name(zhp), where));
470 zfs_is_shared_proto(zfs_handle_t *zhp, char **where, zfs_share_proto_t proto) argument
479 if (where != NULL)
480 *where = mountpoint;
491 zfs_is_shared_nfs(zfs_handle_t *zhp, char **where) argument
498 zfs_is_shared_smb(zfs_handle_t *zhp, char **where) argument
[all...]
H A Dlibzfs_changelist.c402 char where[64]; local
419 sizeof (property), &sourcetype, where, sizeof (where),
432 sizeof (property), &share_sourcetype, where, sizeof (where),
/freebsd-11.0-release/lib/libstand/
H A Dbzipfs.c68 static off_t bzf_seek(struct open_file *f, off_t offset, int where);
235 bzf->bzf_bzstream.next_out = buf; /* where and how much */
310 bzf_seek(struct open_file *f, off_t offset, int where) argument
316 switch (where) {
346 /* This is where we are (be honest if we overshot) */
H A Dgzipfs.c51 static off_t zf_seek(struct open_file *f, off_t offset, int where);
244 zf->zf_zstream.next_out = buf; /* where and how much */
290 zf_seek(struct open_file *f, off_t offset, int where) argument
296 switch (where) {
321 /* This is where we are (be honest if we overshot) */
H A Dsplitfs.c51 static off_t splitfs_seek(struct open_file *f, off_t offset, int where);
235 splitfs_seek(struct open_file *f, off_t offset, int where) argument
245 switch (where) {
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c155 char where[30]; local
187 len = sizeof (where) + sizeof (offinfo) + strlen(faultstr) +
195 (void) sprintf(where, "predicate");
197 (void) sprintf(where, "action #%d", err.dteda_action);
223 details, where, offinfo);
/freebsd-11.0-release/lib/libc/xdr/
H A Dxdr_rec.c49 * by n bytes of data, where n is contained in the header. The header
636 char *where; local
643 where = rstrm->in_base;
645 where += i;
647 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1)
649 rstrm->in_finger = where;
650 where += len;
651 rstrm->in_boundry = where;
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dopncls.c72 nbfd->where = 0;
210 /* OK, put everything where it belongs. */
434 file_ptr where; member in struct:opncls
441 return vec->where;
450 case SEEK_SET: vec->where = offset; break;
451 case SEEK_CUR: vec->where += offset; break;
461 file_ptr nread = (vec->pread) (abfd, vec->stream, buf, nbytes, vec->where);
464 vec->where += nread;
470 const void *where ATTRIBUTE_UNUSED,
809 abfd->where
[all...]
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dposix1.mk18 # with single space, except in commands, where the escape and the newline
137 # Explicit rule where the dependency is an inferred file. The dependency
150 # Excplicit rule where the dependency also has an explicit rule.

Completed in 305 milliseconds

1234567891011>>