Searched refs:get_bytes (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xauth/dist/
H A Dprocess.c385 get_bytes(FILE *fp, unsigned int n, char **ptr) /* for reading numeric input */ function in typeref:typename:int
432 if (!get_bytes (fp, (unsigned int) auth->address_length, &auth->address))
436 if (!get_bytes (fp, (unsigned int) auth->number_length, &auth->number))
440 if (!get_bytes (fp, (unsigned int) auth->name_length, &auth->name))
444 if (!get_bytes (fp, (unsigned int) auth->data_length, &auth->data))

Completed in 4 milliseconds