t_union.c | 28 char pathb[MAXPATHLEN]; local in function:xput_tfile 31 strcpy(pathb, mp); 32 strcat(pathb, "/"); 33 strcat(pathb, path); 35 RL(fd = rump_sys_open(pathb, O_CREAT | O_RDWR, 0777)); 44 char pathb[MAXPATHLEN]; local in function:xread_tfile 48 strcpy(pathb, mp); 49 strcat(pathb, "/"); 50 strcat(pathb, path); 52 fd = rump_sys_open(pathb, O_RDONLY) [all...] |