Home
last modified time | relevance | path

Searched refs:state (Results 1 – 3 of 3) sorted by relevance

/misc/
A Dfstab.c54 state = fstab_init (0); in getfsent()
55 if (state == NULL) in getfsent()
69 state = fstab_init (1); in getfsspec()
70 if (state == NULL) in getfsspec()
86 if (state == NULL) in getfsfile()
100 state = &fstab_state; in endfsent()
116 state = &fstab_state; in fstab_init()
127 fp = state->fs_fp; in fstab_init()
141 return state; in fstab_init()
148 return __getmntent_r (state->fs_fp, &state->fs_mntres, in fstab_fetch()
[all …]
A Derror.c242 int state = PTHREAD_CANCEL_ENABLE; in __error_internal() local
243 __pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &state); in __error_internal()
265 __pthread_setcancelstate (state, NULL); in __error_internal()
308 int state = PTHREAD_CANCEL_ENABLE; in __error_at_line_internal() local
309 __pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &state); in __error_at_line_internal()
339 __pthread_setcancelstate (state, NULL); in __error_at_line_internal()
A Dtst-tsearch.c342 static char state[8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; in do_test() local
346 initstate (SEED, state, 8); in do_test()

Completed in 11 milliseconds