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

/macosx-10.10.1/top-100.1.2/
H A Doptions.c74 bool top_option_get(int argc, char *argv[], struct top_option *opts, int *offset, int *optvalue, char **argresult) { argument
80 *argresult = NULL;
92 *argresult = argv[*offset + 1];
99 /* We found a pattern like -n123 and the argresult should be 123. */
100 *argresult = argv[*offset] + 2;

Completed in 67 milliseconds