Searched defs:group (Results 1 - 18 of 18) sorted by relevance

/ast/src/cmd/ss/
H A DMakefile7 $(LIBDIR) :INSTALLDIR: group=kmem mode=ug+s,+x preserve=1 ssd macro
/ast/src/cmd/dsslib/ip_t/
H A Dire.h61 unsigned long group; /* embedded group mark */ member in struct:Ire_s
H A Ditlie.h44 ITLEXTERNAL(Cx_t* cx, Cxtype_t* type, int dots, int tuple, int group, const char* details, Cxformat_t** formats, Cxvalue_t* value, char* buf, size_t size, Cxdisc_t* disc) argument
83 g = j + 1 + !group;
186 ITLINTERNAL(Cx_t* cx, Cxvalue_t* value, int dots, int tuple, int group, const char* buf, size_t size, Vmalloc_t* vm, Cxdisc_t* disc) argument
227 if (group && n == (ITLINT)(~0))
245 if (group)
H A Dire.c129 irecomp(const char* pattern, int element, int dots, int tuple, int group, Iredisc_t* disc) argument
230 ire->group = 0xff;
234 ire->group = 0xffff;
238 ire->group = 0xffffffff;
242 sfprintf(sfstderr, "ire: element=%d tuple=%d group=%d left=%d right=%d must=%d type=%d\n", ire->element, ire->tuple, ire->group, ire->left, ire->right, ire->must, ire->type);
342 if (!group)
/ast/src/cmd/cs/vcs_src/
H A Difs_news.c117 /* 215 Newsgroups in form "group high low flags". */
127 NewsEnterGroup( srv, group, lpath )
129 char *group;
141 if( strcmp( group, oldgroup ) == 0 )
145 NewsData.Group[ nFile->socket ] = strdup( group );
146 NewsCommand( nFile, "GROUP", group );
149 logit( "<news>: unknown group\n" );
154 /* 211 num min max group-name */
188 NewsGetArticle( srv, group, article )
190 char *group;
267 char group[ STRLEN ]; local
[all...]
/ast/src/lib/libcmd/
H A Did.c35 "group IDs and the corresponding user and group names of the "
40 "the user and group IDs and any supplementary group IDs of the "
47 "[g:group?Writes only the group ID.]"
49 "[G:groups?Writes only the supplementary group IDs.]"
197 register struct group* grp;
213 gid_t group; local
235 error(ERROR_exit(1), "out of space [group arra
[all...]
/ast/src/cmd/ksh93/sh/
H A Dsuid_exec.c24 * It must not have the set group id bit set. This program must be installed
35 * user and group id correctly, and then exec the shell.
120 * group, and setuid/gid bits correctly set. This copy of
204 /* compute the desired new effective user and group id */
213 /* see if group needs setting */
344 static void setids(int mode,int owner,int group) argument
347 setregid(rgroupid,group);
364 static void setids(int mode,uid_t owner,gid_t group) argument
418 * child takes on desired user and group. The only
424 if((mode & S_ISGID) && setgid(group) <
[all...]
/ast/src/cmd/pzip/
H A Drectify.c65 "[g!:group?Group output in 4's.]"
118 int group; member in struct:__anon198
219 x = state.group ? (b + n) : b;
501 state.group = 1;
521 state.group = opt_info.num;
/ast/src/lib/libcs/
H A Dcsopen.c33 * perm: {user[=euid],group[=egid],other(default)}
618 char* group = 0; local
748 group = s ? s : "";
885 if (s = group)
/ast/src/cmd/dsslib/stats/
H A Dstats.c34 "[g:group?Group by values in \afield\a. More than one \b--group\b may be "
105 Group_t* group; member in struct:Print_s
117 Group_t* group; member in struct:State_s
149 Group_t* group; local
172 group = state->group;
175 if (!group)
181 if (group->variable == variable)
183 group
197 Group_t* group; local
281 register Group_t* group; local
316 Group_t* group; local
527 register Group_t* group; local
622 Group_t* group; local
697 register Group_t* group; local
[all...]
/ast/src/cmd/sortlib/sync/
H A Dss.h130 struct Ssgroup_s /* file group circular list */
132 Ssgroup_t* next; /* next in group (circular) */
143 Ssfile_t* next; /* next file group */
144 Ssgroup_t* group; /* file group */ member in struct:Ssfile_s
H A Dss.c385 (*ss->disc->errorf)(NiL, ss->disc, 2, "%s: %svalue expected", s, (flags & LEX_GROUP) ? "group " : null);
1390 * add a file group member to the circular group list
1394 group(Ss_t* ss, Ssfile_t* fp, const char* id) function
1408 fp->group = gp;
1410 gp->next = fp->group;
1672 if (group(ss, fp, s))
1677 else if (group(ss, fp, s))
1695 if (!fp->group)
1698 (*disc->errorf)(NiL, disc, 2, "FILES or FNAMES expected in OUTFIL group");
[all...]
/ast/src/lib/libpp/
H A Dppproto.c605 int group = 0; local
948 group = 0;
1012 if (!strncmp(proto->tp, "inline", 6) && !(flags & (MATCH|SKIP|TOKENS|TYPEDEF)) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0))
1137 if (!(flags & CLASSIC) || group <= 1)
1143 if (group++ == 0) group++;
1195 if (group != 2)
1200 group++;
1209 if (last == '(' && group == 2)
1211 group
[all...]
/ast/src/cmd/jcl/
H A Djcm.c508 assert(register Jcmjob_t* job, register Jcmlist_t* reqs, register Jcmlist_t* deps, Jcmevent_t* group) argument
516 if (group)
517 group->reqs = append(group->reqs, event);
640 register Jcmevent_t* group; local
772 appl = base = group = 0;
803 /* XXX: group info */
829 assert(job, reqs, deps, group);
836 group = getevent(s+1, NiL, 1, 0, 0);
837 appl->reqs = append(appl->reqs, group);
[all...]
/ast/src/cmd/dsslib/bgp/
H A Dbgp-mrt.c91 int group; member in struct:Mrtstate_s
239 symbol(int group, int index) argument
243 switch (group)
733 (*disc->errorf)(NiL, disc, 1, "%u: unknown mcast group length", i);
1196 rp->attr |= state->group;
1197 state->group |= BGP_PART;
1244 state->group ^= BGP_MESSAGE;
1245 state->group &= ~BGP_PART;
/ast/src/lib/libast/regex/
H A Dreglib.h110 #define REX_GROUP_COND 28 /* conditional group */
111 #define REX_GROUP_COND_CATCH 29 /* conditional group catcher */
378 int number; /* group number */
379 int last; /* last contained group number */
382 regflags_t flags; /* group flags */
517 Group_t group; /* a|b or rep */ member in union:Rex_s::__anon302
518 Group_catch_t group_catch; /* group catcher */
/ast/src/lib/libdss/
H A Dcx.h551 Cxexpr_t* group; /* group */ member in struct:Cxexpr_s
/ast/src/cmd/INIT/
H A Dproto.c2871 int group = 0; local
3214 group = 0;
3278 if (!sstrncmp( proto->tp, "inline", 6) && !(flags & ((1L<<15)|(1L<<23)|(1L<<25)|(1L<<26))) && proto->brace == 0 && paren == 0 && group == 0 && (last == ';' || last == '}' || last == '\n' || last == 0))
3403 if (!(flags & (1L<<0)) || group <= 1)
3409 if (group++ == 0) group++;
3461 if (group != 2)
3466 group++;
3475 if (last == '(' && group == 2)
3477 group
[all...]

Completed in 58 milliseconds