- t2ex
- t2ex_source/kernel/extension/memory/t2ex/sysdepend/em1d/excmgr.c - 10.3KB - 383 lines
193:
194: memset(&excmsg, 0, sizeof(excmsg));
195:
- t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
117: /* get timezone of "UTC+0" */
118: memset(&tz, 0, sizeof(tz));
119: er = dt_tzset(&tz, "UTC+0");
- More results from command.c
- t2ex_source/kernel/sysmain/src/network_sample/net_conf.c - 7.2KB - 233 lines
123: NETDBG("Configure DNS.");
124: memset(&sin, 0, sizeof(sin));
125: sin.sin_len = sizeof(sin);
- t2ex_source/kernel/sysmain/src/network_sample/route.c - 7.4KB - 226 lines
188:
189: memset(workbuf, 0, sizeof(workbuf));
190: if (rtm->rtm_addrs & RTA_GATEWAY) {
- t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c - 13.7KB - 479 lines
333:
334: memset(mem, 0, sz);
335:
- t2ex_source/lib/libtk/src_t2ex/memalloc.c - 12.2KB - 419 lines
298: /* Memory clear */
299: return memset(p, 0, sz);
300: }
- t2ex_source/t2ex/fs/fimp/src/fimp_console.c - 12.8KB - 444 lines
236: }
237: memset(stat, 0, sizeof(struct stat64_us));
238: stat->st_ino = fid;
- t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
453: fimp_free(dcinf->dci_bufs);
454: memset(dcinf, 0, sizeof(DCacheInfo));
455: }
- More results from fimp_fat.c
- t2ex_source/t2ex/fs/fs/src/fs_ctx.c - 6.0KB - 198 lines
63:
64: (void)memset(ctx, 0, FS_CTX_SIZE(maxfile));
65: ctx->x_maxfile = maxfile;
- t2ex_source/t2ex/fs/fs/src/fs_desc.c - 6.7KB - 230 lines
110: fs_free(mgr->m_descpool);
111: memset(mgr, 0, sizeof(fs_descmgr_t));
112: return 0;
- More results from fs_desc.c