/titanic_50/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm_ckpt.c | 179 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 D | crossref.c | 207 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 D | json_05_strings.ksh | 28 "blank":"",\ 29 "":"blank key",\
|
/titanic_50/usr/src/cmd/banner/ |
H A D | banner.c | 180 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 D | gprof.flat.blurb | 14 this function is profiled, else blank. 18 else blank. 22 function is profiled, else blank.
|
/titanic_50/usr/src/cmd/mailx/ |
H A D | edit.c | 97 int *ip, mesg, blank = 1; in edit1() local 228 blank = lastc == '\n'; in edit1() 236 if (!blank) { in edit1()
|
H A D | cmd4.c | 194 int blank; in loadmsg() local 240 blank = lastc == '\n'; in loadmsg() 248 if (!blank) { in loadmsg()
|
/titanic_50/usr/src/cmd/nl/ |
H A D | nl.c | 114 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 D | blank.c | 49 blank(void) in blank() function 257 blank(); in blank()
|
H A D | main.h | 97 void blank(void);
|
H A D | main.c | 447 blank(); in main() 478 blank(); in main()
|
H A D | Makefile | 29 toshiba.o bstream.o options.o trackio.o write_image.o blank.o \
|
/titanic_50/usr/src/cmd/avs/sdbc/ |
H A D | sd_trace.c | 136 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 D | ctype.sh | 25 for i in upper lower alpha space cntrl graph print punct digit xdigit blank \
|
/titanic_50/usr/src/cmd/sh/ |
H A D | mac.h | 48 #define blank() prc(SPACE) macro
|
H A D | blok.c | 271 blank(); in chkmem() 273 blank(); in chkmem()
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_voper.c | 50 #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 D | xargs.c | 96 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 D | sub1.c | 45 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 D | netselect.c | 56 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 D | xmldocumenttree1.sh | 51 while [[ "${s:currattrlen:1}" == ~(E)[[:blank:][:space:]] ]] ; do
|
H A D | rssread.sh | 103 ~(Eli)Content-Length:[[:blank:]]*[0-9]*) 507 if [[ "$buf" == ~(E)[[:space:][:blank:]] ]] ; then
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | isdigit.c | 80 DEFN_ISTYPE(blank, _ISBLANK)
|
/titanic_50/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_smbios.c | 497 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 D | wctype_test.c | 68 test_ctype(blank); in main()
|