Home
last modified time | relevance | path

Searched refs:program (Results 1 – 7 of 7) sorted by relevance

/tests/
Dspawnanytest.c13 const char *program; in main() local
19 program = (i % 2) ? "/bin/false" : "/bin/true"; in main()
20 pid[i] = OSSpawn(program, &argv[0]); in main()
Dspawnsingletest.c14 const char *program; in main() local
19 program = (i % 2) ? "/bin/false" : "/bin/true"; in main()
20 origpid = OSSpawn(program, &argv[0]); in main()
Dspawnmultipletest.c14 const char *program; in main() local
19 program = (i % 2) ? "/bin/false" : "/bin/true"; in main()
20 origpid[i] = OSSpawn(program, &argv[0]); in main()
/lib/liblwip/doc/
Drawapi.txt15 code and the application program must reside in different execution
59 The raw TCP/IP interface allows the application program to integrate
62 code. The TCP/IP code and the application program both run in the same
68 time but is also less memory intensive. The drawback is that program
76 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 argument
91 Specifies the program specific state that should be passed to all
Dsnmp_agent.txt71 The following function calls must be made in your program to
/docs/
DDoxyfile777 # The FILE_VERSION_FILTER tag can be used to specify a program or script that
779 # the version control system). Doxygen will invoke the program by executing (via
782 # by doxygen. Whatever the program writes to standard output is used as the file
1075 # The INPUT_FILTER tag can be used to specify a program that doxygen should
1076 # invoke to filter for each input file. Doxygen will invoke the filter program
1083 # program writes to standard output. If FILTER_PATTERNS is specified, this tag
2191 # If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
/lib/liblwip/
DCHANGELOG2911 * dhcp.c: Changes to restart program flow.