Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 123) sorted by relevance

12345

/glibc-2.36/dlfcn/
Dbug-dl-leaf-lib.c36 static int called = 0; variable
40 called = 1; in check_val_init()
46 called = 2; in check_val_fini()
60 assert (called == 1); in lib_main()
67 assert (called == 2); in lib_main()
/glibc-2.36/sysdeps/x86/
Dtst-cet-legacy-mod-5c.c22 static int called = 0; variable
28 called = 1; in init()
34 if (!called) in foo()
Dtst-cet-legacy-mod-6c.c22 static int called = 0; variable
28 called = 1; in init()
34 if (!called) in foo()
/glibc-2.36/csu/
Dgmon-start.c72 static int called; in __gmon_start__() local
74 if (called) in __gmon_start__()
77 called = 1; in __gmon_start__()
/glibc-2.36/stdlib/
Dtest-dlclose-exit-race-helper.c59 static bool called = false; in second() local
62 if (called) in second()
65 called = true; in second()
/glibc-2.36/sysdeps/pthread/
Dtst-cancel16.c30 static int called; variable
36 called = 1; in cl()
194 if (called == 0) in do_test()
/glibc-2.36/manual/
Dsearch.texi135 function is called with two pointer arguments and should return an
167 array elements. This function is called with two pointer arguments and
313 table at the time @code{hdestroy} is called are @emph{not} freed by this
461 The table is filled and @code{hsearch_r} was called with a so far
561 For the data in each tree node the function @var{freefct} is called.
564 nothing. It is called in any case.
586 tree and how the function is called. The status of a node is either
587 `leaf' or `internal node'. For each leaf node the function is called
588 exactly once, for each internal node it is called three times: before
595 The current node is an internal node and the function is called before
[all …]
Dsyslog.texi12 Most systems have a facility called ``Syslog'' that allows programs to
42 To deal with these messages, most Unix systems have a facility called
43 "Syslog." It is generally based on a daemon called ``Syslogd''
67 called ``Klogd'') extracts messages from the kernel and passes them on to
169 If @var{ident} is NULL, or if @code{openlog} is not called, the default
216 having called @code{openlog}, @code{syslog} just opens the connection
476 back to the default, if @code{openlog} was called with a non-NULL argument
508 called @code{setlogmask}, @code{syslog} doesn't ignore any calls. You
Dio.texi52 called @dfn{opening} the file. You can open a file for reading, writing,
181 devices such as tape drives or terminals. These strings are called
207 files with names; these associations are called @dfn{links} or
213 The name of a file contained in a directory entry is called a @dfn{file
244 The process of determining what file a file name refers to is called
258 is called an @dfn{absolute file name}.
264 file name is called a @dfn{relative file name}.
Dsetjmp.texi45 which it was called, a non-local exit can potentially abandon many
55 called. The return value from @code{setjmp} is used to distinguish
68 called from.
74 @code{abort_to_main_loop} is called somewhere within the execution of
112 When called normally, @code{setjmp} stores information about the
172 that called @code{setjmp} to establish them. If you @code{longjmp} to
182 whatever values they had at the time @code{longjmp} was called. The
Dprocess.texi17 by a given parent are called its @dfn{child processes}. A child
106 called. If the thread gets canceled these resources stay allocated
139 @code{posix_spawn}, @code{fork}, @code{_Fork} or @code{vfork} is called.
142 process is sometimes called @dfn{forking} a process. Each new process
165 process is executing is called its @dfn{process image}. Starting
327 new subprocess, only async-signal-safe functions may be called, such as
354 do a long jump out of) the function that called @code{vfork}! This
374 To see the effects of @code{exec} from the point of view of the called
606 called. If the thread gets canceled these resources stay allocated
693 called. If the thread gets canceled these resources stay allocated
Dargp.texi178 called for each option parsed, and at other well-defined points in the
184 If non-zero, a string describing what non-option arguments are called by
379 For each option that is parsed, @var{parser} is called with a value of
381 vector. @xref{Argp Option Vectors}. @var{parser} is also called at
391 one, an error results before @var{parser} ever gets called.
402 When @var{parser} is called, it should perform whatever action is
457 argument. Each is called until one returns 0 or an error other than
472 @code{ARGP_KEY_ARG}, it is immediately called again with the key
502 functions are called in a different order, children first. This allows
508 non-option args, parser functions are called with this key if they
[all …]
Dprobes.texi92 called to select the alternate arena in which to retry an allocation
150 This probe is triggered when function @code{mallopt} is called to change
265 called. Argument @var{$arg1} is a pointer to the @code{jmp_buf}
274 is called. Argument @var{$arg1} is a pointer to the @code{jmp_buf}
Dsysinfo.texi55 In the DNS, the full host name is properly called the FQDN (Fully Qualified
66 name, which is called the NIS domain name or the YP domain name. It
75 exactly one of them that is the true host name, and it is called the
78 In some contexts, the host name is called a ``node name.''
95 This function returns the host name of the system on which it is called,
131 Usually @code{sethostname} gets called just once, at system boot time.
156 on which it is called. Note that this is not the more popular DNS
171 on which it is called. Note that this is not the more popular DNS
881 @c This is traditionally called "rwflag" for historical reasons.
Dmemory.texi39 Backing each page of virtual memory is a page of real memory (called a
62 movement is called @dfn{paging}.
67 real page frame (this is called ``paging in'' or ``faulting in''), then
79 is at which addresses, and that process is called memory allocation.
273 to allocate portions of memory (called chunks) from a large contiguous area of
625 nonzero. This function is conventionally called @code{xmalloc}. Here
872 conventionally called @code{xrealloc} and @code{xreallocarray},
1282 (@pxref{Aborting a Program}). The function you supply is called with
1312 must be called before the first such function.
1319 @c threads, and it may find a partial update if called from a signal
[all …]
Dthreads.texi156 If this function is called from a single-threaded process, the call is
201 called once in the presence of multiple, potentially calling threads.
477 function will be called when the current thread calls @code{thrd_exit}
512 and called when the thread finishes its execution by calling
591 destructor for the thread-specific data is not called during destruction, nor
592 is it called during thread exit.
770 @c If exactly the same function with arguments is called from a signal
780 specified or defaulted when @code{pthread_cond_init} was called. Currently,
Djob.texi57 The processes belonging to a single command are called a @dfn{process
92 one process group at a time. This is called the @dfn{foreground job} on
94 that are executing without such access to the terminal are called
118 leader that has control of a terminal is called the @dfn{controlling
758 called from within this handler.
964 be called from such a shell.
979 called synchronously or within a handler for @code{SIGCHLD} signals.
1241 is called from a background process on its controlling terminal,
Dmaint.texi27 Each subdirectory contains a simple makefile, called @file{Makefile},
62 data in a file called @file{@var{test-program}.input}; it will be given to
65 called @file{@var{test-program}.args}. Test programs should exit with
152 functions should be called @file{sys/platform/@var{name}.h}.
355 @file{sysdeps} has a ``special'' subdirectory called @file{generic}. It
Dintro.texi474 MT-Unsafe initialization when they are first called.
478 other cause for that remains, the function can then be safely called
621 @c but if any modifiers are called (while holding an exclusive lock),
709 annotated with @code{locale} called concurrently with locale changes may
716 are not to be called when multiple threads are running or asynchronous
744 not to be called when multiple threads are running or asynchronous
759 care if it is to be called. In this specific case, the special care
773 are not to be called when multiple threads are running or asynchronous
1162 function that is called by other library functions. If redefinition
1438 how to establish a handler that is called when a particular kind of
Dtime.texi30 November 4, 1990, at 18:02.5 UTC. Sometimes this is called ``absolute
61 called the @dfn{epoch}. This representation is convenient for doing
80 zone, and so it is also sometimes called a @dfn{local time}.
1055 @code{tzset} were called. @xref{Time Zone Functions}.
1069 @c always called with tzset_lock held
1073 @c subsequent calls only trigger these when called by localtime;
1105 @c called only with tzset_lock held, unless tzset_parse_tz
1106 @c (internal, but not static) gets called by users; given the its
1115 @c only called with tzset_lock held (save for interface violations)
1164 time is expressed as Coordinated Universal Time (UTC) (formerly called
[all …]
/glibc-2.36/sysdeps/arm/
Ddl-trampoline.S34 @ we get called with
83 @ we get called with
/glibc-2.36/elf/
Drtld-debugger-interface.txt27 called whenever r_state is changed. The debugger should set a
87 This is called once, when the linker is about to fill in the main
94 This is called once, when the linker has filled in the main
/glibc-2.36/posix/
Dposix-envs.def21 defined the following macros, exactly one of which will be called
42 defined. These are called with arguments V5, V6, V7 before and
/glibc-2.36/sysdeps/i386/
Dconfigure.ac56 dnl When multi-arch is enabled, all external functions must be called
/glibc-2.36/iconvdata/testdata/
Dsuntzus207 18. This is called, using the conquered foe to augment
282 This is called hobbling the army.
358 11. What the ancients called a clever fighter is
644 opponent and thereby succeed in winning, may be called
1061 is called accessible.
1069 to re-occupy is called entangling.
1078 by making the first move, it is called temporizing ground.
1257 15. Those who were called skillful leaders of old knew
1467 62. This is called ability to accomplish a thing
1614 none can discover the secret system. This is called "divine

12345