Home
last modified time | relevance | path

Searched refs:blanks (Results 1 – 25 of 132) sorted by relevance

123456

/netbsd-src/external/historical/nawk/dist/testdir/
H A Dp.table4 FS = "\t"; blanks = sprintf("%100s", " ")
32 return s substr(blanks, 1, int((wid[n]-nwid[n])/2))
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-trace.cc62 range_tracer::print_prefix (unsigned idx, bool blanks) in print_prefix() argument
65 if (!blanks) in print_prefix()
H A Dgimple-range-trace.h42 void print_prefix (unsigned idx, bool blanks);
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Datom.h45 u16 blanks; member
51 u16 blanks; member
H A Dnouveau_dispnv50_headc57d.c192 evo_data(push, (m->v.blanks << 16) | m->h.blanks ); in headc57d_mode()
H A Dnouveau_dispnv50_headc37d.c181 evo_data(push, (m->v.blanks << 16) | m->h.blanks ); in headc37d_mode()
H A Dnouveau_dispnv50_head907d.c267 evo_data(push, m->v.blanks << 16 | m->h.blanks ); in head907d_mode()
H A Dnouveau_dispnv50_head507d.c317 evo_data(push, m->v.blanks << 16 | m->h.blanks ); in head507d_mode()
H A Dnouveau_dispnv50_head.c277 m->h.blanks = m->h.blanke + mode->crtc_hdisplay; in nv50_head_atomic_check_mode()
282 m->v.blanks = m->v.blanke + mode->crtc_vdisplay; in nv50_head_atomic_check_mode()
/netbsd-src/external/bsd/less/dist/
H A Dscreen.c1568 char *blanks; in initcolor()
1576 blanks = (char *) ecalloc(width+1, sizeof(char)); in initcolor()
1578 blanks[col] = ' '; in initcolor()
1579 blanks[sc_width] = '\0'; in initcolor()
1581 _outtext(blanks); in initcolor()
1582 free(blanks); in initcolor()
2197 char *blanks; in create_flash() local
2210 blanks = (char *) ecalloc(w.numtextcols, sizeof(char)); in create_flash()
2212 blanks[col] = ' '; in create_flash()
2214 _outmem(blanks, w.numtextcols); in create_flash()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_display.c97 calc(int blanks, int blanke, int total, int line) in calc() argument
99 if (blanke >= blanks) { in calc()
100 if (line >= blanks) in calc()
103 if (line >= blanks) in calc()
/netbsd-src/external/bsd/unbound/dist/testdata/blanks_cached_zone.tdir/
H A Dblanks_cached_zone.conf16 name: blanks.example.com
H A Dblanks_cached_zone.test9 TARGET=ns1.blanks.example.com.
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/
H A Dquadmath-printf.c44 static char const blanks[PADSIZE] = variable
84 padstr = blanks; in __quadmath_do_pad()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dquadmath-printf.c44 static char const blanks[PADSIZE] = variable
84 padstr = blanks; in __quadmath_do_pad()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-dis.c944 int blanks; in print_insn_powerpc() local
948 blanks = 8 - strlen (opcode->name); in print_insn_powerpc()
949 if (blanks <= 0) in print_insn_powerpc()
950 blanks = 1; in print_insn_powerpc()
953 op_separator = blanks; in print_insn_powerpc()
H A Dcgen-asm.in243 GAS's input scrubber will remove extraneous blanks. */
292 blanks now. IE: We needn't try again with a longer version of
/netbsd-src/external/cddl/osnet/dist/cmd/zlook/
H A Dzlook.c106 char *blanks = " "; in print_extd_entries() local
114 (void) printf("%.*s", 16 - i, blanks); in print_extd_entries()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dppc-dis.c1043 int blanks; in print_insn_powerpc() local
1048 blanks = 8 - strlen (opcode->name); in print_insn_powerpc()
1049 if (blanks <= 0) in print_insn_powerpc()
1050 blanks = 1; in print_insn_powerpc()
1053 op_separator = blanks; in print_insn_powerpc()
/netbsd-src/external/bsd/unbound/dist/testdata/blanks_https.tdir/
H A Dblanks_https.test9 TARGET=ns1.blanks.example.com.
/netbsd-src/external/bsd/cron/dist/
H A DFEATURES13 Blanks surrounding the '=' will be eaten; other blanks in value are
14 okay. Leading or trailing blanks can be preserved by quoting, single
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DTODO19 the stupid quips and fill in all the blanks.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DTODO19 the stupid quips and fill in all the blanks.
/netbsd-src/lib/libcurses/PSD.doc/
H A Ddoc.I91 Resets the entire window to blanks.
170 Erases the window to blanks without setting the clear flag.
/netbsd-src/usr.bin/sed/
H A DPOSIX21 arguments of the a, c and i commands of their initial blanks,
38 that it is difficult to write sed scripts that have leading blanks

123456