/src/games/hack/ |
hack.cmd.c | 254 const struct ext_func_tab *efp = extcmdlist; local in function:doextcmd 261 while (efp->ef_txt) { 262 if (!strcmp(efp->ef_txt, buf)) 263 return ((*(efp->ef_funct)) ()); 264 efp++;
|
hack.cmd.c | 254 const struct ext_func_tab *efp = extcmdlist; local in function:doextcmd 261 while (efp->ef_txt) { 262 if (!strcmp(efp->ef_txt, buf)) 263 return ((*(efp->ef_funct)) ()); 264 efp++;
|
hack.cmd.c | 254 const struct ext_func_tab *efp = extcmdlist; local in function:doextcmd 261 while (efp->ef_txt) { 262 if (!strcmp(efp->ef_txt, buf)) 263 return ((*(efp->ef_funct)) ()); 264 efp++;
|
hack.cmd.c | 254 const struct ext_func_tab *efp = extcmdlist; local in function:doextcmd 261 while (efp->ef_txt) { 262 if (!strcmp(efp->ef_txt, buf)) 263 return ((*(efp->ef_funct)) ()); 264 efp++;
|
/src/sys/fs/efs/ |
efs_vfsops.c | 459 struct efs_fid *efp; local in function:efs_fhtovp 465 efp = (struct efs_fid *)fhp; 467 if ((err = VFS_VGET(mp, efp->ef_ino, lktype, &vp))) { 473 if (eip->ei_mode == 0 || eip->ei_gen != efp->ef_gen) { 491 struct efs_fid *efp; local in function:efs_vptofh 501 efp = (struct efs_fid *)fhp; 504 efp->ef_ino = eip->ei_number; 505 efp->ef_gen = eip->ei_gen;
|
efs_vfsops.c | 459 struct efs_fid *efp; local in function:efs_fhtovp 465 efp = (struct efs_fid *)fhp; 467 if ((err = VFS_VGET(mp, efp->ef_ino, lktype, &vp))) { 473 if (eip->ei_mode == 0 || eip->ei_gen != efp->ef_gen) { 491 struct efs_fid *efp; local in function:efs_vptofh 501 efp = (struct efs_fid *)fhp; 504 efp->ef_ino = eip->ei_number; 505 efp->ef_gen = eip->ei_gen;
|
efs_vfsops.c | 459 struct efs_fid *efp; local in function:efs_fhtovp 465 efp = (struct efs_fid *)fhp; 467 if ((err = VFS_VGET(mp, efp->ef_ino, lktype, &vp))) { 473 if (eip->ei_mode == 0 || eip->ei_gen != efp->ef_gen) { 491 struct efs_fid *efp; local in function:efs_vptofh 501 efp = (struct efs_fid *)fhp; 504 efp->ef_ino = eip->ei_number; 505 efp->ef_gen = eip->ei_gen;
|
efs_vfsops.c | 459 struct efs_fid *efp; local in function:efs_fhtovp 465 efp = (struct efs_fid *)fhp; 467 if ((err = VFS_VGET(mp, efp->ef_ino, lktype, &vp))) { 473 if (eip->ei_mode == 0 || eip->ei_gen != efp->ef_gen) { 491 struct efs_fid *efp; local in function:efs_vptofh 501 efp = (struct efs_fid *)fhp; 504 efp->ef_ino = eip->ei_number; 505 efp->ef_gen = eip->ei_gen;
|
/src/bin/sh/ |
histedit.c | 622 FILE * volatile efp; local in function:histcmd 626 efp = NULL; /* XXX gcc4 */ 819 if ((efp = fdopen(fd, "w")) == NULL) { 864 fputs(s, efp); 877 fclose(efp);
|
histedit.c | 622 FILE * volatile efp; local in function:histcmd 626 efp = NULL; /* XXX gcc4 */ 819 if ((efp = fdopen(fd, "w")) == NULL) { 864 fputs(s, efp); 877 fclose(efp);
|
histedit.c | 622 FILE * volatile efp; local in function:histcmd 626 efp = NULL; /* XXX gcc4 */ 819 if ((efp = fdopen(fd, "w")) == NULL) { 864 fputs(s, efp); 877 fclose(efp);
|
histedit.c | 622 FILE * volatile efp; local in function:histcmd 626 efp = NULL; /* XXX gcc4 */ 819 if ((efp = fdopen(fd, "w")) == NULL) { 864 fputs(s, efp); 877 fclose(efp);
|