gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 10 of 17 for funcall:strcpy from t2ex (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/uipc_accf.c - 12.6KB - 401 lines
244:         memset(&afa, 0, sizeof(afa));
245:         strcpy(afa.af_name, so->so_accf->so_accept_filter->accf_name);
246:         if (so->so_accf->so_accept_filter_str != NULL)
More results from uipc_accf.c
bsd_source/t2ex/network/net/src_bsdlib/libc/nameser/ns_samedomain.c - 7.2KB - 263 lines
192:         }
193:         strcpy(dst, src);
194:         while (n >= 1U && dst[n - 1] == '.')           /*%< Ends in "." */
bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c - 48.5KB - 1,584 lines
854:         if (p->table.aliases != NULL) {
855:                 strcpy( hostbuf, p->table.aliases );
856:         }
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_data.c - 21.4KB - 784 lines
758:                         domains[1] = NULL;
759:                         strcpy(domains[0], statp->defdname);
760:                 }
More results from res_data.c
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
302:                 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr;
303:                 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa");
304:                 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int");
More results from res_init.c
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
390:         } else {
391:                 strcpy(path, av[n]);
392:         }
More results from command.c
t2ex_source/kernel/sysmain/src/network_sample/route.c - 7.4KB - 226 lines
193:                 if (len < 0) {
194:                         strcpy(workbuf, "invalid");
195:                 }
t2ex_source/lib/libc/src/stdlib/strercd_r.c - 8.5KB - 195 lines
188:                 if (n + 1 > (int)buflen) goto e2;
189:                 strcpy( buf, p );
190:                 return 0;
t2ex_source/lib/libc/src/stdlib/strerror_r.c - 6.3KB - 144 lines
136:                         if (n + 1 > (int)buflen) goto e2;
137:                         strcpy( buf, er_tbl[i].msg );
138:                         return 0;
t2ex_source/t2ex/fs/fimp/src/fimp_console.c - 12.8KB - 444 lines
276:         req->buf[0] = '/';
277:         strcpy(&req->buf[1], req->coninf->connm);
278:         return E_OK;