/manual/ |
A D | charset.texi | 484 memset (&state, '\0', sizeof (state)); 493 escape sequences to set the state to the initial state at certain 523 memset (&state, '\0', sizeof (state)); 579 any static state. 767 memset (&state, '\0', sizeof (state)); 910 memset (&state, '\0', sizeof (state)); 955 memcpy (&temp_state, &state, sizeof (state)); 1112 conversion. The state is the initial shift state in case the 1159 memset (&state, '\0', sizeof (state)); 1221 memset (&state, '\0', sizeof (state)); [all …]
|
A D | math.texi | 1523 @c global state, while holding a lock. 1540 @c the set state before it is used. 1554 generator state. The argument @var{state} is an array of @var{size} 1561 restore that state. 1564 @deftypefun {char *} setstate (char *@var{state}) 1573 restore that state. 1646 the state. 1667 since the state consists of a 48-bit array. 1695 @c are later read to advance the state held in xsubi. 1781 of the state. [all …]
|
A D | argp.texi | 396 @item state 486 if (@var{state}->arg_num == 0) 494 remaining_args = @var{state}->argv + @var{state}->next; 495 num_remaining_args = @var{state}->argc - @var{state}->next; 503 each parser to clean up its state for the parent. 577 information about the state of the option parsing. 600 @code{@var{state}->next = @var{state}->argc}, perhaps after recording 603 then modifying @code{@var{state}->argv[@var{state}->next]} to reflect 672 @var{state} to @code{@var{state}->err_stream} and terminates the program 858 name printed is @code{@var{state}->name}. [all …]
|
A D | setjmp.texi | 101 Objects of type @code{jmp_buf} hold the state information to 106 @deftypefn Macro int setjmp (jmp_buf @var{state}) 113 execution state of the program in @var{state} and returns zero. If 115 @var{state}, @code{setjmp} returns a nonzero value. 118 @deftypefun void longjmp (jmp_buf @var{state}, int @var{value}) 134 This function restores current execution to the state saved in 221 of blocked signals is saved in @var{state} and will be restored if a 222 @code{siglongjmp} is later performed with this @var{state}. 248 variables to contain the state of the @code{longjmp} functions the 274 This element contains the actual state of the process. The [all …]
|
A D | platform.texi | 116 problem-state programs. If the program priority is medium high when the time 337 @code{FMA} -- FMA extensions using YMM state. 454 extended state management using XSAVE/XRSTOR.
|
A D | search.texi | 94 @c insertion itself would leave the array in a corrupt state (e.g. one 101 @c state; the new element is initialized before the element count is 390 @c Cancellation is unlikely to leave the htab in a corrupt state: the 440 @c leaves the table in a corrupt state. 497 @c leave the tree in an inconsistent state that could be observed in an
|
A D | users.texi | 639 its effective user ID is @code{games}. In this state, the game can 1110 @c others that rely on the internal state it sets up. 2195 @c whatever internal state the nss backend uses to keep track of the 2613 A call to this function initializes the internal state of the library to 2622 It is important to remember that there is only one single state for 2631 Some other functions also use the netgroups state. Currently these are 2710 @c *netgrent* ones do, but since each nss must maintains internal state 2712 @c destructively, we regard this internal state as a static buffer. 2745 no other netgroup function can use the global netgroup state since
|
A D | nss.texi | 684 one entry after the other it must keep some kind of state. But this 690 state and in the case of a file access this means they return neighboring 696 function. Therefore one must not misuse this buffer to save some state
|
A D | stdio.texi | 61 object holds all of the internal state information about the connection 297 @c descriptors and leave the stream in an inconsistent state (e.g., 684 do this anymore until the state is set back to 688 @code{__fsetlocking} only queries the current locking state of the 690 @code{FSETLOCKING_BYCALLER} depending on the state. 695 the state of the stream before the call. 783 If @var{mode} is zero the current orientation state is queried and 2635 @c __wcrtomb ok (not using internal state) gconv-modules 2695 @c state within a signal handler, and it could be left at an 2696 @c inconsistent state in case of cancellation. [all …]
|
A D | intro.texi | 232 state, and the signal handling machinery cannot be counted on to 358 data structures in a corrupt, partially updated state. Subsequent uses 652 restore the signal to the desired state and to release the mutex are 678 restore terminal settings to their original state, after temporarily 687 restore the terminal settings to the original state and to release the
|
A D | string.texi | 283 /* In initial state. */ 1340 implementation is based on a finite-state machine, whose behavior is 2063 some internal state information. Subsequent calls to get additional 2066 non-null @var{newstring} argument reinitializes the state information. 2068 behind your back (which would mess up this internal state information). 2101 some internal state information. Subsequent calls to get additional 2450 generators that have global state (@pxref{Pseudo-Random Numbers}). 2489 its original state.
|
A D | debug.texi | 76 @c structures could be in an inconsistent state that would cause
|
A D | llio.texi | 445 possibly wide file offset. Since the kernel handles this state 643 possibly wide file offset. Since the kernel handles this state 974 function except that it does not implicitly lock the stream if the state 2149 constitute a state of the descriptor. Rather, they include conditions 2470 * Synchronizing AIO Operations:: Getting into a consistent state. 2848 all requests were enqueued correctly. The current state of the requests 2918 This function determines the error state of the request described by the 2989 get into a consistent state. This would mean for AIO that one wants to 3007 @code{aiocbp->aio_fildes} into the synchronized I/O completion state 4269 the contents of the file are in a consistent state, then it can also use
|
A D | getopt.texi | 65 @c leave (in case of cancellation) stderr in an inconsistent state.
|
A D | pipe.texi | 309 can observe a state in which it is partially complete. Atomic I/O may
|
A D | creature.texi | 42 The state of @code{_POSIX_SOURCE} is irrelevant if you define the
|
A D | job.texi | 659 The foreground job may have left the terminal in a strange state, so the 970 Initialize the shell's internal state. @xref{Initializing the
|
A D | signal.texi | 196 writes a @dfn{core dump file} which records the state of the process at 273 writes a @dfn{core dump file} which records the state of the process at 445 might want to save state information, delete temporary files, or restore 665 leave files or system tables in a secure state when a process is 1799 therefore be in an inconsistent state when the handler function is
|
A D | syslog.texi | 430 usable state).
|
A D | fdl-1.3.texi | 171 copy along with each Opaque copy, or state in or with each Opaque copy
|
A D | process.texi | 327 any internal state or locks (such as the @code{malloc} locks). In the
|
A D | terminal.texi | 344 Its meaning is to inhibit alteration of the state of the terminal 1216 Just set the ICRNL flag. In fact, this is the default state of
|
/manual/examples/ |
A D | argp-ex3.c | 105 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument 109 struct arguments *arguments = state->input; in parse_opt() 124 if (state->arg_num >= 2) in parse_opt() 126 argp_usage (state); in parse_opt() 128 arguments->args[state->arg_num] = arg; in parse_opt() 133 if (state->arg_num < 2) in parse_opt() 135 argp_usage (state); in parse_opt()
|
A D | argp-ex4.c | 92 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument 96 struct arguments *arguments = state->input; in parse_opt() 117 argp_usage (state); in parse_opt() 135 arguments->strings = &state->argv[state->next]; in parse_opt() 136 state->next = state->argc; in parse_opt()
|
A D | mbstouwcs.c | 18 mbstate_t state; in mbstouwcs() local 19 memset (&state, '\0', sizeof (state)); in mbstouwcs() 24 size_t nbytes = mbrtowc (&wc, s, len, &state); in mbstouwcs()
|