Home
last modified time | relevance | path

Searched refs:space (Results 26 – 50 of 563) sorted by path

12345678910>>...23

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1339 unsigned char space[64]; in sync_kern() member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_netbios.c67 uchar_t space; /* padding */ member
/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_mib.c64 uint8_t space[sizeof (struct T_optmgmt_ack) + in conn_walk() member
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c449 boolean_t space = B_FALSE; in ctfdump_intenc_name() local
460 space == B_TRUE ? " " : ""); in ctfdump_intenc_name()
461 space = B_TRUE; in ctfdump_intenc_name()
466 space == B_TRUE ? " " : ""); in ctfdump_intenc_name()
467 space = B_TRUE; in ctfdump_intenc_name()
472 space == B_TRUE ? " " : ""); in ctfdump_intenc_name()
473 space = B_TRUE; in ctfdump_intenc_name()
478 space == B_TRUE ? " " : ""); in ctfdump_intenc_name()
479 space = B_TRUE; in ctfdump_intenc_name()
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c1015 int space; in readhash() local
1021 space = 0; in readhash()
1079 space++; in readhash()
1091 if (space && !wflag) { in readhash()
1093 space = 0; in readhash()
/illumos-gate/usr/src/cmd/eqn/
H A Dlex.c36 void space(void);
156 space(); in yylex()
247 space(void) /* collect line of form "space amt" to replace \x in output */ in space() function
H A Dmatrix.c36 char *space; in matrix() local
38 space = "\\ \\ "; in matrix()
76 printf("\\*(%d%s", val[i], i == ncol-1 ? "" : space); in matrix()
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c4868 size_t space; local
4882 space = strlen(DEFAULT_PATH) + strlen(devname) + 1;
4884 if ((node = malloc(space)) == NULL) {
4892 space -= strlen(DEFAULT_PATH);
4893 (void) strlcpy(node + strlen(DEFAULT_PATH), devname, space);
/illumos-gate/usr/src/cmd/fm/dicts/
H A DSUNOS.po327 …ormance impact while the panic is copied to the savecore directory. Disk space usage by panics ca…
/illumos-gate/usr/src/cmd/format/
H A Dmisc.c121 space2str(uint_t space) in space2str() argument
125 switch (space&SP_BUSMASK) { in space2str()
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c1199 int space = 0; in parse_fastboot_args() local
1212 space = 1; in parse_fastboot_args()
1214 bcopy(&unixfile[mplen], &bootargs_buf[mplen + space], in parse_fastboot_args()
1217 off += unixlen + space + 1; in parse_fastboot_args()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c655 configSize = sizeof (buf->space) +
H A Dcachemgr.h50 char space[BUFFERSIZE]; member
/illumos-gate/usr/src/cmd/look/
H A Dwords21197 space
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dmsg.source153 "No space to allocate temp files."
818 …"This is probably due to a full spooling\nfile system. If it is, clean out files\nto free up space
/illumos-gate/usr/src/cmd/lp/model/
H A Dstandard115 # long, so you only have space for one more character to make
H A Dtsol_standard114 # long, so you only have space for one more character to make
H A Dtsol_standard_foomatic117 # long, so you only have space for one more character to make
/illumos-gate/usr/src/cmd/mailx/
H A Dfio.c71 if (!space) { in setptr()
74 space = 32; in setptr()
77 (struct message *)calloc(space, sizeof (struct message)); in setptr()
81 space); in setptr()
185 if (msgCount >= space) { in setptr()
190 if (space < 512) in setptr()
191 space = space*2; in setptr()
193 space += 512; in setptr()
198 space*(sizeof (struct message))); in setptr()
203 space); in setptr()
H A Dinit.c135 int space; /* Current maximum number of messages */ variable
H A Dlex.c175 space = 0; in setfile()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h122 extern int space; /* Current maximum number of messages */
/illumos-gate/usr/src/cmd/make/lib/makestate/
H A Dld_file.c99 char lockfile[MAXPATHLEN], *err, *space, *target; in mk_state_update_exit() local
106 if ((space = strchr(depend_file, ' ')) == NULL) in mk_state_update_exit()
108 *space = '\0'; in mk_state_update_exit()
109 target = &space[1]; in mk_state_update_exit()
130 *space = ' '; in mk_state_update_exit()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tab.c97 uint_t space = 0; in tab_get_dcmd() local
106 space = 1; in tab_get_dcmd()
112 if (space) in tab_get_dcmd()
132 uint_t space = *flags & DCMD_TAB_SPACE; in tab_count_args() local
138 space = 1; in tab_count_args()
143 space = 0; in tab_count_args()
150 if (space) in tab_count_args()
/illumos-gate/usr/src/cmd/more/
H A Dmore.help5 <space> Display next k lines of text [current screen size]

12345678910>>...23