Home
last modified time | relevance | path

Searched refs:blank (Results 1 – 25 of 235) sorted by relevance

12345678910

/titanic_50/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_ckpt.c179 etm_ckpt_erpt_id_t blank; /* blank ereport id */ in etm_ckpt_il_resize() local
196 bzero(&blank, sizeof (blank)); in etm_ckpt_il_resize()
207 if (!etm_ckpt_il_equal(p1, &blank)) { in etm_ckpt_il_resize()
318 etm_ckpt_erpt_id_t blank; /* blank id */ in etm_ckpt_il_delete() local
326 bzero(&blank, sizeof (blank)); in etm_ckpt_il_delete()
334 if (!etm_ckpt_il_equal(p, &blank)) { in etm_ckpt_il_delete()
353 *p = blank; in etm_ckpt_il_delete()
425 etm_ckpt_erpt_id_t blank; /* blank ereport id */ in etm_ckpt_recover() local
465 bzero(&blank, sizeof (blank)); in etm_ckpt_recover()
471 if (etm_ckpt_il_equal(p, &blank)) { in etm_ckpt_recover()
[all …]
/titanic_50/usr/src/tools/cscope-fast/
H A Dcrossref.c207 BOOL blank = NO; /* output blank */ in putcrossref() local
219 blank = YES; in putcrossref()
225 if (blank) { in putcrossref()
226 blank = NO; in putcrossref()
259 if (blank) { in putcrossref()
282 blank = NO; in putcrossref()
/titanic_50/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_05_strings.ksh28 "blank":"",\
29 "":"blank key",\
/titanic_50/usr/src/cmd/banner/
H A Dbanner.c180 static char blank = ' '; variable
224 banset(blank, bufp); in banner()
262 if (ptr->alpha[i][j] != blank)break; in banprt()
/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dgprof.flat.blurb14 this function is profiled, else blank.
18 else blank.
22 function is profiled, else blank.
/titanic_50/usr/src/cmd/mailx/
H A Dedit.c97 int *ip, mesg, blank = 1; in edit1() local
228 blank = lastc == '\n'; in edit1()
236 if (!blank) { in edit1()
H A Dcmd4.c194 int blank; in loadmsg() local
240 blank = lastc == '\n'; in loadmsg()
248 if (!blank) { in loadmsg()
/titanic_50/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) {
/titanic_50/usr/src/cmd/cdrw/
H A Dblank.c49 blank(void) in blank() function
257 blank(); in blank()
H A Dmain.h97 void blank(void);
H A Dmain.c447 blank(); in main()
478 blank(); in main()
H A DMakefile29 toshiba.o bstream.o options.o trackio.o write_image.o blank.o \
/titanic_50/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c136 char buf[8192], c, *cp = buf, *line, *blank, *empty; in wrefresh_file() local
142 blank = NULL; /* cull trailing blanks */ in wrefresh_file()
146 blank = NULL; in wrefresh_file()
147 else if (blank == NULL) in wrefresh_file()
148 blank = cp; in wrefresh_file()
151 if (blank) in wrefresh_file()
152 cp = blank; in wrefresh_file()
/titanic_50/usr/src/cmd/localedef/data/
H A Dctype.sh25 for i in upper lower alpha space cntrl graph print punct digit xdigit blank \
/titanic_50/usr/src/cmd/sh/
H A Dmac.h48 #define blank() prc(SPACE) macro
H A Dblok.c271 blank(); in chkmem()
273 blank(); in chkmem()
/titanic_50/usr/src/cmd/vi/port/
H A Dex_voper.c50 #define blank() isspace(wcursor[0]) macro
1056 while (!margin() && blank()) { in word()
1074 while (blank()) in word()
1106 while (blank()) in eend()
1210 blank(void) in blank() function
/titanic_50/usr/src/cmd/xargs/
H A Dxargs.c96 static wctype_t blank; variable
163 blank = wctype("blank"); in main()
561 if (LINE_CONT && iswctype(last, blank)) { in getarg()
632 if (inquote || escape || ZERO || !iswctype(c, blank)) { in getarg()
/titanic_50/usr/src/cmd/sgs/lex/common/
H A Dsub1.c45 int blank = 0; in getl() local
52 if (!blank) { in getl()
53 blank = 1; in getl()
57 blank = 0; in getl()
61 if (blank) in getl()
/titanic_50/usr/src/lib/libnsl/netselect/
H A Dnetselect.c56 static int blank(char *);
281 if (!(blank(line) || comment(line))) { in getnetlist()
335 if (!(blank(linep) || comment(linep))) { in fgetnetconfig()
596 blank(char *cp) in blank() function
/titanic_50/usr/src/lib/libshell/common/scripts/
H A Dxmldocumenttree1.sh51 while [[ "${s:currattrlen:1}" == ~(E)[[:blank:][:space:]] ]] ; do
H A Drssread.sh103 ~(Eli)Content-Length:[[:blank:]]*[0-9]*)
507 if [[ "$buf" == ~(E)[[:space:][:blank:]] ]] ; then
/titanic_50/usr/src/lib/libc/port/locale/
H A Disdigit.c80 DEFN_ISTYPE(blank, _ISBLANK)
/titanic_50/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c497 char *delim = NULL, *blank = " "; in chip_label_smbios_get() local
531 bufsz += chip_strlen(blank) + in chip_label_smbios_get()
567 (void) strlcat(buf, blank, bufsz); in chip_label_smbios_get()
/titanic_50/usr/src/test/libc-tests/tests/wctype/
H A Dwctype_test.c68 test_ctype(blank); in main()

12345678910