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

  /src/usr.sbin/makemandb/
apropos-utils.c 250 long int nout; local in function:zip
257 nout = nin + 13 + (nin + 999) / 1000;
258 outbuf = emalloc(nout);
259 compress(outbuf, (unsigned long *) &nout, inbuf, nin);
260 sqlite3_result_blob(pctx, outbuf, nout, free);
  /src/sbin/newfs_udf/
udf_core.c 689 int ucode_chars, nice_uchars, is_osta_typ0, nout; local in function:udf_to_unix_name
709 nout = wput_utf8(outchp, result_len, ch);
710 outchp += nout; result_len -= nout;
  /src/sys/fs/udf/
udf_subr.c 4202 int ucode_chars, nice_uchars, is_osta_typ0, nout; local in function:udf_to_unix_name
4220 nout = wput_utf8(outchp, result_len, ch);
4221 outchp += nout; result_len -= nout;

Completed in 19 milliseconds