/systemd/src/basic/ |
H A D | strxcpyx.h | 30 size_t strscpy(char *dest, size_t size, const char *src);
|
H A D | strxcpyx.c | 80 size_t strscpy(char *dest, size_t size, const char *src) { function
|
/systemd/src/udev/ |
H A D | udev-builtin-btrfs.c | 45 strscpy(args.name, sizeof(args.name), argv[2]);
|
H A D | udev-builtin.c | 111 strscpy(name, sizeof(name), command); 131 strscpy(arg, sizeof(arg), command);
|
H A D | udevadm-test-builtin.c | 86 strscpy(filename, sizeof(filename), syspath);
|
H A D | udev-node.c | 60 l = strscpy(s, l, &node[tail]); 137 strscpy(buf, bufsize, udev_device_get_devnode(dev)); 170 strscpy(buf, bufsize, devnode);
|
H A D | udevadm-test.c | 118 strscpy(filename, sizeof(filename), syspath);
|
H A D | udev-builtin-usb_id.c | 114 strscpy(to, len, type); 145 strscpy(to, len, type);
|
H A D | udev-event.c | 261 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 D | udev-ctrl.c | 107 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 D | udevadm-monitor.c | 120 strscpy(subsys, sizeof(subsys), optarg);
|
H A D | udevadm-trigger.c | 59 strscpy(buf, size,str);
|
H A D | udevadm-info.c | 371 strscpy(name, sizeof(name), optarg);
|
H A D | udev-builtin-net_id.c | 336 strscpy(name, sizeof(name), udev_device_get_sysname(usbdev));
|
H A D | udev-rules.c | 698 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 D | ethtool-util.c | 79 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 D | test-strxcpyx.c | 74 space_left = strscpy(target, space_left, "12345");
|
/systemd/src/libudev/ |
H A D | libudev-util.c | 55 strscpy(temp, sizeof(temp), string); 87 strscpy(result, maxsize, val);
|
/systemd/src/bootchart/ |
H A D | bootchart.c | 121 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 D | store.c | 273 strscpy(ps->name, sizeof(ps->name), key); 546 strscpy(ps->name, sizeof(ps->name), key);
|
/systemd/src/udev/scsi_id/ |
H A D | scsi_id.c | 103 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 D | sd-device.c | 287 strscpy(subsys, sizeof(subsys), sysname); 666 (void)strscpy(subsys, sizeof(subsys), id + 1);
|