Home
last modified time | relevance | path

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

1234567

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfield_just.c37 set_field_just(FIELD *f, int just) in set_field_just() argument
39 if (just != NO_JUSTIFICATION && just != JUSTIFY_LEFT && in set_field_just()
40 just != JUSTIFY_CENTER &&just != JUSTIFY_RIGHT) in set_field_just()
45 if (Just(f) != just) { in set_field_just()
46 Just(f) = just; in set_field_just()
H A Dfield.c214 f->just = field->just; in dup_field()
265 f->just = field->just; in link_field()
/illumos-gate/usr/src/test/smbclient-tests/runfiles/
H A DMakefile19 just-nsmbrc.run \
20 just-sharectl.run \
21 just-smbfs.run \
22 just-smbmount.run \
23 just-smbutil.run \
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown14just much better to hit the up arrow and edit on syntax errors, or in order to try a slightly diff…
23 …Smaller programs will just include this, supporing line editing out of the box. Larger programs ma…
27 …support for basic VT100 escape sequences. So I tried to write a lib using just very basic VT100 fe…
30 The library is currently about 1100 lines of code. In order to use it in your project just look at …
/illumos-gate/usr/src/tools/smatch/src/
H A DFAQ3 Q. Why not just use gcc?
24 approach just leads to insanity. However, at the same time clearly
27 own front end and just do a lot of things that do not make any sense
30 I like the GPL, but as rms says, "Linus is just an engineer". I
55 rather than just assuming they have type "int".
H A DREADME23 out not just what the grouping of tokens are, but what the _types_ are
27 opinion, the result of using lex/yacc tends to end up just having to
49 This means that a user of the library will literally just need to do
69 preprocessing, parsing and type evaluation and just print out the
/illumos-gate/usr/src/lib/libgen/common/
H A Dmapfile-vers88 _compile; # just for vi
89 __p2close; # just for libcrypt
90 __p2open; # just for libcrypt
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsparse-README.txt22 out not just what the grouping of tokens are, but what the _types_ are
26 opinion, the result of using lex/yacc tends to end up just having to
48 This means that a user of the library will literally just need to do
68 preprocessing, parsing and type evaluation and just print out the
H A Dnocast-vs-bitwise.md8 So `__nocast` on integer types is usually not that powerful. It just
28 types, and that you'd never want to just use as a random integer (the
H A Dsmatch.txt21 right now so just run it from the build directory.
52 If you are running Smatch just over one kernel file:
/illumos-gate/usr/src/test/util-tests/tests/libjedec/hex2spd/data/lpddr4/
H A DMT53D1024M32D4.spd13 # Instead we use the SPD spec's approximate value 0xc just to have
14 # something that fits. We were unable to find a tAA value so it was just
/illumos-gate/
H A DREADME.md21 of experience in systems software, or you're just getting started; whether you
22 work for a company that uses illumos, or you just find it personally
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DREADME.md23 just in case
26 an actual test wrapper that just checks the values of the
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dcrt.S51 ! so just return
76 ! so just return
/illumos-gate/usr/src/test/os-tests/tests/definit/
H A Dinit.data26 # just stripped early in parsing.
73 # and will just result in 'SPACED=test1'. This is consistent with the way that
/illumos-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dfhc_asm.S74 ! if, for some reason, this cpu doesn't shutdown, just sit here
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh52 * record its data just a little bit before the other cpus.
/illumos-gate/usr/src/grub/grub-0.97/
H A DMakefile.solaris.defs13 # $(POUND_SIGN) is just a #. Used to turn a feature off.
14 # The $(POUND_SIGN)POUND_SIGN:sh construct is just so make doesn't have to
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.S61 cmp %o2, 12 ! if small counts, just write bytes
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemset.S62 cmp %o2, 12 ! if small counts, just write bytes
/illumos-gate/usr/src/uts/sparc/ml/
H A Dip_ocsum.S44 bl,a .dohw ! just do halfwords
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6126 dhcp_pkt; "packet.h"). PKT is just the RFC 2131 DHCP packet
183 and some things (such as RELEASE and DECLINE) are sent just once.
226 just as happens with the existing stateless address
275 longer just an "interface," a new dhcp_smach_t structure will hold
291 removed is the first one. Inserting a LIF means just moving it into
357 IA structure) points to a separate set of LIFs that are created just
395 member can't just be turned into a union.)
415 option code number. The latter function is just a convenience
436 remove_pkt_opt() function. The update logic just does a remove and
437 re-adds the option. We could also just assume the presence of the
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/etc/secret/
H A Dtcpkeys.sample3 # loads, just like ipsecinit.conf.
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.parameter_implications.add9 * value is a range list, but the return range is just a range and we only care
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_srt0.S58 ! Create a stack just below _start.

1234567