Procs
proc dir_fdandfdinvalid(function_name: string; dir_fd: int; fd: int): bool {. discardable, ...raises: [ValueError], tags: [], forbids: [].}
- Source Edit
proc dir_fdandfollow_symlinksinvalid(function_name: string; dir_fd: int; follow_symlinks: bool): bool {.discardable, ...raises: [ValueError], tags: [], forbids: [].}
- Source Edit
proc fdandfollow_symlinksinvalid(function_name: string; fd: int; follow_symlinks: bool): bool {.discardable, ...raises: [ValueError], tags: [], forbids: [].}
- Source Edit
proc follow_symlinks_specified(function_name: string; follow_symlinks: bool): bool {. discardable, ...raises: [NotImplementedError], tags: [], forbids: [].}
- Source Edit
proc pathanddir_fdinvalid(function_name: string; path: Path; dir_fd: int): bool {. discardable.}
- Source Edit
Templates
template dir_fdandfdinvalid(dir_fd; fd): untyped {.dirty.}
- Source Edit
template dir_fdandfollow_symlinksinvalid(dir_fd; follow_symlinks): untyped {. dirty.}
- Source Edit
template fdandfollow_symlinksinvalid(fd; follow_symlinks): untyped {.dirty.}
- Source Edit
template follow_symlinks_specified(follow_symlinks: bool): untyped
- Source Edit
template pathanddir_fdinvalid(path; dir_fd): untyped {.dirty.}
- Source Edit