Searched refs:slist (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_list.c165 const char **slist = NULL; local
181 for (slist = sourcelist, scount = 0; *slist != NULL;
182 slist++, scount++) {
185 /* Reset the slist pointer to the start of source list */
186 slist = sourcelist;
195 memcpy(dlist, slist, (sizeof(char *) * copycount));
201 for (slist = sourcelist; *slist != NULL; slist
233 const int *slist = NULL; local
[all...]
H A Dkdb5_ldap_realm.c984 char **slist = {NULL}; local
1050 slist = (char **) calloc(MAX_LIST_ENTRIES, sizeof(char *));
1051 if (slist == NULL) {
1055 if (( retval = krb5_parse_list(argv[i], LIST_DELIMITER, slist))) {
1056 free(slist);
1057 slist = NULL;
1062 while(slist[rparams->subtreecount]!=NULL)
1064 rparams->subtree = slist;
1955 char **slist = NULL; local
1979 for (slist
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dio.h45 typedef struct slist { struct
68 struct slist *io_slist;
107 int find_value(slist_t *slist, char *match_str, int *match_value);
108 char *find_string(slist_t *slist, int match_value);
H A Dio.c75 static int slist_widest_str(slist_t *slist);
93 static int slist_widest_str(slist_t *slist);
1802 find_value(slist, match_str, match_value)
1803 slist_t *slist;
1817 for (; slist->str != NULL; slist++) {
1821 i = strcnt(match_str, slist->str);
1836 *match_value = slist->value;
1850 find_string(slist, match_value)
1851 slist_t *slist;
[all...]
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c189 struct slist { struct
272 printSnymNames(struct slist *slp, struct snymEntry *snymp)
327 struct slist *slist; /* Pointer to allocated slist structures: */ local
330 struct slist *slp; /* For scanning slist */
638 slist = slp = _prof_Malloc(n_syms, sizeof (struct slist));
660 /* and address into slist structur
[all...]
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dsourcefilter.c43 struct sockaddr_storage *slist)
89 (void) memcpy((void *)slist, (void *)gf->gf_slist, cpsize);
103 struct sockaddr_storage *slist)
140 (void) memcpy((void *)gf->gf_slist, (void *)slist,
159 uint32_t *fmode, uint32_t *numsrc, struct in_addr *slist)
185 (void) memcpy((void *)slist, (void *)imsf->imsf_slist, cpsize);
198 uint32_t fmode, uint32_t numsrc, struct in_addr *slist)
215 (void) memcpy((void *)imsf->imsf_slist, (void *)slist,
41 getsourcefilter(int s, uint32_t interface, struct sockaddr *group, socklen_t grouplen, uint32_t *fmode, uint_t *numsrc, struct sockaddr_storage *slist) argument
101 setsourcefilter(int s, uint32_t interface, struct sockaddr *group, socklen_t grouplen, uint32_t fmode, uint_t numsrc, struct sockaddr_storage *slist) argument
158 getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, uint32_t *fmode, uint32_t *numsrc, struct in_addr *slist) argument
197 setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, uint32_t fmode, uint32_t numsrc, struct in_addr *slist) argument
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h74 CHR *slptr = slist;
117 CHR slist[STARTSIZE]; variable
H A Dldefs.h201 extern CHR slist[STARTSIZE];
H A Dparser.y771 for (xp=slist; xp<t; )
783 if(slptr > slist+STARTSIZE) /* note not packed */
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsetlist.c119 setlist(struct cl_attr ***plist, char *slist) argument
145 pt = strtok(slist, " \t\n");
188 cl_sets(char *slist) argument
193 if (slist && *slist) {
194 list_ptr = qstrdup(slist);
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey.c85 char **slist = NULL; /* List of secret key(s) */ variable
165 if (!xencrypt_g(slist[mcount], CURMECH->keylen,
183 (void) memcpy(crypt, slist[0], HEXKEYBYTES);
184 (void) memcpy(crypt + HEXKEYBYTES, slist[0], KEYCHECKSUMSIZE);
217 if (!(slist = (char **)malloc(sizeof (char *) * mcount))) {
300 if (slist[mcount])
301 free(slist[mcount]);
330 slist[mcount] = secret;
334 if (slist[0])
335 free(slist[
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c741 be_snapshot_list_t ** const slist = local
745 if (slist == NULL) {
753 slist[ns] = p;
757 slist[ns] = NULL; /* add terminator */
759 qsort(slist, ns, sizeof (be_snapshot_list_t *),
762 ptrlist[ibe]->be_node_snapshots = slist[0];
764 slist[k]->be_next_snapshot = slist[k + 1];
766 free(slist);
771 be_dataset_list_t ** const slist local
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_conn.c302 uchar_t *slist; local
309 slist = kmem_alloc(ssize, KM_NOSLEEP);
311 if (slist == NULL || flist == NULL) {
312 if (slist != NULL)
313 kmem_free(slist, ssize);
322 sctp_get_saddr_list(eager, slist, ssize);
324 (*cl_sctp_connect)(econnp->conn_family, slist,
624 uchar_t *slist; local
631 slist = kmem_alloc(ssize, KM_SLEEP);
634 sctp_get_saddr_list(sctp, slist, ssiz
[all...]
H A Dsctp_hash.c163 uchar_t *slist; local
188 slist = kmem_alloc(ssize, cansleep ? KM_SLEEP : KM_NOSLEEP);
190 if (slist == NULL || flist == NULL) {
192 if (slist != NULL)
193 kmem_free(slist, ssize);
200 sctp_get_saddr_list(sctp, slist, ssize);
214 cl_sctpi.cl_sctpi_laddrp = slist;
217 kmem_free(slist, ssize);
702 uchar_t *slist; local
706 slist
768 uchar_t *slist; local
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_net_secure.c60 static struct seclist *slist; variable in typeref:struct:seclist
74 slist = tmp2 = tmp1;
128 free(slist);
157 tmp = slist;
/illumos-gate/usr/src/cmd/logadm/
H A Dfn.h57 struct fn_list *fn_list_new(const char * const *slist);
H A Dfn.c348 fn_list_new(const char * const *slist) argument
354 while (slist && *slist)
355 fn_list_adds(fnlp, *slist++);
/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dscsi_status.c39 typedef struct slist { struct
568 find_string(slist_t *slist, int match_value) argument
570 for (; slist->str != NULL; slist++) {
571 if (slist->value == match_value) {
572 return (slist->str);
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y57 %type <iptr> stat, def, slist, dlets, e
58 %type <iptr> slist, re, fprefix, cargs, eora, cons, constant, lora
106 | start def dargs ')' '{' dlist slist '}'
154 | '{' slist '}'
219 slist : stat label
220 | slist tail stat
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py859 slist = ""
861 slist = slist + sect + "\t"
864 "\n\n" + slist
875 slist = ""
877 slist = slist + sect + "\t"
880 "\n\n" + slist
/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh888 slist=`echo $clist | sed -e s/","/" "/g`
889 echo $slist
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c81 typedef struct slist { struct
138 static int32_t find_value(slist_t *slist, char *str, int32_t *value);
678 find_value(slist_t *slist, char *match_str, int32_t *match_value) argument
690 for (; slist->str != NULL; slist++) {
694 i = strcnt(match_str, slist->str);
710 *match_value = slist->value;
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c62 typedef struct slist { struct
68 find_string(slist_t *slist, int match_value) argument
70 for (; slist->str != NULL; slist++) {
71 if (slist->value == match_value) {
72 return (slist->str);
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h344 extern int setlist __P((struct cl_attr ***plist, char *slist));
350 extern void cl_sets __P((char *slist));
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c2406 sasl_string_list_t *clist = NULL, *slist = NULL, *olist = NULL; local
2415 slist = _sasl_server_mechs(gctx);
2420 slist = _sasl_server_mechs();
2424 olist = slist;
2428 /* append slist to clist, and set olist to clist */
2429 for(p = slist; p; p = p_next) {

Completed in 111 milliseconds

12