Searched refs:main (Results 1 – 25 of 63) sorted by relevance
123
/manual/ |
A D | startup.texi | 53 @cindex @code{main} function 54 @findex main 55 The system starts a C program by calling the function @code{main}. It 56 is up to you to write a function named @code{main}---otherwise, you 59 In @w{ISO C} you can define @code{main} either to take no arguments, or to 64 int main (int @var{argc}, char *@var{argv}[]) 73 @code{main}. If @code{main} doesn't take arguments, then you cannot get 90 int main (int @var{argc}, char *@var{argv}[], char *@var{envp}[]) 97 @code{main} to take two arguments, and use the value of @code{environ}. 489 @code{environ} as the third argument to @code{main}. [all …]
|
A D | probes.texi | 29 This probe is triggered after the main arena is extended by calling 36 This probe is triggered after the size of the main arena is decreased by 104 additional arena (not the main arena), but before the arena is assigned 122 the main arena, but a subsequent allocation from it fails: then, and 136 needs a retry after a failure to allocate from the main arena, there
|
A D | setjmp.texi | 24 suppose you have an interactive program that has a ``main loop'' that 28 be useful to be able to return immediately to the ``main loop'' instead 40 returning to the ``main loop''.) 67 control back to the main loop of the program, no matter where it is 70 The flow of control inside the @code{main} function may appear a little 76 to @code{setjmp} in @code{main} were returning a second time with a value
|
A D | stdio-fp.c | 14 main (void) in main() function
|
/manual/examples/ |
A D | argp-ex1.c | 27 main (int argc, char **argv) in main() function
|
A D | atexit.c | 28 main (void) in main() function
|
A D | fmtmsgexpl.c | 21 main (void) in main() function
|
A D | stpcpy.c | 22 main (void) in main() function
|
A D | argp-ex2.c | 57 main (int argc, char **argv) in main() function
|
A D | strdupa.c | 25 main (void) in main() function
|
A D | memopen.c | 23 main (void) in main() function
|
A D | sigh1.c | 40 main (void) in main() function
|
A D | dir.c | 25 main (void) in main() function
|
A D | setjmp.c | 31 main (void) in main() function
|
A D | dir2.c | 30 main (void) in main() function
|
A D | memstrm.c | 21 main (void) in main() function
|
A D | add.c | 38 main (void) in main() function
|
A D | select.c | 52 main (void) in main() function
|
A D | execinfo.c | 51 main (void) in main() function
|
A D | genpass.c | 23 main(void) in main() function
|
A D | popen.c | 36 main (void) in main() function
|
A D | strftim.c | 24 main (void) in main() function
|
A D | testpass.c | 30 main(void) in main() function
|
A D | sigusr.c | 50 main (void) in main() function
|
A D | testopt.c | 25 main (int argc, char **argv) in main() function
|
Completed in 45 milliseconds
123