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

/sendmail/devtools/bin/
H A Dinstall.sh16 group=""
40 -g) group=$2
114 # Change group if requested
115 if [ ! -z "$group" ]
117 chgrp $group $dst
/sendmail/libsm/
H A Dstrdup.c141 ** group -- heap group
151 sm_strdup_tagged_x(s, file, line, group)
154 int line, group;
160 d = sm_malloc_tagged_x(l, file, line, group);
H A Dheap.c208 ** Each allocated block is assigned a "group number".
209 ** By default, all blocks are assigned to group #1.
210 ** By convention, group #0 is for memory that is never freed.
211 ** You can use group numbers any way you want, in order to help make
352 ** group -- heap group for debugging.
359 sm_malloc_tagged(size, tag, num, group)
363 int group;
383 if (ptr != NULL && !sm_heap_register(ptr, size, tag, num, group))
403 ** group
[all...]
H A Drpool.c107 ** group -- heap group for debugging.
126 sm_rpool_malloc_tagged_x(rpool, size, file, line, group)
131 int group;
141 return sm_malloc_tagged_x(size, file, line, group);
206 ** group -- heap group for debugging.
222 sm_rpool_malloc_tagged(rpool, size, file, line, group)
227 int group;
237 return sm_malloc_tagged(size, file, line, group);
[all...]
/sendmail/include/sm/
H A Dstring.h48 sm_strdup_tagged_x __P((const char *str, char *file, int line, int group));
58 # define sm_strdup_tagged_x(str, file, line, group) \
59 strcpy(sm_malloc_tagged_x(strlen(str) + 1, file, line, group), str)
H A Dconf.h1326 extern struct group *getgrgid();
1327 extern struct group *getgrnam();
1631 extern struct group *getgrent(), *getgrnam(), *getgrgid();
2135 extern struct group *getgrent(), *getgrnam(), *getgrgid();
2277 ** Fujitsu Fresoftware group <dsfrsoft@oai6.yk.fujitsu.co.jp>.
/sendmail/libsmutil/
H A Dsafefile.c27 ** gid -- group id to compare against.
28 ** user -- user name to compare against (used for group
56 register struct group *gr = NULL;
378 ** gid -- group id to compare against.
379 ** user -- user name to compare against (used for group
408 register struct group *gr = NULL;
/sendmail/sendmail/
H A Dmain.c166 int qgrp = NOQGRP; /* queue group to process */
180 char *queuegroup = NULL; /* queue group to process */
320 /* save initial group set for future checks */
331 /* drop group id privileges (RunAsUser not yet set) */
1011 case 'G': /* Limit by queue group name */
1942 usrerr("Queue group %s unknown", queuegroup);
1979 /* Selecting a particular queue group to run */
2222 ** To run a specific queue group mark it to
2223 ** be run, select the work group it's in and
2399 ** To run a specific queue group mar
2444 int group; local
[all...]
H A Dreadcf.c1188 ** Q -- the queue group for the mailer
1456 struct group *gr;
1463 syserr("mailer %s: null group name",
1470 syserr("readcf: mailer U= flag: unknown group %s", q);
2744 register struct group *gr;
2749 syserr("readcf: option %c: unknown group %s",
3042 /* handle the group if it is there */
3223 case O_MAXRUNNERSPERQUEUE: /* max # runners in a queue group */
3308 case O_UGW: /* group writable files are unsafe */
3373 "WARNING: RunAsUser for MSP ignored, check group id
[all...]

Completed in 98 milliseconds