Searched refs:at (Results 101 - 125 of 468) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c6 * the License. You may obtain a copy of the License at
362 /* close the ODBC environment handle at process termination */
664 /* LOB buffers are always at least APR_BUCKET_BUFF_SIZE,
979 p += sprintf(p, "[dbd_odbc] %.64s returned %.30s (%d) at %.24s:%d ",
/freebsd-11-stable/contrib/gcc/
H A Dunwind.inc8 the Free Software Foundation; either version 2, or (at your option)
302 /* We're done at end of stack. */
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dcygwin.asm8 * Free Software Foundation; either version 2, or (at your option) any
39 than CHECK_STACK_LIMIT bytes in one go. Touching the stack at 4K
H A Dsol2-c1.asm8 ! Free Software Foundation; either version 2, or (at your option) any
54 ! are unspecified at process initialization).
99 ! it into the global variable _environ. Currently argc is at 8 off
115 ! is the argument vector pointer, which is at a fixed address off
H A Dsol2-gc1.asm8 ! Free Software Foundation; either version 2, or (at your option) any
57 ! are unspecified at process initialization).
112 ! it into the global variable _environ. Currently argc is at 8 off
128 ! is the argument vector pointer, which is at a fixed address off
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtend.asm8 the Free Software Foundation; either version 2, or (at your option)
54 * we cannot allow the linker to insert a stub at the end of this
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_hdrs.h106 } __packed at; member in union:ib_ehdrs
/freebsd-11-stable/sys/
H A DMakefile23 HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
/freebsd-11-stable/share/mk/
H A Dbsd.test.mk26 # same semantics as SUBDIR at build-time. However, the directories listed here
39 # List of variables to pass to the tests at run-time via the environment.
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S85 * If we get here, we didn't find any FreeBSD slices at all, so print an
95 * starting at sector 1024 (i.e. after the two vdev labels). We don't
98 * just load it all at 0x9000. The first part of boot2 is BTX, which wants
99 * to run at 0x9000. The boot2.bin binary starts right after the end of BTX,
101 * binary to 0xc000. Normally, BTX clients start at MEM_USR, or 0xa000,
104 * starts at 0xc000.
110 * the client starts at 0xc000).
126 dec %si # Set %ds:%si to point at the
132 mov $(MEM_USR+2*SIZ_PAG)/16,%ax # Set %es:(-1) to point at
137 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at
[all...]
/freebsd-11-stable/stand/lua/
H A Dhook.lua38 -- initial load. Other modules may then, at any time, register a hook for these
68 -- developers. Hook type registration should have happened at
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h359 /// Returns a view object allowing iteration over the edges which start at
398 Expected<VertexAttribute &> at(const VertexIdentifier &I) { function in class:llvm::xray::Graph
407 Expected<const VertexAttribute &> at(const VertexIdentifier &I) const { function in class:llvm::xray::Graph
417 Expected<EdgeAttribute &> at(const EdgeIdentifier &I) { function in class:llvm::xray::Graph
426 Expected<const EdgeAttribute &> at(const EdgeIdentifier &I) const { function in class:llvm::xray::Graph
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Daddr_families.c731 static struct addr_operations at[] = { variable in typeref:struct:addr_operations
806 static int num_addrs = sizeof(at) / sizeof(at[0]);
819 for (a = at; a < at + num_addrs; ++a)
830 for (a = at; a < at + num_addrs; ++a)
954 for(a = at; a < at + num_addrs; ++a)
1170 if(at[
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dsrctop.mk43 # Linux at least has a bug where attempting to check an automounter
H A Dinit.mk50 _SKIP_BUILD = not building at level 0
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm23 ld32: FATAL 2 : Internal: at ../../ld/mips_code.c mips_code_fixup()
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man8 # the Free Software Foundation; either version 2, or (at your option)
129 $@ =~ s/ at .*? line \d.*//;
462 programs are properly installed at your site, the command
/freebsd-11-stable/usr.sbin/config/
H A Dlang.l50 int in_ateof; /* token to insert at EOF */
260 * Open the named file for inclusion at the current point. Returns 0 on
263 * token to be inserted at the end of the include file. If ateof == 0,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp216 // record exists, and if anything goes wrong, we must be at the end.
243 Begin = Types.at(Offset);
266 auto RI = Types.at(BeginOffset);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h89 Map.insert({Mode, Map.at(DefaultMode)});
91 return Map.at(Mode);
/freebsd-11-stable/sys/netinet/
H A Dsctp_indata.c344 struct sctp_queued_to_read *at; local
382 TAILQ_FOREACH(at, q, next_instrm) {
383 if (SCTP_MID_GT(asoc->idata_supported, at->mid, control->mid)) {
388 TAILQ_INSERT_BEFORE(at, control, next_instrm);
395 } else if (SCTP_MID_EQ(asoc->idata_supported, at->mid, control->mid)) {
402 if (TAILQ_NEXT(at, next_instrm) == NULL) {
404 * We are at the end, insert it
408 sctp_log_strm_del(control, at,
411 TAILQ_INSERT_AFTER(q, at, control, next_instrm);
503 * or should we just change our queue sort at th
513 struct sctp_queued_to_read *at; local
949 struct sctp_tmit_chunk *at; local
1394 struct sctp_tmit_chunk *at, *nat; local
2437 int at; local
[all...]
H A Dsctp_output.c2694 * if we can't find one like that then we must look at all addresses
2695 * bound to pick one at first preferable then secondly acceptable.
2976 * If non_asoc_addr_ok is set we can use any address (at least in
3048 * plan_b: Look at all interfaces and find a preferred address. If
3062 /* already looked at this guy */
3327 * - Look at interface address in route, Is it in the bound list. If so we
3869 ph->param_length = 0; /* fill in at the end */
4087 * at the SCTP layer. So use the value from
4330 * at the SCTP layer. So use the value from
4385 * at th
4988 int at, limit, pad_needed; local
6358 struct mbuf *at; local
6832 struct mbuf *ret, *at; local
9025 int at; local
10324 struct sctp_tmit_chunk *chk, *at, *tp1, *last; local
11742 int at; local
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dmilter.c6 * forth in the LICENSE file which can be found at the top level of
660 char *at; local
760 at = colon;
832 at = strchr(colon, '@');
833 if (at == NULL)
848 *at = '\0';
890 *at++ = '@';
891 if (*at == '[')
895 end = strchr(at, ']');
909 (hid = inet_addr(&at[
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js367 opts.position = { my: opts.position, at: opts.position };
439 '^position.(my|at)$': function(obj, o, v){
440 'string' === typeof v && (obj[o] = new CORNER(v, o === 'at'));
526 var rmove = /^position\.(my|at|adjust|target|container|viewport)|style|content|show\.ready/i,
697 at = posOptions.at,
718 at = { x: LEFT, y: TOP };
725 at = { x: LEFT, y: TOP };
781 pluginCalculations = PLUGINS.imagemap(this, target, at, PLUGINS.viewport ? method : FALSE);
786 pluginCalculations = PLUGINS.svg(this, target, at, PLUGIN
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql11 * with the License. You may obtain a copy of the License at
67 /* Verify: on every ACTUAL row (except root): a NODES row exists at its
126 That node must exist at a lower or equal op-depth */
194 node at the same op-depth. Only certain types allow further
233 must be shadowed at the same op-depth as well */
284 /* If moved_to is set there should be an moved op root at the target */

Completed in 396 milliseconds

1234567891011>>