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

/macosx-10.10/network_cmds-457/cfilutil/
H A Dcfilutil.c351 offset_from_str(const char *str, uint64_t *ret_val) function
714 if (offset_from_str(argptr, &offset) == 0) {
873 if (offset_from_str(argv[optind], &default_out_pass) == 0)
876 if (offset_from_str(argv[optind], &default_in_pass) == 0)
879 if (offset_from_str(argv[optind], &default_out_pass) == 0)
883 if (offset_from_str(argv[optind], &default_out_peek) == 0)
886 if (offset_from_str(argv[optind], &default_in_peek) == 0)
889 if (offset_from_str(argv[optind], &default_out_peek) == 0)
904 if (offset_from_str(optarg, &peek_inc) == 0)
915 if (offset_from_str(optar
[all...]

Completed in 174 milliseconds