Searched refs:initial (Results 1 - 25 of 97) sorted by relevance

1234

/freebsd-current/lib/libthr/thread/
H A Dthr_ctrdtr.c35 _tcb_ctor(struct pthread *thread, int initial) argument
39 if (initial)
/freebsd-current/lib/libc/locale/
H A Dbtowc.c41 static const mbstate_t initial; local
42 mbstate_t mbs = initial;
H A Dwctomb.c41 static const mbstate_t initial; local
47 XLOCALE_CTYPE(locale)->wctomb = initial;
H A Dwctob.c42 static const mbstate_t initial; local
43 mbstate_t mbs = initial;
H A Dwcstombs.c43 static const mbstate_t initial; local
48 mbs = initial;
H A Dmbstowcs.c42 static const mbstate_t initial; local
47 mbs = initial;
H A Dmblen.c41 static const mbstate_t initial; local
47 XLOCALE_CTYPE(locale)->mblen = initial;
H A Dmbtowc.c42 static const mbstate_t initial; local
48 XLOCALE_CTYPE(locale)->mbtowc = initial;
H A Dwcsftime.c59 static const mbstate_t initial; local
74 mbs = initial;
81 mbs = initial;
100 mbs = initial;
H A Dwcstold.c46 static const mbstate_t initial; local
62 mbs = initial;
73 mbs = initial;
H A Dwcstod.c52 static const mbstate_t initial; local
78 mbs = initial;
89 mbs = initial;
H A Dwcstof.c46 static const mbstate_t initial; local
62 mbs = initial;
73 mbs = initial;
/freebsd-current/crypto/heimdal/lib/roken/
H A Dstrcollect.c42 enum { initial = 10, increment = 5 }; enumerator in enum:__anon6790
83 char **ret = malloc (initial * sizeof(char *));
90 ret = sub (ret, 1, initial, &ap);
/freebsd-current/usr.bin/etdump/
H A Doutput_shell.c38 boot_catalog_section_entry *bcse, u_char platform_id, bool initial)
50 if (initial)
37 output_entry(FILE *outfile, const char *filename __unused, boot_catalog_section_entry *bcse, u_char platform_id, bool initial) argument
H A Detdump.h37 u_char platform_id, bool initial);
H A Doutput_text.c60 bool initial)
72 if (initial) {
58 output_entry(FILE *outfile, const char *filename __unused, boot_catalog_section_entry *bcse, u_char platform_id __unused, bool initial) argument
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_022_pos.ksh53 log_must zfs receive -v $recvfs </$POOL/initial.zsend
56 log_must zfs receive -v $sendfs </$POOL/initial.zsend
/freebsd-current/lib/libc/stdio/
H A Dxprintf_str.c55 static const mbstate_t initial; local
65 mbs = initial;
80 mbs = initial;
95 mbs = initial;
168 static const mbstate_t initial; /* XXX: this is bogus! */ local
176 mbs = initial;
H A Dvswscanf.c62 static const mbstate_t initial; local
77 mbs = initial;
H A Dvswprintf.c49 static const mbstate_t initial; local
89 mbs = initial;
/freebsd-current/sys/amd64/vmm/io/
H A Dvatpit.c81 uint16_t initial; /* initial counter value */ member in struct:channel
133 out = (delta_ticks >= c->initial);
187 if (c->initial != 0) {
189 delta.frac = vatpit->freq_bt.frac * c->initial;
195 * was supposed to fire is more than 'c->initial'
220 if (c->initial == 0) {
223 * the timer without having set up the initial value.
229 c->initial = TIMER_DIV(PIT_8254_FREQ, 100);
235 lval = c->initial
[all...]
/freebsd-current/libexec/rtld-elf/i386/
H A Drtld_start.S34 movl %esp,%esi # Save initial stack pointer
48 pushl %esi # Pass initial stack pointer to rtld
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/
H A Dandroid.inc17 // initial Android 8.0 release of Galaxy S9/S9+ devices incorrectly
/freebsd-current/lib/libsys/
H A DMakefile42 CFLAGS+= -ftls-model=initial-exec
/freebsd-current/crypto/heimdal/kadmin/
H A Dserver.c38 kadmind_dispatch(void *kadm_handlep, krb5_boolean initial, argument
239 * initial ticket, but then, check with the password quality
247 && initial
363 * a) it's for the principal him/herself and this was an initial ticket
368 if (initial
462 krb5_boolean initial,
481 kadmind_dispatch(kadm_handlep, initial, &in, &out);
510 krb5_boolean initial; local
546 initial = ticket->ticket.flags.initial;
460 v5_loop(krb5_context contextp, krb5_auth_context ac, krb5_boolean initial, void *kadm_handlep, krb5_socket_t fd) argument
[all...]

Completed in 942 milliseconds

1234