Lines Matching refs:Receive
262 # 4. Receive EEXIST error when creating an already existing symbolic link file.
263 # 5. Receive ENAMETOOLONG error when creating symbolic link which exceeds PATH_MAX in length
271 # 3. Receive ENAMETOOLONG error when reading symbolic link which exceeds PATH_MAX in length
272 # 4. Receive an EINVAL error when reading a file which is not a symbolic
278 # 2. Receive ENOENT error when accessing non-existent object file through symbolic link file
279 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
290 # 1. Receive EEXIST error when creating a directory through a symbolic link file
294 # 1. Receive ENOTDIR error when removing an existing directory through a symbolic link file
299 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
300 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
305 # 2. Receive ENOENT error when accessing non-existent object file through symbolic link file
306 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
315 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
316 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
321 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
322 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
328 # 3. Receive EXDEV when trying to rename a symbolic link file to an address outside of current fil…
334 # 3. Receive EEXIST error when exclusively creating an object file through a symbolic link file
335 # 4. Receive ENOENT error when accessing non-existent object file through symbolic link file
336 # 5. Receive ELOOP error when nesting of symbolic links exceed maximum