/freebsd/contrib/ncurses/form/ |
H A D | fld_just.c | 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()
|
H A D | fld_link.c | 79 New_Field->just = field->just; in FORM_EXPORT()
|
H A D | fld_dup.c | 74 New_Field->just = field->just; in FORM_EXPORT()
|
/freebsd/contrib/bmake/unit-tests/ |
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
|
H A D | meta-ignore.inc | 29 # just in case someone runs us with -jN 56 # : < just reads from ${IGNORE}/check
|
H A D | depsrc-make.exp | 2 echo this-is-not-made is just echoed.
|
H A D | depsrc-recursive.exp | 2 echo this-is-not-made is just echoed.
|
H A D | error.exp | 1 make: "error.mk" line 7: just FYI
|
H A D | depsrc-make.mk | 18 @echo ${.TARGET} is just echoed.
|
H A D | depsrc-recursive.mk | 16 @echo ${.TARGET} is just echoed.
|
/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/contrib/file/magic/Magdir/ |
H A D | sccs | 17 # Maybe we should just switch everybody from SCCS to RCS! 18 # Further, you can't just say '\001h0', because the five-digit number
|
/freebsd/tools/regression/netinet/tcpconnect/ |
H A D | README.tcp-md5 | 6 * add this to /etc/ipsec.conf (the md5 'secret' is just a sample) 18 * start tcpdump (secret as above, port is just a sample):
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.latin1 | 32 over a file containing just �. 35 over a file containing just �.' >foo1
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/ |
H A D | complex.in | 5 # just gotta have one DFA-buster, of course 9 # and in case somebody just slips in an NFA...
|
/freebsd/contrib/openbsm/ |
H A D | TODO | 12 allow the full libbsm and tool set to build, just not run. 14 just at the beginning of a record. This will make it easier to use
|
/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/crypto/openssl/doc/man3/ |
H A D | OPENSSL_load_builtin_modules.pod | 21 ASN1_add_oid_module() adds just the ASN1 OBJECT module. 23 ENGINE_add_conf_module() adds just the ENGINE configuration module.
|
H A D | CMS_add1_signer.pod | 70 will be used. If B<CMS_NOSMIMECAP> is set then just the SMIMECapabilities are 85 structure just added, this can be used to set additional attributes 91 structure just added or NULL if an error occurs.
|
H A D | PKCS7_sign_add_signer.pod | 63 authenticatedAttributes will be used. If B<PKCS7_NOSMIMECAP> is set then just 71 structure just added, which can be used to set additional attributes 88 structure just added or NULL if an error occurs.
|
/freebsd/contrib/sqlite3/tea/ |
H A D | README | 10 Building under most UNIX systems is easy, just run the configure script 31 subdirectory and build the extension using just VC++. These files have
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | NormalizationCorrections.txt | 11 # mapping may be discovered that is truly just an unintended 26 # will be made to keep the entries limited to just those fixes.
|
/freebsd/contrib/tcpdump/cmake/Modules/ |
H A D | FindCRYPTO.cmake | 25 # to PKG_CONFIG_PATH. (No, we can't just assume it's under 136 # directory. (No, we can't just assume it's 166 # it's just a shared library for the benefit of existing
|
/freebsd/libexec/bootpd/ |
H A D | ToDo | 7 the program ends up core-resident all the time just to follow all the 24 we might want to add code like the following just before testing
|
/freebsd/contrib/file/ |
H A D | TODO | 45 - Really the whole thing just needs here's an (offset, buffer, size) 47 data from offset. The buffer API should be changed to just do that.
|