Searched refs:blank (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_05_strings.ksh28 "blank":"",\
29 "":"blank key",\
48 add_string "blank" "";
49 add_string "" "blank key";
/illumos-gate/usr/src/cmd/localedef/data/
H A Dctype.sh25 for i in upper lower alpha space cntrl graph print punct digit xdigit blank \
/illumos-gate/usr/src/cmd/cdrw/
H A Dmain.h97 void blank(void);
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...]
H A DMakefile29 toshiba.o bstream.o options.o trackio.o write_image.o blank.o \
H A Dmain.c447 blank();
473 /* no need to erase blank media */
478 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/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/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/lib/libc/port/locale/
H A Disdigit.c80 DEFN_ISTYPE(blank, _ISBLANK)
H A Diswctype.c138 DEFN_ISWTYPE(blank, _CTYPE_B)
/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/lib/libshell/common/scripts/
H A Dxmldocumenttree1.sh51 while [[ "${s:currattrlen:1}" == ~(E)[[:blank:][:space:]] ]] ; do
60 #x="foo=bar huz=123" ; print "${x##~(E)[[:alnum:]_-:]*=[^[:blank:]\"]*}"
65 #x='foo="bar=o" huz=123' ; print "${x##~(E)([[:alnum:]_-:]*=[^[:blank:]\"]*|[[:alnum:]_-:]*=\"[^\"]*\"|[[:alnum:]_-:]*=\'[^\"]*\')}"
66 nextattr="${s##~(E)([[:alnum:]_-:]*=[^[:blank:]\"]*|[[:alnum:]_-:]*=\"[^\"]*\"|[[:alnum:]_-:]*=\'[^\"]*\'|[[:alnum:]_-:]*)}"
204 if [[ "$buf" == ~(E)[[:space:][:blank:]] ]] ; then
205 namebuf="${buf%%~(E)[[:space:][:blank:]].*}"
206 attrbuf="${buf#~(E).*[[:space:][:blank:]]}"
H A Dshtinyurl.sh73 response.content_type="${i/~(El).*:[[:blank:]]*/}"
75 ~(Eli)Content-Length:[[:blank:]]*[0-9]*)
76 integer response.content_length="${i/~(El).*:[[:blank:]]*/}"
79 response.transfer_encoding="${i/~(El).*:[[:blank:]]*/}"
H A Dshnote.sh105 response.content_type="${i/~(El).*:[[:blank:]]*/}"
107 ~(Eli)Content-Length:[[:blank:]]*[0-9]*)
108 integer response.content_length="${i/~(El).*:[[:blank:]]*/}"
111 response.transfer_encoding="${i/~(El).*:[[:blank:]]*/}"
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmerge_help.awk82 sub("[[:blank:]]+$", "");
83 if (help[ind, "text"] == 0 && $0 ~ /^[[:blank:]]*$/) next;
/illumos-gate/usr/src/test/libc-tests/tests/wctype/
H A Dwctype_test.c68 test_ctype(blank);
/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/cmd/sh/
H A Dblok.c271 blank();
273 blank();
/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/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/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/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);

Completed in 3211 milliseconds

12