Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/NetWare/
DNWUtil.c117 void fnCommandLineParser(PCOMMANDLINEPARSER pclp, char * commandLine, BOOL preserveQuotes) in fnCommandLineParser() argument
127 buffer = (char *) malloc((strlen(commandLine) + 1) * sizeof(char)); in fnCommandLineParser()
142 strcpy(buffer, commandLine); in fnCommandLineParser()
202 strcpy(buffer, commandLine); in fnCommandLineParser()
Dnwutil.h80 void fnCommandLineParser(PCOMMANDLINEPARSER pclp, char * commandLine, BOOL preserveQuotes);