Searched refs:mo (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.c192 struct mount_opts *mo = data; local
196 if (fuse_opt_add_opt(&mo->kernel_opts, "allow_other") == -1 ||
205 set_mount_flag(arg, &mo->flags);
209 return fuse_opt_add_opt(&mo->kernel_opts, arg);
212 return fuse_opt_add_opt(&mo->fusermount_opts, arg);
215 return fuse_opt_add_opt(&mo->subtype_opt, arg);
218 return fuse_opt_add_opt(&mo->mtab_opts, arg);
222 mo->ishelp = 1;
227 mo->ishelp = 1;
237 struct mount_opts mo; local
[all...]
/haiku/src/bin/unzip/
H A Dlist.c106 unsigned yr, mo, dy, hh, mm; local
276 mo = (unsigned)(t->tm_mon + 1);
286 mo = ((unsigned)(G.crec.last_mod_dos_datetime >> 21) & 0x0f);
295 methnum = mo;
296 mo = yr; yr = dy; dy = methnum;
299 methnum = mo;
300 mo = dy; dy = methnum;
337 (unsigned)cfactor, mo, dy, yr, hh, mm,
348 G.crec.ucsize, methbuf, csiz, cfactorstr, mo, dy,
354 mo, d
[all...]
H A Dzipinfo.c2118 unsigned yr, mo, dy, hh, mm, ss; variable
2154 mo = (unsigned)(t->tm_mon + 1);
2165 mo = ((unsigned)(*datetimez >> 21) & 0x0f);
2173 if (mo == 0 || mo > 12) {
2174 sprintf(monthbuf, LoadFarString(BogusFmt), mo);
2177 monthstr = LoadFarStringSmall(month[mo-1]);
2183 sprintf(d_t_str, LoadFarString(DecimalTime), yr+1900, mo, dy, hh, mm,
H A Dfileio.c1653 int yr, mo, dy, hh, mm, ss;
1684 mo = ((int)(dosdatetime >> 21) & 0x0f) - 1;
1694 sprintf (temp, "%02d/%02d/%02d %02d:%02d:%02d", mo+1, dy+1, yr, hh, mm, ss);
1709 days = (yr * 365) + (leap - 492) + ydays[mo];
1712 if ((mo > 1) && ((yr+YRBASE)%4 == 0) && ((yr+YRBASE) != 2100))

Completed in 132 milliseconds