Searched refs:offset (Results 1 – 3 of 3) sorted by relevance
25 __nss_parse_line_result (FILE *fp, off64_t offset, int parse_line_result) in __nss_parse_line_result() argument40 return __nss_readline_seek (fp, offset); in __nss_parse_line_result()
83 __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()
72 int offset = nss_actions_bits_index (status); in nss_action_set() local73 unsigned int mask = NSS_BPL_MASK << offset; in nss_action_set()75 | ((unsigned int) actions << offset)); in nss_action_set()
Completed in 7 milliseconds