Searched refs:myproc (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/misc/math/float/iperb/ |
D | geniperb.c | 53 pid_t myproc; in create_file() local 55 switch (myproc = fork()) { in create_file() 67 return myproc; in create_file()
|
/external/ltp/testcases/misc/math/float/bessel/ |
D | genbessel.c | 53 pid_t myproc; in create_file() local 55 switch (myproc = fork()) { in create_file() 67 return (myproc); in create_file()
|
/external/ltp/testcases/misc/math/float/power/ |
D | genpower.c | 53 pid_t myproc; in create_file() local 55 if ((myproc = fork()) != 0) in create_file() 56 return myproc; in create_file()
|
/external/ltp/testcases/misc/math/float/trigo/ |
D | gentrigo.c | 54 pid_t myproc; in create_file() local 56 if ((myproc = fork()) != 0) in create_file() 57 return myproc; in create_file()
|
/external/ltp/testcases/misc/math/float/exp_log/ |
D | genexp_log.c | 53 pid_t myproc; in create_file() local 55 if ((myproc = fork()) != 0) in create_file() 56 return myproc; in create_file()
|
/external/curl/packages/vms/ |
D | compare_curl_source.com | 96 $ myproc = f$environment("PROCEDURE") 97 $ myprocdir = f$parse(myproc,,,"DIRECTORY") - "[" - "]" - "<" - ">"
|
/external/python/cpython2/Modules/zlib/ |
D | make_vms.com | 68 $ myproc = f$parse(whoami,,,"Name") + f$parse(whoami,,,"type")
|
/external/zlib/src/ |
D | make_vms.com | 68 $ myproc = f$parse(whoami,,,"Name") + f$parse(whoami,,,"type")
|
/external/freetype/ |
D | vms_make.com | 63 $ myproc = f$parse(whoami,,,"Name") + f$parse(whoami,,,"type")
|