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

/freebsd-10.1-release/usr.bin/csup/
H A Dproto.h46 int proto_get_int(char **, int *, int);
H A Dproto.c239 error = proto_get_int(&line, &maj, 10);
241 error = proto_get_int(&line, &min, 10);
277 error = proto_get_int(&line, &n, 10);
284 error = proto_get_int(&line, &attr, 16);
346 error = proto_get_int(&line, &options, 10);
895 proto_get_int(char **s, int *val, int base) function
H A Dstatus.c483 error = proto_get_int(&line, &ver, 10);

Completed in 102 milliseconds