Searched refs:strncpy (Results 76 - 100 of 140) sorted by relevance

123456

/barrelfish-2018-10-04/usr/kaluga/
H A Dboot_modules.c117 strncpy(si->path, line, path_size);
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dutils.c86 * ppp_strlcpy - like strcpy/strncpy, doesn't overflow destination buffer,
96 strncpy(dest, src, len - 1);
823 strncpy(lockdev, dev, MAXPATHLEN-1);
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dutils.c86 * ppp_strlcpy - like strcpy/strncpy, doesn't overflow destination buffer,
96 strncpy(dest, src, len - 1);
823 strncpy(lockdev, dev, MAXPATHLEN-1);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dos_support.c1259 strncpy(buf, utsn.nodename, size);
1278 strncpy(buf, hp->h_name, size);
2242 strncpy(buf, res, *buflen);
2244 strncpy(buf, res, len);
/barrelfish-2018-10-04/lib/net_device_manager/
H A Dport_service_impl.c197 strncpy(my_dev_name, dev_name, sizeof(my_dev_name));
/barrelfish-2018-10-04/lib/acpica/source/compiler/
H A Daslutils.c428 strncpy (Op->Asl.ParseOpName, UtGetOpName (Op->Asl.ParseOpcode),
H A Dprscan.c1164 strncpy (Info->Argument, Argument, MAX_ARGUMENT_LENGTH);
/barrelfish-2018-10-04/lib/acpica/source/components/utilities/
H A Duttrack.c524 strncpy (Allocation->Module, Module, ACPI_MAX_MODULE_NAME);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/x509/
H A Dby_dir.c259 strncpy(ent->dir,ss,(unsigned int)len);
/barrelfish-2018-10-04/lib/virtio/
H A Ddevice.c80 strncpy(vdev->dev_name, setup->dev_name, sizeof(vdev->dev_name));
/barrelfish-2018-10-04/usr/acpi/arch/x86/
H A Dacpi_interrupts_arch.c144 strncpy(ioapic->label, label, sizeof(ioapic->label));
/barrelfish-2018-10-04/usr/bench/xcorecap/
H A Dxcorecapbench.c209 strncpy(service_name, "xcorecapbench_",
/barrelfish-2018-10-04/usr/monitor/
H A Dspawn.c253 strncpy(name, mm_name, sizeof(name));
/barrelfish-2018-10-04/usr/netfile/
H A Dnetfile.c503 strncpy(res.path, optarg, flen+1);
/barrelfish-2018-10-04/lib/libc/net/
H A Dnscachedcli.c205 strncpy(client_address.sun_path, params->socket_path,
H A Dgethostbydns.c656 strncpy(hname2, he.h_name, MAXDNAME);
H A Dgethostnamadr.c450 strncpy(hed->hostbuf, name, MAXDNAME);
H A Drcmd.c135 strncpy(canonnamebuf, res->ai_canonname, sizeof(canonnamebuf));
/barrelfish-2018-10-04/lib/libc/stdtime/
H A Dstrptime.c548 strncpy(zonestr, buf, cp - buf);
/barrelfish-2018-10-04/kernel/
H A Dstartup.c322 strncpy(init_disp->name, argv[0], DISP_NAME_LEN);
/barrelfish-2018-10-04/lib/acpica/source/tools/acpihelp/
H A Dahdecode.c246 strncpy (&Name[1], NamePrefix, 7);
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_send.c1107 strncpy(hbuf, "?", sizeof(hbuf) - 1);
1109 strncpy(sbuf, "?", sizeof(sbuf) - 1);
/barrelfish-2018-10-04/lib/libc/rpc/
H A Drpcb_clnt.c355 strncpy(*targaddr, _PATH_RPCBINDSOCK,
674 strncpy(sun.sun_path, _PATH_RPCBINDSOCK, sizeof(sun.sun_path));
/barrelfish-2018-10-04/lib/lwip2/src/apps/httpd/makefsdata/
H A Dmakefsdata.c230 strncpy(targetfile, &argv[i][3], sizeof(targetfile) - 1);
262 strncpy(path, argv[i], sizeof(path)-1);
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dbmsg.msg.c2120 strncpy((char *) p->bnet_address,
2372 strncpy((char *) (req)->bnet_address, \
2392 strncpy((char *) n_addr, \
3582 strncpy((char *) emb_sock->bnet_address,
3745 strncpy((char *) bport.bnet_address,
3802 strncpy((char *) port->bnet_address,
3812 strncpy((char *) port->bnet_address,
4681 strncpy((char *) bport->bnet_address,
6279 strncpy((char *) bport.bnet_address,

Completed in 290 milliseconds

123456