アットウィキロゴ

vsftpd_1.2.1_sysutil.c_vsf_sysutil_statbuf_is_regfile

vsf_sysutil_statbuf_is_regfile


source

sysutil.c

line

1229 - 1234

function


  1229 int
  1230 vsf_sysutil_statbuf_is_regfile(const struct vsf_sysutil_statbuf* p_stat)
  1231 {
  1232   const struct stat* p_realstat = (const struct stat*) p_stat;
  1233   return S_ISREG(p_realstat->st_mode);
  1234 }
最終更新:2009年02月08日 12:09
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。