Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fork/
Dfork04.c240 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/
Dtest_uuid.py393 parent_value = uuid.uuid4().hex
397 self.assertNotEqual(parent_value, child_value)
Dtest_tempfile.py150 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/
Dtest_uuid.py409 parent_value = uuid.uuid4().hex
413 self.assertNotEqual(parent_value, child_value)
Dtest_tempfile.py193 parent_value = next(self.r)
194 child_value = os.read(read_fd, len(parent_value)).decode("ascii")
205 self.assertNotEqual(child_value, parent_value)