Lines Matching refs:truncated

1378         bool truncated;  in token_match_attr()  local
1390 (void) udev_event_apply_format(event, name, nbuf, sizeof(nbuf), false, &truncated); in token_match_attr()
1391 if (truncated) { in token_match_attr()
1502 bool truncated; in attr_subst_subdir() local
1515 size -= strnpcpy_full(&p, size, attr, len, &truncated); in attr_subst_subdir()
1516 if (truncated) in attr_subst_subdir()
1527 strscpyl_full(p, size, &truncated, de->d_name, tail, NULL); in attr_subst_subdir()
1528 if (truncated) in attr_subst_subdir()
1660 bool truncated; in udev_rule_apply_token_to_event() local
1662 … (void) udev_event_apply_format(event, token->data, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
1663 if (truncated) { in udev_rule_apply_token_to_event()
1679 bool match, truncated; in udev_rule_apply_token_to_event() local
1681 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
1682 if (truncated) { in udev_rule_apply_token_to_event()
1697 strscpy_full(tmp, sizeof(tmp), buf, &truncated); in udev_rule_apply_token_to_event()
1698 assert(!truncated); in udev_rule_apply_token_to_event()
1699 strscpyl_full(buf, sizeof(buf), &truncated, val, "/", tmp, NULL); in udev_rule_apply_token_to_event()
1700 if (truncated) in udev_rule_apply_token_to_event()
1721 bool truncated; in udev_rule_apply_token_to_event() local
1725 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
1726 if (truncated) { in udev_rule_apply_token_to_event()
1755 bool truncated; in udev_rule_apply_token_to_event() local
1757 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
1758 if (truncated) { in udev_rule_apply_token_to_event()
1809 bool truncated; in udev_rule_apply_token_to_event() local
1811 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
1812 if (truncated) { in udev_rule_apply_token_to_event()
1820 …dev_event_spawn(event, timeout_usec, timeout_signal, true, buf, result, sizeof result, &truncated); in udev_rule_apply_token_to_event()
1829 if (truncated) { in udev_rule_apply_token_to_event()
1877 bool truncated; in udev_rule_apply_token_to_event() local
1891 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
1892 if (truncated) { in udev_rule_apply_token_to_event()
1946 bool truncated; in udev_rule_apply_token_to_event() local
1948 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
1949 if (truncated) { in udev_rule_apply_token_to_event()
2003 bool truncated; in udev_rule_apply_token_to_event() local
2010 … (void) udev_event_apply_format(event, token->value, owner, sizeof(owner), false, &truncated); in udev_rule_apply_token_to_event()
2011 if (truncated) { in udev_rule_apply_token_to_event()
2027 bool truncated; in udev_rule_apply_token_to_event() local
2034 … (void) udev_event_apply_format(event, token->value, group, sizeof(group), false, &truncated); in udev_rule_apply_token_to_event()
2035 if (truncated) { in udev_rule_apply_token_to_event()
2050 bool truncated; in udev_rule_apply_token_to_event() local
2057 …(void) udev_event_apply_format(event, token->value, mode_str, sizeof(mode_str), false, &truncated); in udev_rule_apply_token_to_event()
2058 if (truncated) { in udev_rule_apply_token_to_event()
2104 bool truncated; in udev_rule_apply_token_to_event() local
2110 …oid) udev_event_apply_format(event, token->value, label_str, sizeof(label_str), false, &truncated); in udev_rule_apply_token_to_event()
2111 if (truncated) { in udev_rule_apply_token_to_event()
2143 bool truncated; in udev_rule_apply_token_to_event() local
2156 l = strpcpyl_full(&p, l, &truncated, val, " ", NULL); in udev_rule_apply_token_to_event()
2157 if (truncated) { in udev_rule_apply_token_to_event()
2164 (void) udev_event_apply_format(event, token->value, p, l, false, &truncated); in udev_rule_apply_token_to_event()
2165 if (truncated) { in udev_rule_apply_token_to_event()
2185 bool truncated; in udev_rule_apply_token_to_event() local
2187 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
2188 if (truncated) { in udev_rule_apply_token_to_event()
2213 bool truncated; in udev_rule_apply_token_to_event() local
2228 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
2229 if (truncated) { in udev_rule_apply_token_to_event()
2253 bool truncated; in udev_rule_apply_token_to_event() local
2266 …v_event_apply_format(event, token->value, buf, sizeof(buf), event->esc != ESCAPE_NONE, &truncated); in udev_rule_apply_token_to_event()
2267 if (truncated) { in udev_rule_apply_token_to_event()
2293 strscpyl_full(filename, sizeof(filename), &truncated, "/dev/", p, NULL); in udev_rule_apply_token_to_event()
2294 if (truncated) in udev_rule_apply_token_to_event()
2309 bool truncated; in udev_rule_apply_token_to_event() local
2313 strscpyl_full(buf, sizeof(buf), &truncated, val, "/", key_name, NULL); in udev_rule_apply_token_to_event()
2314 if (truncated) { in udev_rule_apply_token_to_event()
2327 … (void) udev_event_apply_format(event, token->value, value, sizeof(value), false, &truncated); in udev_rule_apply_token_to_event()
2328 if (truncated) { in udev_rule_apply_token_to_event()
2346 bool truncated; in udev_rule_apply_token_to_event() local
2348 … (void) udev_event_apply_format(event, token->data, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
2349 if (truncated) { in udev_rule_apply_token_to_event()
2355 … (void) udev_event_apply_format(event, token->value, value, sizeof(value), false, &truncated); in udev_rule_apply_token_to_event()
2356 if (truncated) { in udev_rule_apply_token_to_event()
2373 bool truncated; in udev_rule_apply_token_to_event() local
2383 … (void) udev_event_apply_format(event, token->value, buf, sizeof(buf), false, &truncated); in udev_rule_apply_token_to_event()
2384 if (truncated) { in udev_rule_apply_token_to_event()