HomeSort by: relevance | last modified time | path
    Searched defs:just (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/tsig/
tests_tsig_hypothesis.py 21 from hypothesis.strategies import binary, booleans, composite, just, sampled_from namespace
82 time_signed=just(int(time.time())) | uint(48),
83 fudge=just(300) | uint(16),
85 error=just(0) | uint(12),
86 other=just(b"") | binary(),
tests_tsig_hypothesis.py 21 from hypothesis.strategies import binary, booleans, composite, just, sampled_from namespace
82 time_signed=just(int(time.time())) | uint(48),
83 fudge=just(300) | uint(16),
85 error=just(0) | uint(12),
86 other=just(b"") | binary(),
  /src/lib/libform/
internals.c 132 * field. This may be as simple as just changing the ypos (if at all) but
549 * Save a copy of the lines affected, just in case things
847 * the field until we hit the row we just worked on.
890 * just return - nothing to do unless we are appending a line
1133 * the string is found before a new word then just return the offset
1641 tab = 0; /* just to shut gcc up */
1951 int just, pos; local
1953 just = field->justification;
1966 just = JUSTIFY_LEFT;
1968 switch (just) {
    [all...]
internals.c 132 * field. This may be as simple as just changing the ypos (if at all) but
549 * Save a copy of the lines affected, just in case things
847 * the field until we hit the row we just worked on.
890 * just return - nothing to do unless we are appending a line
1133 * the string is found before a new word then just return the offset
1641 tab = 0; /* just to shut gcc up */
1951 int just, pos; local
1953 just = field->justification;
1966 just = JUSTIFY_LEFT;
1968 switch (just) {
    [all...]

Completed in 92 milliseconds