Searched refs:program (Results 1 – 7 of 7) sorted by relevance
13 const char *program; in main() local19 program = (i % 2) ? "/bin/false" : "/bin/true"; in main()20 pid[i] = OSSpawn(program, &argv[0]); in main()
14 const char *program; in main() local19 program = (i % 2) ? "/bin/false" : "/bin/true"; in main()20 origpid = OSSpawn(program, &argv[0]); in main()
14 const char *program; in main() local19 program = (i % 2) ? "/bin/false" : "/bin/true"; in main()20 origpid[i] = OSSpawn(program, &argv[0]); in main()
15 code and the application program must reside in different execution59 The raw TCP/IP interface allows the application program to integrate62 code. The TCP/IP code and the application program both run in the same68 time but is also less memory intensive. The drawback is that program76 program using the raw TCP/IP interface.83 argument. Also, in order to be able to keep program specific state,84 the callback functions are called with a program specified argument91 Specifies the program specific state that should be passed to all
71 The following function calls must be made in your program to
777 # The FILE_VERSION_FILTER tag can be used to specify a program or script that779 # the version control system). Doxygen will invoke the program by executing (via782 # by doxygen. Whatever the program writes to standard output is used as the file1075 # The INPUT_FILTER tag can be used to specify a program that doxygen should1076 # invoke to filter for each input file. Doxygen will invoke the filter program1083 # program writes to standard output. If FILTER_PATTERNS is specified, this tag2191 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
2911 * dhcp.c: Changes to restart program flow.