| /freebsd/contrib/ncurses/form/ |
| H A D | fld_just.c | 40 | 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/tests/sys/compat32/aarch64/ |
| H A D | swp_cond_test_impl.S | 54 /* 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 D | Opts.td | 23 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 D | memory.json | 35 …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 D | iconv.3 | 110 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/crypto/openssl/fuzz/ |
| H A D | quic-srtm.c | 78 continue; /* just stop */ in FuzzerTestOneInput() 88 continue; /* just stop */ in FuzzerTestOneInput() 97 continue; /* just stop */ in FuzzerTestOneInput() 107 continue; /* just stop */ in FuzzerTestOneInput()
|
| /freebsd/tests/sys/netpfil/pf/ |
| H A D | nat66.py | 135 # Just send two for now. 145 # Send a ping that just barely doesn't need to be fragmented 148 # Send a ping that just barely needs to be fragmented 164 # Just send two for now. 174 # Send a ping that just barely doesn't need to be fragmented 177 # Send a ping that just barely needs to be fragmented
|
| /freebsd/contrib/ncurses/menu/ |
| H A D | m_hook.c | 66 | 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/lib/libpmc/pmu-events/arch/x86/emeraldrapids/ |
| H A D | memory.json | 60 …mpletion is greater than 128 cycles. Reported latency may be longer than just the memory latency.… 72 …ompletion is greater than 16 cycles. Reported latency may be longer than just the memory latency.… 84 …mpletion is greater than 256 cycles. Reported latency may be longer than just the memory latency.… 96 …ompletion is greater than 32 cycles. Reported latency may be longer than just the memory latency.… 108 …completion is greater than 4 cycles. Reported latency may be longer than just the memory latency.… 120 …mpletion is greater than 512 cycles. Reported latency may be longer than just the memory latency.… 132 …ompletion is greater than 64 cycles. Reported latency may be longer than just the memory latency.… 144 …completion is greater than 8 cycles. Reported latency may be longer than just the memory latency.…
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | var-op-sunsh.mk | 49 # 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
|
| H A D | cond-func-exists.mk | 49 _!= > cond-func-exists.just-created 50 .if exists(cond-func-exists.just-created) 53 _!= rm cond-func-exists.just-created
|
| /freebsd/sys/contrib/device-tree/Bindings/ |
| H A D | example-schema.yaml | 59 # '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 226 # If the conditionals become too unweldy, then it may be better to just split
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_disk_set_standard_lookup.c | 73 * Applications that are size-sensitive may want to just use the 74 * real default functions (defined in archive_write_disk.c) that just 106 /* If no gname, just use the gid provided. */ in lookup_gid() 119 /* Note: If strdup fails, that's okay; we just won't cache. */ in lookup_gid() 176 /* If no uname, just use the uid provided. */ in lookup_uid() 189 /* Note: If strdup fails, that's okay; we just won't cache. */ in lookup_uid()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PassInstrumentation.h | 36 /// providing names in future, currently it is just a name() of the pass. 183 /// These are run on passes that have just run. 185 /// These are run on passes that have just run on invalidated IR. 261 /// just been executed and constant reference to \p IR it operates on. 272 /// that has just been executed. For use when IR has been invalidated 292 /// that has just been executed and constant reference to IR it operated on. 301 /// that has just been invalidated and constant reference to IR it operated 321 /// On attempt to invalidate just return false. There is nothing to become
|
| /freebsd/usr.sbin/cron/doc/ |
| H A D | INSTALL | 32 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 D | ypxfrd.x | 45 * 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 D | dma.conf | 9 # 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/contrib/libder/libder/ |
| H A D | libder_read.c | 180 * 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/meteorlake/ |
| H A D | memory.json | 210 …pletion is greater than 1024 cycles. Reported latency may be longer than just the memory latency.… 223 …mpletion is greater than 128 cycles. Reported latency may be longer than just the memory latency.… 236 …ompletion is greater than 16 cycles. Reported latency may be longer than just the memory latency.… 249 …pletion is greater than 2048 cycles. Reported latency may be longer than just the memory latency.… 262 …mpletion is greater than 256 cycles. Reported latency may be longer than just the memory latency.… 275 …ompletion is greater than 32 cycles. Reported latency may be longer than just the memory latency.… 288 …completion is greater than 4 cycles. Reported latency may be longer than just the memory latency.… 301 …mpletion is greater than 512 cycles. Reported latency may be longer than just the memory latency.… 314 …ompletion is greater than 64 cycles. Reported latency may be longer than just the memory latency.… 327 …completion is greater than 8 cycles. Reported latency may be longer than just the memory latency.…
|
| /freebsd/lib/libsecureboot/ |
| H A D | README.rst | 12 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/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
| H A D | memory.json | 79 …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/tools/build/cross-build/ |
| H A D | capsicum_stubs.c | 46 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/libexec/bootpd/ |
| H A D | Makefile.UNIX | 78 # (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 D | sci_types.h | 95 * @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/llvm-project/clang/lib/Format/ |
| H A D | ObjCPropertyAttributeOrderFixer.cpp | 65 // If we hit any other kind of token, just bail. in sortPropertyAttributes() 80 // If we hit any other kind of token, just bail. It's unusual/illegal. in sortPropertyAttributes() 158 // Expect `property` to be the very next token or else just bail early. in analyzeObjCPropertyDecl() 163 // Expect the opening paren to be the next token or else just bail early. in analyzeObjCPropertyDecl() 207 // by other passes), so this pass can break after just one. in analyze()
|