Searched refs:strscpy (Results 1 - 22 of 22) sorted by relevance

/systemd/src/basic/
H A Dstrxcpyx.h30 size_t strscpy(char *dest, size_t size, const char *src);
H A Dstrxcpyx.c80 size_t strscpy(char *dest, size_t size, const char *src) { function
/systemd/src/udev/
H A Dudev-builtin-btrfs.c45 strscpy(args.name, sizeof(args.name), argv[2]);
H A Dudev-builtin.c111 strscpy(name, sizeof(name), command);
131 strscpy(arg, sizeof(arg), command);
H A Dudevadm-test-builtin.c86 strscpy(filename, sizeof(filename), syspath);
H A Dudev-node.c60 l = strscpy(s, l, &node[tail]);
137 strscpy(buf, bufsize, udev_device_get_devnode(dev));
170 strscpy(buf, bufsize, devnode);
H A Dudevadm-test.c118 strscpy(filename, sizeof(filename), syspath);
H A Dudev-builtin-usb_id.c114 strscpy(to, len, type);
145 strscpy(to, len, type);
H A Dudev-event.c261 strscpy(result, sizeof(result), event->program_result);
275 strscpy(tmp, sizeof(tmp), cpos);
316 strscpy(vbuf, sizeof(vbuf), value);
757 strscpy(arg, sizeof(arg), cmd);
811 strscpy(name, IFNAMSIZ, event->name);
H A Dudev-ctrl.c107 strscpy(uctrl->saddr.un.sun_path, sizeof(uctrl->saddr.un.sun_path), "/run/udev/control");
248 strscpy(ctrl_msg_wire.buf, sizeof(ctrl_msg_wire.buf), buf);
H A Dudevadm-monitor.c120 strscpy(subsys, sizeof(subsys), optarg);
H A Dudevadm-trigger.c59 strscpy(buf, size,str);
H A Dudevadm-info.c371 strscpy(name, sizeof(name), optarg);
H A Dudev-builtin-net_id.c336 strscpy(name, sizeof(name), udev_device_get_sysname(usbdev));
H A Dudev-rules.c698 strscpy(dirname, sizeof(dirname), attr);
1769 strscpy(value, sizeof(value), rules_str(rules, token->key.value_off));
1835 strscpy(vbuf, sizeof(vbuf), value);
2053 strscpy(tmp, sizeof(tmp), filename);
/systemd/src/udev/net/
H A Dethtool-util.c79 strscpy(ifr.ifr_name, IFNAMSIZ, ifname);
112 strscpy(ifr.ifr_name, IFNAMSIZ, ifname);
170 strscpy(ifr.ifr_name, IFNAMSIZ, ifname);
/systemd/src/test/
H A Dtest-strxcpyx.c74 space_left = strscpy(target, space_left, "12345");
/systemd/src/libudev/
H A Dlibudev-util.c55 strscpy(temp, sizeof(temp), string);
87 strscpy(result, maxsize, val);
/systemd/src/bootchart/
H A Dbootchart.c121 strscpy(arg_init_path, sizeof(arg_init_path), init);
123 strscpy(arg_output_path, sizeof(arg_output_path), output);
210 strscpy(arg_output_path, sizeof(arg_output_path), optarg);
214 strscpy(arg_init_path, sizeof(arg_init_path), optarg);
H A Dstore.c273 strscpy(ps->name, sizeof(ps->name), key);
546 strscpy(ps->name, sizeof(ps->name), key);
/systemd/src/udev/scsi_id/
H A Dscsi_id.c103 strscpy(to, len, type);
347 strscpy(maj_min_dev, MAX_PATH_LEN, optarg);
351 strscpy(config_file, MAX_PATH_LEN, optarg);
410 strscpy(maj_min_dev, MAX_PATH_LEN, argv[optind]);
/systemd/src/libsystemd/sd-device/
H A Dsd-device.c287 strscpy(subsys, sizeof(subsys), sysname);
666 (void)strscpy(subsys, sizeof(subsys), id + 1);

Completed in 4575 milliseconds