Home
last modified time | relevance | path

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

/plan9/sys/src/ape/cmd/patch/
H A Dpatch.c67 static int numeric_string PARAMS ((char const *, int, char const *));
134 ? numeric_string (val, 1, "PATCH_GET value")
648 maxfuzz = numeric_string (optarg, 0, "fuzz factor"); in get_some_switches()
651 patch_get = numeric_string (optarg, 1, "get option value"); in get_some_switches()
671 strippath = numeric_string (optarg, 0, "strip count"); in get_some_switches()
701 debug = numeric_string (optarg, 1, "debugging option"); in get_some_switches()
764 numeric_string (string, negative_allowed, argtype_msgid) in numeric_string() function