Searched refs:spec (Results 1 – 8 of 8) sorted by relevance
/coreutils/src/ |
D | chown-core.c | 125 char *spec = nullptr; in user_group_str() local 131 spec = xmalloc (strlen (user) + 1 + strlen (group) + 1); in user_group_str() 132 stpcpy (stpcpy (stpcpy (spec, user), ":"), group); in user_group_str() 136 spec = xstrdup (user); in user_group_str() 141 spec = xstrdup (group); in user_group_str() 144 return spec; in user_group_str() 158 char *spec; in describe_change() local 167 spec = user_group_str (user, group); in describe_change() 191 old_spec = spec; in describe_change() 192 spec = nullptr; in describe_change() [all …]
|
D | od.c | 230 static struct tspec *spec; variable 980 spec = X2NREALLOC (spec, &n_specs_allocated); in ATTRIBUTE_NONNULL() 982 if (! decode_one_format (s_orig, s, &next, &spec[n_specs])) in ATTRIBUTE_NONNULL() 1204 int datum_width = width_bytes[spec[i].size]; in write_block() 1211 (*spec[i].print_function) (fields_per_block, blank_fields, in write_block() 1212 curr_block, spec[i].fmt_string, in write_block() 1213 spec[i].field_width, spec[i].pad_width); in write_block() 1214 if (spec[i].hexl_mode_trailer) in write_block() 1217 int field_width = spec[i].field_width; in write_block() 1218 int pad_width = (spec[i].pad_width * blank_fields in write_block() [all …]
|
D | id.c | 237 char const *spec = argv[optind]; in main() local 241 if (*spec) in main() 243 if (! parse_user_spec (spec, &euid, nullptr, &pw_name, nullptr)) in main() 248 error (0, errno, _("%s: no such user"), quote (spec)); in main()
|
D | tail.c | 1382 const struct File_spec *spec = entry; in wd_hasher() local 1383 return spec->wd % tabsize; in wd_hasher()
|
D | sort.c | 4118 badfieldspec (char const *spec, char const *msgid) in badfieldspec() argument 4121 _(msgid), quote (spec)); in badfieldspec()
|
D | ls.c | 1876 decode_line_length (char const *spec) in decode_line_length() argument 1882 switch (xstrtoumax (spec, nullptr, 0, &val, "")) in decode_line_length()
|
/coreutils/ |
D | init.cfg | 269 # given ACL spec does not fit into there. Thus, to test if ACLs really work 270 # on the current file system, pass an ACL spec which can't be mapped that way. 275 # If the given ACL spec would not change the ACLs on the file, then setfacl
|
/coreutils/doc/ |
D | coreutils.texi | 2388 @uref{https://rfc.zeromq.org/spec:32/Z85/, ZeroMQ spec:32/Z85}. 2601 @c The 'info' spec does not permit that. If we use those lines, we end 6623 In most cases, the functionality of the @samp{0} field spec
|