Searched refs:at (Results 151 - 175 of 619) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/regex/grot/
H A Dmain.c397 char *at = NULL; local
402 at = should + 1;
448 if (at == NULL)
450 shlen = strlen(at);
453 if (strncmp(p, at, shlen) != 0) {
454 sprintf(grump, "matched null at `%.20s'", p);
/freebsd-current/crypto/openssl/util/
H A Dmkerr.pl6 # in the file LICENSE in the source distribution or at
56 Note: this option is cumulative. If not given at all, all
65 the config file) and renumber everything starting at 100.
220 die "$lib reason code $code collision at $name\n"
251 # the name of an error library at the start. Should there be anything else,
336 * in the file LICENSE in the source distribution or at
427 * in the file LICENSE in the source distribution or at
533 * in the file LICENSE in the source distribution or at
676 # in the file LICENSE in the source distribution or at
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-match.mk26 # The pattern is anchored both at the beginning and at the end of the word.
45 # A pattern that ends with '*' is anchored at the
51 # A pattern that starts with '*' is anchored at the end.
156 # Same as for '[[-]]': the character list stops at the first
171 # Only keep words that don't start with s and at the same time end with
189 # ^ at the beginning of a character list, negates the list
254 # The modifier ':tW' prevents splitting at whitespace. Even leading and
351 # at the position of the character list.
H A Ddeptgt-makeflags.mk4 # which adds command line options later, at parse time.
46 # In the condition, that variable is expanded, and at that point, each '$$'
67 # Next try at defining another newline variable. Since whitespace around the
H A Dvar-scope-cmdline.mk57 # that both global and cmdline variables could now be undefined at will as a
61 # Most cmdline variables are set at the very beginning, when parsing the
63 # possible to set cmdline variables at any later time.
H A Ddep-var.mk17 # feels like unintended behavior. At least the manual page says nothing at
24 # This variable is not defined at all.
37 # waiting to be expanded at some later point.
H A Dcond-cmp-string.mk98 # Adding a space at the beginning of the quoted expression works though.
103 # If at least one side of the comparison is a string literal, the string
109 # If at least one side of the comparison is a string literal, the string
H A Dopt-debug-lint.mk9 # of a condition at parse time get a proper error message. Before, the
31 # Even though the "@" variable is not defined at this point, this is not an
93 # compiled even though that was not necessary for checking the syntax at the
H A Dvarmod-sysv.mk78 # single empty word, or no word at all. The modifier ':from=to' treats it as
79 # no word at all.
87 # single empty word (before 2020-05-06), or no word at all (since 2020-05-06).
118 # interpreted) as 'anchor at the end'. Therefore the modifier was equivalent
133 # The % placeholder can be anywhere in the string, it doesn't have to be at
222 # parses the modifier as "from${:D=}to", ending at the '}'. Next, the two
H A Dopt-query.mk5 # The -q option only looks at the dependencies between the targets.
61 # This command cannot be prevented from being run since it is used at parse
H A Dvarmod-remember.mk8 # expression is needed at the same time as a sequence of numbers. In these
54 # manner, stopping at the first ':', ')' or '}', without taking any nested
H A Dvarmod-loop.mk40 # since the $@ at the end could have been interpreted as a variable, which
105 # Next, each word of the value is expanded on its own, and at this moment
239 # expect: : dollar=$ at=@ backslash=\ end
240 : ${:U1:@i@ dollar=\$\$ at=\@ backslash=\\ end@}
241 # expect: : dollar=$$ at=@@ backslash=\\ end
242 : ${:U1:@i@ dollar=\$\$\$\$ at=\@\@ backslash=\\\\ end@}
243 # expect: : dollar=$$ at=@@ backslash=\\ end
244 : ${:U1:@i@ dollar=$$$$ at=\@\@ backslash=\\\\ end@}
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c270 Dwarf_Attribute at; local
292 at = _dwarf_attr_find(die, DW_AT_comp_dir);
293 if (at != NULL) {
294 switch (at->at_form) {
296 compdir = at->u[1].s;
299 compdir = at->u[0].s;
/freebsd-current/tools/test/stress2/misc/
H A Dnfs12.sh116 /* write a dummy byte at the last location */
H A Drot.sh91 /* write a dummy byte at the last location */
114 fprintf(stderr, "read %d, expected %d at %d\n",
/freebsd-current/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcore.c29 # warning Use releases available at https://download.libsodium.org/libsodium/releases/ instead.
/freebsd-current/crypto/openssl/crypto/objects/
H A Dobjxref.pl6 # in the file LICENSE in the source distribution or at
83 * in the file LICENSE in the source distribution or at
/freebsd-current/stand/i386/zfsboot/
H A Dzfsldr.S83 * If we get here, we didn't find any FreeBSD slices at all, so print an
93 * starting at sector 1024 (i.e. after the two vdev labels). We don't
96 * just load it all at 0x9000. The first part of boot2 is BTX, which wants
97 * to run at 0x9000. The boot2.bin binary starts right after the end of BTX,
99 * binary to 0xc000. Normally, BTX clients start at MEM_USR, or 0xa000,
102 * starts at 0xc000.
108 * the client starts at 0xc000).
124 dec %si # Set %ds:%si to point at the
130 mov $(MEM_USR+2*SIZ_PAG)/16,%ax # Set %es:(-1) to point at
135 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at
[all...]
/freebsd-current/sys/
H A DMakefile19 HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
/freebsd-current/stand/lua/
H A Dhook.lua35 -- initial load. Other modules may then, at any time, register a hook for these
65 -- developers. Hook type registration should have happened at
/freebsd-current/sys/net/altq/
H A Daltq_red.c42 * Engineering Group at Lawrence Berkeley Laboratory.
104 * you can learn more about red and ns from Sally's home page at
442 struct pf_mtag *at; local
445 at = pf_find_mtag(m);
446 if (at != NULL) {
447 hdr = at->hdr;
/freebsd-current/sys/ofed/include/rdma/
H A Dib_hdrs.h104 } __packed at; member in union:ib_ehdrs
/freebsd-current/sys/crypto/openssl/arm/
H A Dsha512-armv4.S6 @ in the file LICENSE in the source distribution or at
53 @ h[0-7], namely with most significant dword at *lower* address, which
163 add r2,r1,r2,lsl#7 @ len to point at the end of inp
551 add r2,r1,r2,lsl#7 @ len to point at the end of inp
H A Daes-armv4.S6 @ in the file LICENSE in the source distribution or at
/freebsd-current/lib/libc/amd64/string/
H A Dmemccpy.S200 .L0132: cmp $16, %rdx # at least 17 bytes to copy (not incl NUL)?
220 .L0116: cmp $8, %rdx # at least 9 bytes to copy?
223 cmp $4, %rdx # at least 5 bytes to copy?
226 cmp $2, %rdx # at least 3 bytes to copy?

Completed in 400 milliseconds

1234567891011>>