Searched refs:proc_path_buf (Results 1 – 2 of 2) sorted by relevance
83 char proc_path_buf[PATH_MAX]; in GetPrcoesses() local85 int return_val = proc_pidpath (pid, proc_path_buf, PATH_MAX); in GetPrcoesses()93 pid_basename = strrchr(proc_path_buf, '/'); in GetPrcoesses()102 pid_basename = proc_path_buf; in GetPrcoesses()104 CFString cf_pid_path (proc_path_buf); in GetPrcoesses()
475 char proc_path_buf[PATH_MAX]; in GetAllInfosMatchingName() local477 … int return_val = proc_pidpath (proc_infos[i].kp_proc.p_pid, proc_path_buf, PATH_MAX); in GetAllInfosMatchingName()485 const char *argv_basename = strrchr(proc_path_buf, '/'); in GetAllInfosMatchingName()494 argv_basename = proc_path_buf; in GetAllInfosMatchingName()