Searched refs:popen (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/mxlib/msfs/ecos/ |
| H A D | MsFS.c | 139 static int (*popen)(const char*, int, ... ) = open; variable 163 popen = (int(*)(const char*, int, ... ))wopen; in MsFS_Init() 177 popen = open; in MsFS_Init() 236 return popen( path, oflag ); in MsFS_Open()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | bloat-o-meter | 18 for l in os.popen("nm --size-sort " + file).readlines():
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/ |
| H A D | stdio.h | 298 FILE * _EXFUN(popen, (const char *, const char *));
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | stdio.h | 842 extern FILE *popen (__const char *__command, __const char *__modes) __wur;
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | bspOneUtopia.dxyfile | 490 # popen()) the command <command> <input-file>, where <command> is the value of 680 # by executing (via popen()) the command <filter> <input-file>, where <filter>
|
| H A D | bsp.dxyfile | 489 # popen()) the command <command> <input-file>, where <command> is the value of 679 # by executing (via popen()) the command <filter> <input-file>, where <filter>
|