Lines Matching defs:save
118 /* system call so we can save us to call access(2) first */
333 char save[8];
343 memcpy((void*)save, (void*)stakptr(PATH_OFFSET+pcomp.len),sizeof(save));
346 memcpy((void*)stakptr(PATH_OFFSET+pcomp.len),(void*)save,sizeof(save));
1056 /* save original pathname */
1068 char save[PATH_MAX+1];
1080 memcpy(save, path, r);
1094 memcpy(path, save, r);
1337 /* save name of calling command */