Searched refs:where (Results 201 - 225 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/sendmail/src/
H A Dmci.c475 ** where -- where has this been called?
482 mci_close(mci, where)
484 char *where;
495 sm_dprintf("mci_close: mci_out!=NULL, where=%s\n",
496 where);
507 sm_dprintf("mci_close: mci_in!=NULL, where=%s\n",
508 where);
/freebsd-11-stable/sys/netipsec/
H A Dipsec.h222 /* See where ESP/AH/IPCOMP header land in mbuf on input */
345 extern void m_checkalignment(const char* where, struct mbuf *m0,
/freebsd-11-stable/contrib/binutils/gas/
H A Dwrite.c139 int where, /* Where in that frag? */
154 fixP->fx_where = where;
227 int where, /* Where in that frag? */
234 return fix_new_internal (frag, where, size, add_symbol,
244 int where, /* Where in that frag? */
274 return fix_new_exp (frag, where, size, exp, pcrel, r_type);
303 return fix_new_internal (frag, where, size, add, sub, off, pcrel, r_type);
843 handled now. (These consist of fixS where we have since discovered
867 anyways in cases where we know the maximum displacement. */
2114 /* We want to prevent going into an infinite loop where on
138 fix_new_internal(fragS *frag, int where, int size, symbolS *add_symbol, symbolS *sub_symbol, offsetT offset, int pcrel, RELOC_ENUM r_type ATTRIBUTE_UNUSED ) argument
226 fix_new(fragS *frag, int where, int size, symbolS *add_symbol, offsetT offset, int pcrel, RELOC_ENUM r_type ) argument
243 fix_new_exp(fragS *frag, int where, int size, expressionS *exp, int pcrel, RELOC_ENUM r_type ) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dreload.c36 2. optionally record the locations where those values appear in
152 rtx *where; /* Location to store in */
843 /* For matching constraints, we often get notional input reloads where
873 IN is an rtx saying where the data are to be found before this instruction.
874 OUT says where they must be stored after the instruction.
876 INLOC and OUTLOC point to the places in the instructions where
975 where both M1 and M2 are a word or smaller, M1 is wider than M2, and
977 Similar issue for (SUBREG:M1 (REG:M2 ...) ...) for a hard register R where
1031 /* The case where out is nonzero
1066 /* Similar issue for (SUBREG:M1 (REG:M2 ...) ...) for a hard register R where
151 rtx *where; /* Location to store in */ member in struct:replacement
6614 rtx goaltry, valtry, value, where; local
[all...]
/freebsd-11-stable/contrib/serf/buckets/
H A Dssl_buckets.c204 apps_ssl_info_callback(const SSL *s, int where, int ret) argument
208 w = where & ~SSL_ST_MASK;
217 if (where & SSL_CB_LOOP) {
221 else if (where & SSL_CB_ALERT) {
222 str = (where & SSL_CB_READ) ? "read" : "write";
228 else if (where & SSL_CB_EXIT) {
/freebsd-11-stable/contrib/less/
H A Dfuncs.h215 public LINENUM currline LESSPARAMS ((int where));
221 public void setmark LESSPARAMS ((int c, int where));
303 public void get_scrpos LESSPARAMS ((struct scrpos *scrpos, int where));
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h46 /* This is a utility macro to handle the situation where the code
50 also safely handle the case where a NULL is passed as the arg. */
204 appear in the object_flags field of the bfd_target structure, where
659 const struct ecoff_debug_swap *swap, file_ptr where);
663 struct bfd_link_info *info, file_ptr where);
/freebsd-11-stable/contrib/bmake/mk/
H A Dautodep.mk54 # we also need to handle makefiles where the .d's from __depsrcs
H A Dprog.mk46 # here is where you can define what LIB* are
/freebsd-11-stable/share/mk/
H A Dbsd.info.mk12 # DESTDIR Change the tree where the info files gets installed. [not set]
H A Dbsd.subdir.mk9 # also a default target which allows the command "make subdir" where
H A Dsys.mk105 # Don't do this for 'make showconfig' as it enables all options where meta mode
202 # exeucting '+' commands. The '+' feature is used where .MAKE
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dutility.c184 * until we are up to where we want to be.
214 good = netobuf; /* where the good bytes go */
438 void putf(char *cp, char *where) argument
461 putlocation = where;
537 /* where suboption data sits */
/freebsd-11-stable/contrib/openbsm/config/
H A Ddepcomp46 DEPDIR directory where to store dependencies.
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_bcast.c571 msg.acpted_rply.ar_results.where =
581 msg.acpted_rply.ar_results.where =
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl86 -nostatic Generates a different source code, where these additional
94 where the error support routines are dynamically loaded at
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dutility.c187 * until we are up to where we want to be.
217 good = netobuf; /* where the good bytes go */
415 putf(char *cp, char *where) argument
427 putlocation = where;
/freebsd-11-stable/stand/libsa/
H A Dtftp.c609 tftp_seek(struct open_file *f, off_t offset, int where) argument
614 switch (where) {
H A Dext2fs.c101 static off_t ext2fs_seek(struct open_file *f, off_t offset, int where);
848 ext2fs_seek(struct open_file *f, off_t offset, int where) argument
852 switch (where) {
H A Dnandfs.c485 nandfs_seek(struct open_file *f, off_t offset, int where) argument
491 NANDFS_DEBUG("nandfs_seek(file=%p, offset=%lld, where=%d)\n", f,
492 offset, where);
496 switch (where) {
/freebsd-11-stable/stand/lua/
H A Dcli.lua74 -- more like a module indicator to serve as a hint of where to look for the
/freebsd-11-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
/freebsd-11-stable/contrib/amd/include/
H A Dam_xdr_func.h456 am_diropargs3 where; member in struct:am_CREATE3args
650 am_diropargs3 where; member in struct:am_SYMLINK3args
719 am_diropargs3 where; member in struct:am_MKNOD3args
746 am_diropargs3 where; member in struct:am_MKDIR3args
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h110 * platforms where sizeof(apr_off_t) == 4. Where implemented, it
679 * @param where How to move the pointer, one of:
688 apr_seek_where_t where,
725 * where one or both ends require non-blocking semantics.
752 * where one or both ends require non-blocking semantics.
/freebsd-11-stable/sys/conf/
H A Dkern.mk17 # kernel where fixing them is more trouble than it is worth, or where there is

Completed in 391 milliseconds

1234567891011>>