Lines Matching refs:argument

116         char *argument;
676 assert(i->argument);
678 p = i->argument;
741 r = parse_acl(item->argument, &item->acl_access, &item->acl_default, !item->force);
743 log_warning_errno(r, "Failed to parse ACL \"%s\": %m. Ignoring", item->argument);
887 p = item->argument;
1008 if (!i->argument && errno == EROFS && stat(path, &st) == 0 &&
1015 if (i->argument) {
1020 r = cunescape(i->argument, 0, &unescaped);
1022 return log_error_errno(r, "Failed to unescape parameter to write: %s", i->argument);
1177 r = specifier_printf(i->argument, specifier_table, NULL, &resolved);
1179 return log_error_errno(r, "Failed to substitute specifiers in copy source %s: %m", i->argument);
1348 r = specifier_printf(i->argument, specifier_table, NULL, &resolved);
1350 return log_error_errno(r, "Failed to substitute specifiers in symlink target %s: %m", i->argument);
1720 free(i->argument);
1762 return streq_ptr(a->argument, b->argument) &&
1842 i.argument = strdup(buffer);
1843 if (!i.argument)
1894 if (i.argument)
1895 log_warning("[%s:%u] %c lines don't take argument fields, ignoring.", fname, line, i.type);
1904 if (!i.argument) {
1905 i.argument = strappend("/usr/share/factory/", i.path);
1906 if (!i.argument)
1912 if (!i.argument) {
1913 log_error("[%s:%u] Write file requires argument.", fname, line);
1919 if (!i.argument) {
1920 i.argument = strappend("/usr/share/factory/", i.path);
1921 if (!i.argument)
1923 } else if (!path_is_absolute(i.argument)) {
1928 path_kill_slashes(i.argument);
1935 if (!i.argument) {
1936 log_error("[%s:%u] Device file requires argument.", fname, line);
1940 if (sscanf(i.argument, "%u:%u", &major, &minor) != 2) {
1941 log_error("[%s:%u] Can't parse device file major/minor '%s'.", fname, line, i.argument);
1951 if (!i.argument) {
1952 log_error("[%s:%u] Set extended attribute requires argument.", fname, line);
1962 if (!i.argument) {
1963 log_error("[%s:%u] Set ACLs requires argument.", fname, line);
1973 if (!i.argument) {
1974 log_error("[%s:%u] Set file attribute requires argument.", fname, line);