• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:Receive

281 # 	4. Receive EEXIST error when creating an already existing symbolic link file.
282 # 5. Receive ENAMETOOLONG error when creating symbolic link which exceeds PATH_MAX in length
290 # 3. Receive ENAMETOOLONG error when reading symbolic link which exceeds PATH_MAX in length
291 # 4. Receive an EINVAL error when reading a file which is not a symbolic
297 # 2. Receive ENOENT error when accessing non-existent object file through symbolic link file
298 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
309 # 1. Receive EEXIST error when creating a directory through a symbolic link file
313 # 1. Receive ENOTDIR error when removing an existing directory through a symbolic link file
318 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
319 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
324 # 2. Receive ENOENT error when accessing non-existent object file through symbolic link file
325 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
334 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
335 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
340 # 2. Receive ENOENT error when accessing non-existent directory through symbolic link file
341 # 3. Receive ELOOP error when nesting of symbolic links exceed maximum
347 # 3. Receive EXDEV when trying to rename a symbolic link file to an address outside of current fil…
353 # 3. Receive EEXIST error when exclusively creating an object file through a symbolic link file
354 # 4. Receive ENOENT error when accessing non-existent object file through symbolic link file
355 # 5. Receive ELOOP error when nesting of symbolic links exceed maximum