Searched refs:expect (Results 26 - 34 of 34) sorted by relevance

12

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h328 http_status_t expect; /* Expect: header */ member in struct:__anon4296
H A Dhttp.c1659 if (!strcasecmp(line, "expect"))
1665 http->expect = (http_status_t)atoi(value);
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c262 #define expect(expr, value) (__builtin_expect((expr), (value))) macro
264 #define expect(expr, value) (expr) macro
267 #define likely(expr) expect((expr) != 0, 1)
268 #define unlikely(expr) expect((expr) != 0, 0)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c279 #define expect(expr, value) (__builtin_expect((expr), (value))) macro
281 #define expect(expr, value) (expr) macro
284 #define likely(expr) expect((expr) != 0, 1)
285 #define unlikely(expr) expect((expr) != 0, 0)
/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c61 EXTERN int chat(), rddev(), expect(), wrstr(), wrchr();
590 ok = expect(want, fn);
613 * expect(str, fn) look for expected string w/ possible special chars
622 expect(str, fn) function
683 CDEBUG(4, "expect: (%s", "");
729 * alarmtr() - catch alarm routine for "expect".
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h155 FNPROTO(expect); variable
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c297 kb8042_send_and_expect(struct kb8042 *kb8042, uint8_t send, uint8_t expect, argument
311 rval = ((datab == expect) ? B_TRUE : B_FALSE);
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c172 static int warn_mismatch(char *desc, char *src, int expect, int assigned);
451 warn_mismatch(char *desc, char *src, int expect, int assigned) argument
453 if (expect == assigned)
467 desc, assigned, src, expect);
473 desc, assigned, src, expect);
667 * Normally we expect to find one partition marked as a DOS drive.
669 * If the machine has any logical drives then we also expect
1932 * For all non-floppy cases we expect to find a 16-bit FAT
2155 * we'd expect to find boot sectors, etc., based on any ':partition'
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1925 % shrink), and it is reasonable to expect all typewriter fonts to have
5102 % delimiter characters. Before first delimiter expect a
5103 % right brace, after last delimiter expect closing brace:
6948 % interword stretch (and shrink), and it is reasonable to expect all

Completed in 116 milliseconds

12