Searched refs:group (Results 1 - 25 of 37) sorted by relevance

12

/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/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/ss/
H A DMakefile7 $(LIBDIR) :INSTALLDIR: group=kmem mode=ug+s,+x preserve=1 ssd macro
/ast/src/cmd/dsslib/ip_t/
H A Direexec.h74 if (*cp == ire->group && ire->group)
127 if (*lp++ == ire->group && ire->group)
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/lib/libast/regex/
H A Dregdecomp.c94 if (decomp(e->re.group.expr.binary.left, sp, type, delimiter, flags))
97 if (e->re.group.expr.binary.right && decomp(e->re.group.expr.binary.right, sp, type, delimiter, flags))
147 if (decomp(e->re.group.expr.rex, sp, type, delimiter, flags))
324 if (decomp(e->re.group.expr.rex, sp, type, delimiter, flags))
332 if (decomp(e->re.group.expr.binary.left, sp, type, delimiter, flags))
335 if (decomp(e->re.group.expr.binary.right, sp, type, delimiter, flags))
342 if (decomp(e->re.group.expr.rex, sp, type, delimiter, flags))
352 if (decomp(e->re.group.expr.rex, sp, type, delimiter, flags))
359 if (e->re.group
[all...]
H A Dregnexec.c237 #define matchpush(e,x) ((x)->re.group.number?_matchpush(e,x):0)
238 #define matchcopy(e,x) do if ((x)->re.group.number) { Match_frame_t* fp = (void*)stkframe(stkstd)->data; memcpy(fp->match, fp->save, fp->size); } while (0)
239 #define matchpop(e,x) do if ((x)->re.group.number) { Match_frame_t* fp = (void*)stkframe(stkstd)->data; memcpy(fp->match, fp->save, fp->size); stkpop(stkstd); } while (0)
256 if (rex->re.group.number <= 0 || (num = rex->re.group.last - rex->re.group.number + 1) <= 0)
264 f->match = m = env->match + rex->re.group.number;
408 DEBUG_TEST(0x0010,(sfprintf(sfstdout, "AHA#%04d 0x%04x parserep %s %d %d %d %d `%-.*s'\n", __LINE__, debug_flag, rexname(rex->re.group.expr.rex), rex->re.group.number, rex->lo, n, rex->hi, env->end - s, s)),(0));
444 DEBUG_TEST(0x0004,(sfprintf(sfstdout,"AHA#%04d 0x%04x PUSH %d (%z,%z)(%z,%z)(%z,%z) (%z,%z)(%z,%z)(%z,%z)\n", __LINE__, debug_flag, rex->re.group
[all...]
H A Dregcomp.c203 drop(disc, e->re.group.expr.binary.left);
204 drop(disc, e->re.group.expr.binary.right);
214 drop(disc, e->re.group.expr.rex);
246 if (e->re.group.expr.binary.left)
247 mark(e->re.group.expr.binary.left, set);
248 if (e->re.group.expr.binary.right)
249 mark(e->re.group.expr.binary.right, set);
260 mark(e->re.group.expr.rex, set);
280 if (e->re.group.expr.binary.left)
281 n = serialize(env, e->re.group
[all...]
/ast/src/lib/libast/string/
H A Dstrgid.c51 extern struct group* getgrgid(gid_t);
52 extern struct group* getgrnam(const char*);
73 register struct group* gr;
H A Dfmtgid.c46 extern struct group* getgrgid(gid_t);
64 register struct group* gr;
/ast/src/lib/libtk/compat/
H A Dunistd.h38 extern int chown _ANSI_ARGS_((CONST char *path, uid_t owner, gid_t group));
60 extern int setgid _ANSI_ARGS_((gid_t group));
69 extern int fchown _ANSI_ARGS_((int fd, uid_t owner, gid_t group));
74 extern int setegid _ANSI_ARGS_((gid_t group));
/ast/src/lib/libdss/
H A Dcxeval.c56 if (expr->group)
58 if (cxbeg(cx, expr->group, method))
103 if (expr->group)
105 if (cxend(cx, expr->group))
190 if ((t = expr->group ? eval(cx, expr->group, data, rv) : expr->query->sel ? (*expr->query->sel)(cx, expr, data, cx->disc) : expr->query->prog ? execute(cx, expr, expr->query->prog, data, rv, cx->disc) : 1) < 0)
/ast/src/cmd/jcl/
H A DJCL.mk28 :COSHELL: service=event db=$(JCLEVENTS) coshell $(JCLGROUP:+group=$(JCLGROUP))
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/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/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/sortlib/sync/
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...]
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
/ast/src/cmd/INIT/
H A Diffe.sh163 *) ii=$*; mm="a library group" ;;
243 case $group in
306 case $group in
830 successful group is found.]
1873 group=
2125 -) group=$group$1
2126 case $group in
2138 -l*) case $group in
2147 case $group i
[all...]
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...]
/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/cmd/re/
H A DMakefile43 perl.dat minimal.dat escape.dat group.dat haskell.dat \

Completed in 63 milliseconds

12