Lines Matching refs:system
159 system("/usr/bin/cp /usr/bin/cygwin1.dll .") &&
167 system("/usr/bin/cp /usr/bin/cygcrypt-0.dll .") &&
460 test !eval { system $TAINT }, 'system';
942 eval { system { "echo" } "/arg0", "arg1" };
963 test !eval { system $TAINT, $TAINT }, 'system';
965 test !eval { system $TAINT $TAINT }, 'system';
967 test !eval { system $TAINT $TAINT, $TAINT }, 'system';
969 test !eval { system $TAINT 'notaint' }, 'system';
971 test !eval { system {'notaint'} $TAINT }, 'system';
976 system("lskdfj does not exist","with","args");
1004 eval { system("lskdfj"); };
1007 eval { system("lskdfj"); };