Home
last modified time | relevance | path

Searched refs:offset (Results 1 – 3 of 3) sorted by relevance

/nss/
A Dnss_parse_line_result.c25 __nss_parse_line_result (FILE *fp, off64_t offset, int parse_line_result) in __nss_parse_line_result() argument
40 return __nss_readline_seek (fp, offset); in __nss_parse_line_result()
A Dnss_readline.c83 __nss_readline_seek (FILE *fp, off64_t offset) in libc_hidden_def()
85 if (offset < 0 /* __ftello64 failed. */ in libc_hidden_def()
86 || __fseeko64 (fp, offset, SEEK_SET) < 0) in libc_hidden_def()
A Dnss_action.h72 int offset = nss_actions_bits_index (status); in nss_action_set() local
73 unsigned int mask = NSS_BPL_MASK << offset; in nss_action_set()
75 | ((unsigned int) actions << offset)); in nss_action_set()

Completed in 6 milliseconds