Home
last modified time | relevance | path

Searched full:just (Results 1 – 25 of 5138) sorted by relevance

12345678910>>...206

/freebsd/contrib/ncurses/form/
H A Dfld_just.c40 | Function : int set_field_just(FIELD *field, int just)
49 set_field_just(FIELD *field, int just) in FORM_EXPORT()
53 T((T_CALLED("set_field_just(%p,%d)"), (void *)field, just)); in FORM_EXPORT()
55 if ((just == NO_JUSTIFICATION) || in FORM_EXPORT()
56 (just == JUSTIFY_LEFT) || in FORM_EXPORT()
57 (just == JUSTIFY_CENTER) || in FORM_EXPORT()
58 (just == JUSTIFY_RIGHT)) in FORM_EXPORT()
61 if (field->just != just) in FORM_EXPORT()
63 field->just = (short)just; in FORM_EXPORT()
84 returnCode(Normalize_Field(field)->just); in field_just()
/freebsd/crypto/openssl/util/
H A Dcheck-format-test-negatives.c76 int x; /* just decls in block */ in f()
145 if (1) /* bad style: just part of control structure depends on #if */ in g()
167 1; while (2); /*@ more than one stmt just to construct case */ in g()
176 else do /*@ (non-brace) code before 'do' just to construct case */ in g()
180 b); do /*@ (non-brace) code before 'do' just to construct case */ in g()
185 b); do /*@ (non-brace) code before 'do' just to construct case */ in g()
191 do f(c, c); /*@ (non-brace) code after 'do' just to construct case */ in g()
200 b); else /*@ (non-brace) code before 'else' just to construct case */ in g()
206 { /*@ brace after 'if' not on same line just to construct case */ in g()
215 } else /*@ no brace after 'else' just to construct case */ in g()
[all …]
/freebsd/tests/sys/compat32/aarch64/
H A Dswp_cond_test_impl.S54 /* Don't care about the return of the second one, just print */
84 /* Don't care about the return of the second one, just print */
113 /* Don't care about the return of the second one, just print */
143 /* Don't care about the return of the second one, just print */
173 /* Don't care about the return of the second one, just print */
202 /* Don't care about the return of the second one, just print */
232 /* Don't care about the return of the second one, just print */
292 /* Just check the stack value */
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A DOpts.td23 defm format : Eq<"format", "Specify output format: bsd (default), posix, sysv, darwin, just-symbols">, MetaVarName<"<format>">;
59 def : FF<"just-symbol-name", "Alias for --format=just-symbols">, Alias<format_EQ>, AliasArgs<["just-symbols"]>, Flags<[HelpHidden]>;
70 def : F<"j", "Alias for --format=just-symbols">, Alias<format_EQ>, AliasArgs<["just-symbols"]>;
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/
H A Dmemory.json35 …mpletion is greater than 128 cycles. Reported latency may be longer than just the memory latency.…
51 …ompletion is greater than 16 cycles. Reported latency may be longer than just the memory latency.…
67 …mpletion is greater than 256 cycles. Reported latency may be longer than just the memory latency.…
83 …ompletion is greater than 32 cycles. Reported latency may be longer than just the memory latency.…
99 …completion is greater than 4 cycles. Reported latency may be longer than just the memory latency.…
115 …mpletion is greater than 512 cycles. Reported latency may be longer than just the memory latency.…
131 …ompletion is greater than 64 cycles. Reported latency may be longer than just the memory latency.…
147 …completion is greater than 8 cycles. Reported latency may be longer than just the memory latency.…
/freebsd/lib/libc/iconv/
H A Diconv.3110 Pointer to the byte just after the last character fetched.
114 Pointer to the byte just after the last character stored.
122 codeset, the conversion stops just after the last successful conversion.
131 are updated to the state just after the last successful conversion.
182 function works just like
/freebsd/tests/sys/netpfil/pf/
H A Dnat66.py151 # Just send two for now.
161 # Send a ping that just barely doesn't need to be fragmented
164 # Send a ping that just barely needs to be fragmented
180 # Just send two for now.
190 # Send a ping that just barely doesn't need to be fragmented
193 # Send a ping that just barely needs to be fragmented
/freebsd/contrib/ncurses/menu/
H A Dm_hook.c66 | or just after the top row changes.
77 | when a menu is posted or just after the top row
89 | or just before the top row changes.
100 | when a menu is unposted or just before the top row
112 | or just after the current item changes.
123 | when a menu is posted or just after the current item
135 | or just before the current item changes.
146 | when a menu is unposted or just before the current item
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c72 * Applications that are size-sensitive may want to just use the
73 * real default functions (defined in archive_write_disk.c) that just
105 /* If no gname, just use the gid provided. */ in lookup_gid()
118 /* Note: If strdup fails, that's okay; we just won't cache. */ in lookup_gid()
174 /* If no uname, just use the uid provided. */ in lookup_uid()
187 /* Note: If strdup fails, that's okay; we just won't cache. */ in lookup_uid()
/freebsd/contrib/bmake/unit-tests/
H A Dcond-func-exists.mk44 _!= > cond-func-exists.just-created
45 .if exists(cond-func-exists.just-created)
48 _!= rm cond-func-exists.just-created
H A Dvar-op-sunsh.mk49 # just looked for the previous ":sh", without taking any contextual
77 # Just for fun: The code in Parse_IsVar allows for multiple appearances of
97 # Since the parser just counts braces and parentheses instead of properly
99 # text between the variable name and the assignment operator, it just has to
131 # assignment operator is '!=', just like with '+=' or the other compound
/freebsd/sys/contrib/device-tree/Bindings/
H A Dexample-schema.yaml59 # 'const' is just a special case of an enum with a single possible value
79 # Cases that have only a single entry just need to express that with maxItems
89 # just skip the xxx-names.
120 # The core checks this is a boolean, so just have to list it here to be
178 description: Child nodes are just another property from a json-schema
213 # If the conditionals become too unweldy, then it may be better to just split
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassInstrumentation.h36 /// providing names in future, currently it is just a name() of the pass.
175 /// These are run on passes that have just run.
177 /// These are run passes that have just run on invalidated IR.
258 /// just been executed and constant reference to \p IR it operates on.
269 /// that has just been executed. For use when IR has been invalidated
289 /// that has just been executed and constant reference to IR it operated on.
298 /// that has just been invalidated and constant reference to IR it operated
318 /// On attempt to invalidate just return false. There is nothing to become
/freebsd/usr.sbin/cron/doc/
H A DINSTALL32 run if they don't exist. You do need to have a /var, though -- just "mkdir
56 Note that if I can get you to "su and say" something just by asking, you have
62 Use the `crontab' command to install all the little pieces you just created.
85 Start up this cron daemon yourself as root. Just type /usr/local/etc/cron
/freebsd/include/rpcsvc/
H A Dypxfrd.x45 * sending just the records. Sun uses ndbm for its NIS map files,
57 * While the protocol is incompatible, the idea is the same: we just open
63 * can take a couple of minutes, but to just copy the file takes only a few
98 * the server for a particular type of database or just take whatever
111 XFR_DB_OPAQUE = 10, /* Mystery format -- just pass along */
/freebsd/libexec/dma/dmagent/
H A Ddma.conf9 # Path to your alias file. Just stay with the default.
12 # Path to your spooldir. Just stay with the default.
43 # message, not just the headers.
/freebsd/lib/libc/tests/secure/
H A Dgenerate-fortify-tests.lua35 -- 1. Write just before the end of the buffer,
37 -- 3. Write just after the end of the buffer.
164 -- init: extra code to inject just before the function call for initialization
168 -- buffer instead of just manipulating __idx/__len to try and induce an
171 -- Most tests will just use the default bufsize/buftype, but under some
325 * We position the buffer second just so that we can confirm that the
371 -- validation thoroughly enough, we'll just try tossing
1118 -- inverted sense because we can't just specify a length that
1119 -- would induce an access just after the end. Instead, we have
1173 -- Heap tests obviously just put a pointer on the stack that
[all …]
/freebsd/lib/libsecureboot/
H A DREADME.rst12 The file provided is just an example and depends on the environment
24 Setting up a CA for this is rather involved so I'll just provide a
40 The use of ``GNUPGHOME=$PWD/.gnupg`` just avoids messing with personal
94 just google *setup openssl ca*.
/freebsd/tools/build/cross-build/
H A Dcapsicum_stubs.c46 return 0; /* Just pretend that it succeeded */ in cap_ioctls_limit()
52 return 0; /* Just pretend that it succeeded */ in cap_fcntls_limit()
58 return 0; /* Just pretend that it succeeded */ in cap_rights_limit()
/freebsd/contrib/libder/libder/
H A Dlibder_read.c180 * data in-flight, we naturally just reset the offset. in libder_stream_repack()
206 * For non-streaming, we just fulfill requests straight out of in libder_stream_refill()
230 * try to repack it to just fit as much as we can in. in libder_stream_refill()
285 * the application could always just close the in libder_stream_refill()
317 * we can't just rewind. in libder_stream_refill()
335 * We can't just use realloc() because it won't provide any guarantees about
336 * the previous region if it can't just resize in-place, so we'll always just
505 * If we're not running a dynamic stream, we can just use a in der_read_structure()
685 * This child is just a marker; free it, don't leak it, in libder_read_object()
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/
H A Dmemory.json79 …mpletion is greater than 128 cycles. Reported latency may be longer than just the memory latency.…
95 …ompletion is greater than 16 cycles. Reported latency may be longer than just the memory latency.…
111 …mpletion is greater than 256 cycles. Reported latency may be longer than just the memory latency.…
127 …ompletion is greater than 32 cycles. Reported latency may be longer than just the memory latency.…
143 …completion is greater than 4 cycles. Reported latency may be longer than just the memory latency.…
159 …mpletion is greater than 512 cycles. Reported latency may be longer than just the memory latency.…
175 …ompletion is greater than 64 cycles. Reported latency may be longer than just the memory latency.…
191 …completion is greater than 8 cycles. Reported latency may be longer than just the memory latency.…
/freebsd/libexec/bootpd/
H A DMakefile.UNIX78 # (Most POSIX systems should work with just "make all")
160 # This is just for testing the lookup functions.
165 # This is just for testing getif.
170 # This is just for testing getether.
175 # This rule just keeps the LOG_BOOTP define localized.
/freebsd/sys/dev/isci/scil/
H A Dsci_types.h95 * @brief This typedef just provides an opaque handle for all SCI
102 * @brief This typedef just provides an opaque handle for all SCI
123 * @brief This typedef just provides an opaque handle for all SCI
137 * @brief This typedef just provides an opaque handle for all SCI
144 * @brief This typedef just provides an opaque handle for all SCI
/freebsd/contrib/dma/
H A Ddma.conf12 # Path to your alias file. Just stay with the default.
15 # Path to your spooldir. Just stay with the default.
50 # message, not just the headers.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp95 // Just add it all as opaque. in addTypedData()
139 // their actual order of layout; it's just somewhat more efficient in addTypedData()
280 // Fast path: we can just add entries to the end. in addEntry()
321 // If they disagree in an ABI-agnostic way, just resolve the conflict in addEntry()
368 // into the start of the next entry, just leave the range there and repeat. in addEntry()
444 // just storing pointers (like std::optional<SomePointer>). If we ever have a in isMergeableEntryType()
508 // Just copy over non-opaque entries. in finish()
536 // Just do a simple loop over ever-increasing unit sizes. in finish()
633 // Avoid copying the array of types when there's just a single element. in shouldPassIndirectly()
660 // For Swift's purposes, this is always just the store size of the type in getNaturalAlignment()
[all …]

12345678910>>...206