Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/NetWare/
DNwpipe.c59 ptpf->m_argv_len = 0; in fnPipeFileMakeArgv()
155 ptpf->m_argv_len = dindex; // Length of the argv array OR number of argv string values. in fnPipeFileMakeArgv()
156 ptpf->m_argv[ptpf->m_argv_len] = NULL; // NULL termination - required for spawnvp call. in fnPipeFileMakeArgv()
254 ptpf->m_pipeCommand->m_argv_len = 1; in fnPipeFileOpen()
257 ptpf->m_pipeCommand->m_argv = (char **) malloc(ptpf->m_pipeCommand->m_argv_len * sizeof(char *)); in fnPipeFileOpen()
303 for(i=0; i<ptpf->m_pipeCommand->m_argv_len; i++) in fnPipeFileOpen()
369 for(i=0; i<ptpf->m_argv_len; i++) in fnPipeFileOpen()
400 for(i=0; i<ptpf->m_argv_len; i++) in fnPipeFileOpen()
439 for(i=0; i<(ptpf->m_argv_len); i++) in fnPipeFileOpen()
563 fnSystemCommand(ptpf->m_argv, ptpf->m_argv_len); in fnPipeFileDoPerlLaunch()
[all …]
DNWUtil.c409 int new_argv_len = pclp->m_argv_len*2; in fnAppendArgument()
416 if ((pclp->m_argc + 2) > pclp->m_argv_len) in fnAppendArgument()
451 for(i=0; i<(pclp->m_argv_len); i++) in fnAppendArgument()
467 pclp->m_argv_len = new_argv_len; in fnAppendArgument()
485 for(i=pclp->m_argc; i<pclp->m_argv_len; i++) in fnAppendArgument()
695 while(i < (pclp->m_argv_len-1)) in fnDeleteArgument()
711 pclp->m_argv_len--; in fnDeleteArgument()
Dnwpipe.h36 int m_argv_len; member
DNwmain.c687 pclp->m_argv_len = 1; in fnRunScript()
690 pclp->m_argv = (char **) malloc(pclp->m_argv_len * sizeof(char *)); in fnRunScript()
719 for(i=0; i<pclp->m_argv_len; i++) in fnRunScript()
1004 for(i=0; i<pclp->m_argv_len; i++) in fnRunScript()
Dnwutil.h51 int m_argv_len; member