Searched refs:response (Results 1 – 3 of 3) sorted by relevance
/coreutils/src/ |
D | stat.c | 1428 nvlist_t *response; in get_birthtime() local 1430 ? getattrat (AT_FDCWD, XATTR_VIEW_READWRITE, filename, &response) in get_birthtime() 1431 : fgetattr (fd, XATTR_VIEW_READWRITE, &response)) in get_birthtime() 1436 if (nvlist_lookup_uint64_array (response, A_CRTIME, &val, &n) == 0 in get_birthtime() 1444 nvlist_free (response); in get_birthtime()
|
/coreutils/doc/ |
D | coreutils.texi | 9033 overwrite an existing destination file, and fail if the response 10199 response is not affirmative, the file is skipped. 10240 of its permissions, and fail if the response is not affirmative. 10324 for whether to proceed with the entire operation. If the response is 10331 If the response is not affirmative, the file is skipped. 10362 If the response is not affirmative, silently skip the file without failing. 10949 and fail if the response is not affirmative.
|
/coreutils/ |
D | NEWS | 4320 response to Open Group XCU ERN 71. 4592 These changes are in response to decisions taken in the January 2005
|