HomeSort by: relevance | last modified time | path
    Searched refs:ninput (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
fmt_scaled.c 261 long long ninput = 10483892, result; local
268 if (fmt_scaled(ninput, buf) == 0)
269 printf("%lld -> \"%s\"\n", ninput, buf);
271 fprintf(stderr, "%lld invalid (%s)\n", ninput, strerror(errno));
  /src/external/bsd/pcc/dist/pcc/cc/cc/
cc.c 429 int ninput, j; local
433 ninput = 0;
521 ninput++;
915 if (ninput == 0) {
917 ninput++;
918 } else if (ninput > 2 || (ninput == 2 && outfile)) {
920 } else if (ninput == 2) {
923 ninput--;
939 if (ninput == 0 && !(printprogname || printfilename)
    [all...]

Completed in 17 milliseconds