HomeSort by: relevance | last modified time | path
    Searched defs:to_intmax (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/flashctl/
flashctl.c 52 static int to_intmax(intmax_t *, const char *);
89 error = to_intmax(&n, argv[0]);
99 error = to_intmax(&n, argv[1]);
202 error = to_intmax(&n, argv[0]);
230 to_intmax(intmax_t *num, const char *str) function in typeref:typename:int
flashctl.c 52 static int to_intmax(intmax_t *, const char *);
89 error = to_intmax(&n, argv[0]);
99 error = to_intmax(&n, argv[1]);
202 error = to_intmax(&n, argv[0]);
230 to_intmax(intmax_t *num, const char *str) function in typeref:typename:int
flashctl.c 52 static int to_intmax(intmax_t *, const char *);
89 error = to_intmax(&n, argv[0]);
99 error = to_intmax(&n, argv[1]);
202 error = to_intmax(&n, argv[0]);
230 to_intmax(intmax_t *num, const char *str) function in typeref:typename:int
flashctl.c 52 static int to_intmax(intmax_t *, const char *);
89 error = to_intmax(&n, argv[0]);
99 error = to_intmax(&n, argv[1]);
202 error = to_intmax(&n, argv[0]);
230 to_intmax(intmax_t *num, const char *str) function in typeref:typename:int

Completed in 47 milliseconds