Searched refs:parent_value (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/syscalls/fork/ |
D | fork04.c | 240 char parent_value[MAX_LINE_LENGTH]; in parent_environment() local 256 sprintf(parent_value, "%s:%s", in parent_environment() 259 sprintf(parent_value, "%s:%s", in parent_environment() 262 cmp_env_strings(parent_value, tmp_line); in parent_environment()
|
/external/python/cpython2/Lib/test/ |
D | test_uuid.py | 393 parent_value = uuid.uuid4().hex 397 self.assertNotEqual(parent_value, child_value)
|
D | test_tempfile.py | 150 parent_value = next(self.r) 151 child_value = os.read(read_fd, len(parent_value)).decode("ascii") 162 self.assertNotEqual(child_value, parent_value)
|
/external/python/cpython3/Lib/test/ |
D | test_uuid.py | 409 parent_value = uuid.uuid4().hex 413 self.assertNotEqual(parent_value, child_value)
|
D | test_tempfile.py | 193 parent_value = next(self.r) 194 child_value = os.read(read_fd, len(parent_value)).decode("ascii") 205 self.assertNotEqual(child_value, parent_value)
|