Searched refs:__fn (Results 1 – 10 of 10) sorted by relevance
11 spawnp_attr.__fn = (void *)__execvpe; in posix_spawnp()
150 attr->__fn ? (int (*)())attr->__fn : execve; in child()
13 spawnp_attr.__fn = (void *)__execvpe; in posix_spawnp()
151 attr->__fn ? (int (*)())attr->__fn : execve; in child()
87 set $__fn = PyUnicode_AsUTF8(f->f_code->co_filename)89 printf "%s (", $__fn94 # printf "%c%c%s:", 032, 032, $__fn
32 void *__fn; member