Searched refs:devNull (Results 1 – 6 of 6) sorted by relevance
27 devNull = open(os.devnull, 'w')28 result = subprocess.call(command, shell=True, stdout=devNull, stderr=devNull)
174 static const std::string devNull = "/dev/null"; in getDevNull() local175 return devNull; in getDevNull()
419 static const std::string devNull = "NUL"; in getDevNull() local420 return devNull; in getDevNull()
2072 INT devNull; /* Just a dummy to avoid a lot of branches in the code */ in pcmDmx_ApplyFrame() local2094 pDmxOutScale = &devNull; /* redirect to temporal stack memory */ in pcmDmx_ApplyFrame()