Searched defs:space (Results 1 - 25 of 102) sorted by relevance

12345

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwaddch.c100 chtype space = ' ' | rawattrs; local
107 space) == ERR)
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_scheme.c70 * columns, space for a nis_attr array with at least q->components->
76 schemeQuery2nisAttr(db_query *q, nis_attr *space, db_scheme *s, argument
83 if (q == 0 || space == 0 || s == 0 || t == 0 || numAttr == 0)
104 a = space;
/illumos-gate/usr/src/cmd/eqn/
H A Dmatrix.c38 char *space; local
40 space = "\\ \\ ";
78 printf("\\*(%d%s", val[i], i == ncol-1 ? "" : space);
H A Dlex.c38 void space(void);
158 space();
249 space(void) /* collect line of form "space amt" to replace \x in output */ function
255 if (dbg) printf(".\tsetting space to %s\n", token);
267 error(FATAL, gettext("out of space in strsave on %s"), s);
/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Derrtext.c165 static char space[] = ",\t\n"; local
170 for (token = errstrtok(buf, space); token;
171 token = errstrtok((char *)0, space)) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_nlist.c41 struct nlist space[BSIZ/sizeof (struct nlist)]; local
62 m = MIN(n, sizeof (space));
64 if (read(fd, (char *)space, m) != m)
68 for (q = space; (m -= sizeof (struct nlist)) >= 0; q++) {
H A Dgetttyent.c140 #define space(x) ((c = p[x]) == ' ' || c == '\t' || c == '\n') macro
141 if (strncmp(p, "on", 2) == 0 && space(2))
143 else if (strncmp(p, "off", 3) == 0 && space(3))
145 else if (strncmp(p, "secure", 6) == 0 && space(6))
147 else if (strncmp(p, "local", 5) == 0 && space(5))
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dtempnam.c104 pcopy(char *space, const char *arg) argument
109 (void) strcpy(space, arg);
110 p = space-1+strlen(space);
111 while ((p >= space) && (*p == '/'))
114 return (space);
/illumos-gate/usr/src/cmd/auditrecord/
H A Dauditrecord.pl235 $~ = 'space';
376 $~ = 'space';
616 format space = format
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_encode_nm.c54 ** space to write leb number is provided by caller, with caller
60 char *space, int splen)
63 char *end = space + splen;
65 a = space;
80 *nbytes = a - space;
85 ** space to write leb number is provided by caller, with caller
92 char *space, int splen)
97 char *end = space + splen;
99 str = space;
121 *nbytes = str - space;
59 _dwarf_pro_encode_leb128_nm(Dwarf_Unsigned val, int *nbytes, char *space, int splen) argument
91 _dwarf_pro_encode_signed_leb128_nm(Dwarf_Signed value, int *nbytes, char *space, int splen) argument
[all...]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_input.c201 int space; local
226 space = sp->s_nframes - (sp->s_head - sp->s_tail);
227 if (count > space) {
230 sp->s_errors += count - space;
231 count = space;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmach_descrip.h71 uint64_t space; /* space allocated for MD */ member in struct:machine_descrip_s
/illumos-gate/usr/src/cmd/sgs/libldmake/common/
H A Dld_file.c108 char lockfile[MAXPATHLEN], *err, *space, *target; local
115 if ((space = strchr(depend_file, ' ')) == NULL)
117 *space = '\0';
118 target = &space[1];
139 *space = ' ';
/illumos-gate/usr/src/cmd/make/lib/makestate/
H A Dld_file.c103 char lockfile[MAXPATHLEN], * err, * space, * target; local
110 if ((space = strchr(depend_file, ' ')) == NULL)
112 *space = '\0';
113 target = &space[1];
134 *space = ' ';
/illumos-gate/usr/src/cmd/calendar/
H A Dcalprog.c224 int space = 0; local
232 space++;
236 if (space) {
242 space = 0;
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.h50 char space[BUFFERSIZE]; member in union:__anon733
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dprocmap.c58 static int space = -1; variable
74 if (space != -1) {
75 ar_free(space);
76 space = -1;
169 * have been copied into dup space yet, do that.
209 space = ar_create(EPTMALLOC, (unsigned)sizeof (struct cfent),
211 if (space == -1) {
240 ept_ptr = (struct cfent **)ar_next_avail(space);
255 (void) ar_delete(space, eptnum);
262 /* setup a pointer array to point to malloc'd entries space */
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.h57 long cntlsize; /* size of max cntl space (should be a */
66 char *iindex; /* ptr to space for superindex */
67 char *logblk; /* ptr to space for a logical block */
76 unsigned char space; /* number of longs of growth space */ member in struct:__anon4456
/illumos-gate/usr/src/lib/libshare/common/
H A Dplugin.c366 * sa_proto_valid_space(proto, space)
368 * Check if space is valid optionspace for proto.
383 * sa_proto_space_alias(proto, space)
385 * If the name for space is an alias, return its proper name. This is
389 sa_proto_space_alias(char *proto, char *space) argument
392 char *ret = space;
395 ret = ops->sa_space_alias(space);
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmallint.h105 char space[1]; /* start of space to allocate. */ member in struct:holdblk
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_netbios.c69 uchar_t space; /* padding */ member in struct:callnames
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_svcout.c729 print_return(char *space) argument
732 f_print(fout, "%sexit(0);\n", space);
739 space);
741 f_print(fout, "%s_rpcsvccount--;\n", space);
742 f_print(fout, "%s_rpcsvcstate = _SERVED;\n", space);
746 space);
749 f_print(fout, "%sreturn; /* CSTYLED */\n", space);
753 print_pmapunset(char *space) argument
765 space, def->def_name, vp->vers_name);
772 print_err_message(const char *space, cons argument
[all...]
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c74 space(int ch) function
225 while (space(*s))
503 if (!space(c))
/illumos-gate/usr/src/cmd/sh/
H A Dctype.h95 #define space(c) ((c<QUOTE) && _ctype1[c]&(T_SPC)) macro
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dcopy_auth.c193 size_t space; member in struct:find_authdata_context
202 if (fctx->length == fctx->space) {
204 if (fctx->space >= 256) {
209 sizeof (krb5_authdata *)*(2*fctx->space+1));
213 fctx->space *=2;
265 fctx.space = 2;
266 fctx.out = calloc(fctx.space+1, sizeof (krb5_authdata *));

Completed in 99 milliseconds

12345