Lines Matching refs:psinfofile
105 char psinfofile[100];
109 (void) strncpy(psinfofile, arg, sizeof (psinfofile));
111 (void) strcpy(psinfofile, "/proc/");
112 (void) strncat(psinfofile, arg, sizeof (psinfofile)-6);
114 (void) strncat(psinfofile, "/psinfo",
115 sizeof (psinfofile)-strlen(psinfofile));
118 if ((pfd->fd = open(psinfofile, O_RDONLY)) >= 0) {