Home
last modified time | relevance | path

Searched refs:just (Results 1 – 25 of 841) sorted by relevance

12345678910>>...34

/freebsd/contrib/ncurses/form/
H A Dfld_just.c49 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 Dfld_link.c79 New_Field->just = field->just; in FORM_EXPORT()
H A Dfld_dup.c74 New_Field->just = field->just; in FORM_EXPORT()
/freebsd/contrib/bmake/unit-tests/
H A Dcond-func-exists.mk49 _!= > cond-func-exists.just-created
50 .if exists(cond-func-exists.just-created)
53 _!= rm cond-func-exists.just-created
H A Dmeta-ignore.inc29 # just in case someone runs us with -jN
56 # : < just reads from ${IGNORE}/check
H A Ddepsrc-make.exp2 echo this-is-not-made is just echoed.
H A Ddepsrc-recursive.exp2 echo this-is-not-made is just echoed.
H A Derror.exp1 make: "error.mk" line 7: just FYI
H A Ddepsrc-make.mk18 @echo ${.TARGET} is just echoed.
H A Ddepsrc-recursive.mk16 @echo ${.TARGET} is just echoed.
/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/contrib/file/magic/Magdir/
H A Dsccs17 # 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 DREADME.tcp-md56 * 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 DT.latin132 over a file containing just �.
35 over a file containing just �.' >foo1
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Dcomplex.in5 # just gotta have one DFA-buster, of course
9 # and in case somebody just slips in an NFA...
/freebsd/contrib/openbsm/
H A DTODO12 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 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/crypto/openssl/doc/man3/
H A DOPENSSL_load_builtin_modules.pod21 ASN1_add_oid_module() adds just the ASN1 OBJECT module.
23 ENGINE_add_conf_module() adds just the ENGINE configuration module.
H A DCMS_add1_signer.pod70 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 DPKCS7_sign_add_signer.pod63 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 DREADME10 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 DNormalizationCorrections.txt11 # 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 DFindCRYPTO.cmake25 # 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 DToDo7 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 DTODO45 - 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.

12345678910>>...34