Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/NetWare/
DNwmain.c80 char *m_commandLine; member
217 psdata->m_commandLine = NULL; in main()
218 psdata->m_commandLine = (char *) malloc(MAX_DN_BYTES * sizeof(char)); in main()
219 if(psdata->m_commandLine) in main()
221 strcpy(psdata->m_commandLine, cmdLineCopy); in main()
378 psdata->m_commandLine = NULL; in fnCommandLineHandler()
379 psdata->m_commandLine = (char *) malloc(MAX_DN_BYTES * sizeof(char)); in fnCommandLineHandler()
380 if(psdata->m_commandLine) in fnCommandLineHandler()
382 strcpy(psdata->m_commandLine, (char *)cmdLine); in fnCommandLineHandler()
580 if(psdata->m_commandLine) in fnLaunchPerl()
[all …]