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

  /src/usr.bin/cksum/
cksum.c 369 int nspaces; local
375 nspaces = 1;
387 nspaces++;
389 l_cksum = p_filename - buf - nspaces;
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
tasn_prn.c 334 static const int nspaces = sizeof(spaces) - 1; local
336 while (indent > nspaces) {
337 if (BIO_write(out, spaces, nspaces) != nspaces)
339 indent -= nspaces;
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
tasn_prn.c 336 static const int nspaces = sizeof(spaces) - 1; local
338 while (indent > nspaces) {
339 if (BIO_write(out, spaces, nspaces) != nspaces)
341 indent -= nspaces;
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
tasn_prn.c 336 static const int nspaces = sizeof(spaces) - 1; local
338 while (indent > nspaces) {
339 if (BIO_write(out, spaces, nspaces) != nspaces)
341 indent -= nspaces;
  /src/external/gpl2/groff/dist/src/roff/troff/
token.h 75 int nspaces(); // 1 if space, 2 if double space, 0 otherwise
166 inline int token::nspaces() function in class:token
node.h 74 virtual int nspaces();
148 int nspaces; member in struct:breakpoint
186 int nspaces();
input.cpp 2856 int nspaces = 0; local
2861 nspaces += tok.nspaces();
2869 curenv->add_node(new hmotion_node(space_width * nspaces,
node.cpp 3118 int node::nspaces() function in class:node
3192 int space_node::nspaces() function in class:space_node
3619 breakpoint *node::get_breakpoints(hunits /*width*/, int /*nspaces*/,
3638 bp->nspaces = ns;
3682 bp->nspaces = ns;
4986 *spacep += res->nspaces();
  /src/external/bsd/nvi/dist/ex/
ex_subst.c 1243 size_t blen, len, nspaces; local
1256 for (nspaces = 0, p = *ptrnp, len = *plenp; len > 0; ++p, --len)
1258 ++nspaces;
1263 * nspaces + 2 copies of CSCOPE_RE_SPACE;
1267 len = (p - *ptrnp) * 2 + (nspaces + 2) * sizeof(CSCOPE_RE_SPACE) + 3;
  /src/external/gpl3/gdb/dist/gdb/
disasm.c 467 int nspaces = 0; local
471 nspaces++;
472 nspaces += bytes_per_chunk * 2;
476 m_uiout->spaces (nspaces);
  /src/external/gpl3/gdb.old/dist/gdb/
disasm.c 509 int nspaces = 0; local
513 nspaces++;
514 nspaces += bytes_per_chunk * 2;
518 m_uiout->spaces (nspaces);
  /src/external/mpl/bind/dist/lib/dns/
masterdump.c 280 int ntabs, nspaces, t; local
314 nspaces = to - from;
315 INSIST(nspaces >= 0);
318 if (r.length < (unsigned int)nspaces) {
323 t = nspaces;
333 isc_buffer_add(target, nspaces);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
masterdump.c 299 int ntabs, nspaces, t; local
333 nspaces = to - from;
334 INSIST(nspaces >= 0);
337 if (r.length < (unsigned)nspaces) {
342 t = nspaces;
352 isc_buffer_add(target, nspaces);

Completed in 48 milliseconds