Searched defs:blank (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dblank.c43 * This is called recursively once, if an ALL blank succeeds but the
44 * media is not blank we call blank() again to perform a fast blank.
49 blank(void) function
58 * information messages. This is the case where blank() function
59 * is called within the blank() function or the blank() function
60 * is called from other functions within cdrw to blank the media
64 * blank() functio
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Dmac.h48 #define blank() prc(SPACE) macro
/illumos-gate/usr/src/cmd/mailx/
H A Dedit.c97 int *ip, mesg, blank = 1; local
228 blank = lastc == '\n';
236 if (!blank) {
H A Dcmd4.c194 int blank; local
240 blank = lastc == '\n';
248 if (!blank) {
/illumos-gate/usr/src/cmd/banner/
H A Dbanner.c180 static char blank = ' '; variable
224 banset(blank, bufp);
262 if (ptr->alpha[i][j] != blank)break;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_voper.c50 #define blank() isspace(wcursor[0]) macro
65 * and if wcursor is zero, then the first non-blank location of the
286 * E to end of following blank/nonblank word
1056 while (!margin() && blank()) {
1074 while (blank())
1106 while (blank())
1128 * kind which (blank/nonblank words are 0, conservative words 1).
1210 blank(void) function
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c114 int blank = 1; local
249 blank = 1;
251 blank = convert(c, optarg);
448 blank = 1;
450 blank = convert(argv[j]);
605 if (blank == blankctr) {
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_ckpt.c179 etm_ckpt_erpt_id_t blank; /* blank ereport id */ local
196 bzero(&blank, sizeof (blank));
202 /* copy non-empty ereport ids from list il1 to il2. Toss the blank. */
207 if (!etm_ckpt_il_equal(p1, &blank)) {
318 etm_ckpt_erpt_id_t blank; /* blank id */ local
326 bzero(&blank, sizeof (blank));
425 etm_ckpt_erpt_id_t blank; /* blank ereport id */ local
[all...]
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c45 int blank = 0; local
52 if (!blank) {
53 blank = 1;
57 blank = 0;
61 if (blank)
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcrossref.c207 BOOL blank = NO; /* output blank */ local
217 /* change a tab to a blank and compress blanks */
219 blank = YES;
225 if (blank) {
226 blank = NO;
259 if (blank) {
282 blank = NO;
/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c56 static int blank(char *);
281 if (!(blank(line) || comment(line))) {
332 /* skip past blank lines and comments. */
335 if (!(blank(linep) || comment(linep))) {
592 * blank() returns true if the line is a blank line, 0 otherwise
596 blank(char *cp) function
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c497 char *delim = NULL, *blank = " "; local
531 bufsz += chip_strlen(blank) +
567 (void) strlcat(buf, blank, bufsz);
/illumos-gate/usr/src/cmd/lvm/metassist/controller/
H A Dmetassist.c905 /* Create a blank the length of progname */
906 char *blank = strdup(progname); local
907 memset(blank, ' ', strlen(blank) * sizeof (char));
919 %1$s create -?\n"), progname, blank);
922 free(blank);
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c86 * blank() returns true if the line is a blank line, 0 otherwise
89 blank(cp) function
374 if (!(blank(line) || comment(line))) {
721 if (!(blank(line) || comment(line))) {
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c96 static wctype_t blank; variable
163 blank = wctype("blank");
559 * be done for a single blank. We follow the spec.
561 if (LINE_CONT && iswctype(last, blank)) {
632 if (inquote || escape || ZERO || !iswctype(c, blank)) {
646 /* unquoted blank without special handling */
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c136 char buf[8192], c, *cp = buf, *line, *blank, *empty; local
142 blank = NULL; /* cull trailing blanks */
146 blank = NULL;
147 else if (blank == NULL)
148 blank = cp;
151 if (blank)
152 cp = blank;
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c1230 /* Don't print blank fields, to ease parsing. */
1263 boolean_t blank = 0; local
1271 /* Don't print blank fields, to ease parsing. */
1274 blank = 1;
1276 blank = 1;
1278 if (blank) {

Completed in 211 milliseconds