Lines Matching refs:symbolic
238 # 1. Create symbolic link with abnormal object name path
239 # 2. Create symbolic link with normal object name path
240 # 3. Create symbolic link with path to an existing object file
241 # 4. Receive EEXIST error when creating an already existing symbolic link file.
242 # 5. Receive ENAMETOOLONG error when creating symbolic link which exceeds PATH_MAX in length
248 # 1. Read a symbolic link file which points at no object file
249 # 2. Read a symbolic link file which points at an object file
250 # 3. Receive ENAMETOOLONG error when reading symbolic link which exceeds PATH_MAX in length
251 # 4. Receive an EINVAL error when reading a file which is not a symbolic
256 # 1. Get object file status through symbolic link file
257 # 2. Receive ENOENT error when accessing non-existent object file through symbolic link file
258 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
262 # 1. Get symbolic link file status when pointing at no object file
263 # 2. Get symbolic link file status when pointing at an object file
264 # 3. Get object file status when argument is not a symbolic link
269 # 1. Receive EEXIST error when creating a directory through a symbolic link file
273 # 1. Receive ENOTDIR error when removing an existing directory through a symbolic link file
277 # 1. Change current working directory through a symbolic link file
278 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
279 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
283 # 1. Link an object file to a new file through symbolic link file
284 # 2. Receive ENOENT error when accessing non-existent object file through symbolic link file
285 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
289 # 1. Delete a symbolic link file and not the object file which it points at
293 # 1. Change file permissions of object file through a symbolic link file
294 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
295 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
299 # 1. Change inode times of object file through a symbolic link file
300 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
301 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
305 # 1. Rename a symbolic link file which points at no object file
306 # 2. Rename a symbolic link file which points at an object file without any object file alteration…
307 # 3. Receive EXDEV when trying to rename a symbolic link file to an address outside of current fil…
311 # 1. Create an object file through a symbolic link file
312 # 2. Open an object file through a symbolic link file
313 # 3. Receive EEXIST error when exclusively creating an object file through a symbolic link file
314 # 4. Receive ENOENT error when accessing non-existent object file through symbolic link file
315 # 5. Receive ELOOP error when nesting of symbolic links exceed maximum