Searched defs:initial (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dhttp.c280 http_establish (struct grub_file *file, grub_off_t offset, int initial) argument
352 if (!initial)
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c101 * back to the initial state on '\0' or WEOF.
202 * When converting a character, a null cchar_t pointer will force the initial
204 * will instead by the number of bytes used to shift to the initial state,
215 mbstate_t initial = { 0 }; local
228 convert._state = initial;
238 /* Force initial shift state. */
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddomain.c788 int initial; local
861 initial = T_A;
864 initial = T_AAAA;
866 qtype = initial;
870 if (qtype == initial)
948 qtype = initial;
1115 qtype = initial;

Completed in 26 milliseconds