Searched refs:list (Results 251 - 275 of 536) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c49 free_list(char **list) argument
53 if (list == NULL)
56 for (i = 0; list[i] != NULL; i++)
57 free(list[i]);
58 free(list);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs451 SV *list;
457 list = newSVpv("", 0);
460 sv_catpvf(list, "%d,", *simmstatp);
462 sv_catpvf(list, "%d", *simmstatp);
463 hv_store(self, "status", 6, list, 0);
476 SV *list;
478 list = newSVpv("", 0);
480 sv_catpvf(list, "%d,", *shortp);
482 sv_catpvf(list, "%d", *shortp);
483 return (list);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm1137 =head2 General behaviour in list contexts
1139 In a list context, all the subroutines return a list, the first three
1161 Note that in a list context, the contents of the original input text (the first
1166 extracted text. That means that in a list context the various
1237 In list context, C<extract_delimited> returns a array of three
1263 # (note the list context to protect $text from modification):
1302 A "delimiter bracket" is a bracket in list of delimiters passed as
1312 type of bracket not in the delimiter list is treated as an ordinary
1323 then a call to C<extract_bracketed> in a list contex
[all...]
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_upgrade.c314 sa_upgrade_dump_list(nvlist_t *list, int ident, boolean_t is_log_smf) argument
320 nvp = nvlist_next_nvpair(list, NULL);
349 nvp = nvlist_next_nvpair(list, nvp);
357 * dumping the list. If is_log_smb is set to true, the output is logged to SMF
361 sa_upgrade_dump(nvlist_t *list, boolean_t is_log_smf, char *title) argument
369 sa_upgrade_dump_list(list, 2, is_log_smf);
378 sa_upgrade_get_nvlist(nvlist_t *list, char *name) argument
382 if ((list == NULL) || (name == NULL))
385 if (nvlist_lookup_nvlist(list, name, &rlist) != 0)
439 sa_upgrade_add_nvlist(nvlist_t *list, cha argument
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.c196 /* put inode into range list */
237 * usage - Print a list of the parameters to the program
239 * Print a list of the parameters and options for the program.
731 struct filename *f = list_entry(item, struct filename, list);
746 struct data *d = list_entry(item, struct data, list);
888 * linked list of filenames in the file object. For convenience, the unicode
961 list_add_tail(&name->list, &file->name);
980 * list of data streams in the file object.
1043 list_add_tail(&data->list, &file->data);
1180 data = list_entry(pos, struct data, list);
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c78 static int vmonlist(Block_t* list, Block_t* b) argument
80 static int vmonlist(list,b)
81 Block_t* list;
85 for(; list; list = LINK(list))
86 if(list == b)
132 /* check the list that b is supposed to be in */
137 /* on occasions, b may be put onto the catch-all list */
181 Block_t* freeb; /* known to be free but not on any free list */
379 reg Block_t *fp, *np, *t, *list; local
[all...]
H A Dvmprofile.c62 { Pfobj_t* next; /* next in linked list */
361 reg Pfobj_t *pf, *list, *next, *last; local
378 list = NIL(Pfobj_t*);
393 /* put on output list */
394 pf->next = list;
395 list = pf;
424 list = pfsort(list);
425 for(pf = list; pf; )
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c569 PerlIO_list_t *list; local
570 Newz('L', list, 1, PerlIO_list_t);
571 list->refcnt = 1;
572 return list;
576 PerlIO_list_free(pTHX_ PerlIO_list_t *list) argument
578 if (list) {
579 if (--list->refcnt == 0) {
580 if (list->array) {
582 for (i = 0; i < list->cur; i++) {
583 if (list
594 PerlIO_list_push(pTHX_ PerlIO_list_t *list, PerlIO_funcs *funcs, SV *arg) argument
614 PerlIO_list_t *list = (PerlIO_list_t *) NULL; local
[all...]
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh465 /usr/sbin/zfs list -H -o name,mountpoint "$path" 2>/dev/null | \
962 list=$(cd "$source_dir" && ls -d * | egrep -v "$filt")
963 flist=$(for i in $list
1528 /usr/sbin/zfs list -H -o name -t filesystem,volume -r \
1536 if /usr/sbin/zfs list "${zone.rpool_ds}/$rdsn" \
1561 # to the move list (or not added because its parent was
1635 /usr/sbin/zfs list -H -o name -t filesystem,volume "$topdsn" \
1656 if ! zonecfg_has_export zone && ! /usr/sbin/zfs list -H -o name \
1686 children=$(/usr/sbin/zfs list -Hr -d 1 -t snapshot -o name "$dsn" | \
1700 if [[ "$(zfs list
[all...]
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c78 void free_null_terminated_list(char **list);
325 * DESCRIPTION: Gets a list of domain names specified, by nisLDAPdomainContext
346 * DESCRIPTION: Gets a list of domain names specified, by the
348 * is the list of domains for which passwords should be changed.
367 * DESCRIPTION: Frees a map list.
369 * GIVEN : Pointer to the map list.
382 * DESCRIPTION: Gets a list of either passwd or passwd.adjunct map files
393 * GIVEN : Flag indicating if a list is required for passwd or
395 * Domain to return the list for.
397 * RETURNS : Null terminated list o
497 free_passwd_list(char **list) argument
512 free_null_terminated_list(char **list) argument
[all...]
H A Dshim_changepasswd.c95 /* Bitmasks used in list of fields to change */
206 * we try to get a list of password related domains from the mapping
211 /* Got a domain list ... process all the domains */
224 * There was no domain list in the mapping file. The
381 /* Get list of passwd maps from mapping file */
384 /* Process list of passwd maps */
397 /* Get list of adjunct maps from mapping file */
401 * Process list of adjunct maps. If the required information
415 * DESCRIPTION: Finds entries in one list of map that need to be updated.
418 * INPUTS: Null terminated list o
743 int list = 0; local
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Ddstream.c128 ds_order(char *list[]) argument
137 for (j = n; list[j]; j++) {
138 if (strcmp(list[j], toc_pt->pkg) == 0) {
140 pt = list[n];
141 list[n++] = list[j];
142 list[j] = pt;
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dcryptodisk.c434 /* Search for requested device in the list of CRYPTODISK devices. */
549 grub_disk_memberlist_t list = NULL; local
551 list = grub_malloc (sizeof (*list));
552 if (list)
554 list->disk = dev->source_disk;
555 list->next = NULL;
558 return list;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm198 @list = bsd_glob('*.[ch]');
222 C<flags> argument, and returns a list of filenames matching the
262 If the pattern does not match any pathname, then bsd_glob() returns a list
327 bsd_glob() returns a list of matching paths, possibly zero length. If an
345 interrupted by an error, it will return a list of filenames B<and>
446 notice, this list of conditions and the following disclaimer.
448 notice, this list of conditions and the following disclaimer in the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm41 This utility takes a list of libraries in the form C<-llib1 -llib2
51 specifics below. The list of the filenames is returned only if
86 libraries. LD_RUN_PATH is a colon separated list of the directories
95 object file. This list is used to create a .bs (bootstrap) file.
161 will be appended to the list of C<$potential_libs>. The libraries
164 For each library that is found, a space-separated list of fully qualified
264 fails to find the library, it looks at the next item in the list. The
H A DMksymlists.pm224 It takes one argument, a list of key-value pairs, in which the following
249 none of the functions in a list begin with the string B<boot_>,
252 present in the list, it is passed through unchanged.) If
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_list.c92 * If NULL a list of all BEs will be returned.
93 * be_nodes - A reference pointer to the list of BEs. The list
138 * If NULL a list of all BEs will be returned.
139 * be_nodes - A reference pointer to the list of BEs. The list
208 * Description: Frees up all the data allocated for the list of BEs,
221 be_node_list_t *list = be_nodes; local
223 while (list != NULL) {
224 be_dataset_list_t *datasets = list
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm140 ## If they are in the argument list, they will override the defaults.
268 ## If they are in the argument list, they will override the defaults.
396 object. If called in a list context, it returns a list of two
474 ## If they are in the argument list, they will override the defaults.
689 object. If called in a list context, it returns a list of two
731 scanned from left to right, it is parsed into an ordered list of
733 appearance). A B<Pod::ParseTree> object corresponds to this list of
779 Otherwise, if arguments are given, they are treated as the new list o
[all...]
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones.c37 * all non-global zones matching the list of zone brands passed in.
39 * z_make_brand_list - return a zoneBrandList_t object describing the list
42 * z_global_only - Determine if the global zone is only zone on the spec list
47 * z_set_zone_spec - Set list of zones on which actions will be performed
49 * z_verify_zone_spec - Verify list of zones on which actions will be performed
55 * brand list passed in.
183 /* ignore empty list */
189 /* free each entry in the zone list */
207 /* free handle to the list */
231 * Description: Given a string with a list o
800 z_is_zone_brand_in_list(char *zoneName, zoneBrandList_t *list) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dser_ctx.c107 etypes_len(krb5_enctype *list) argument
109 return (list == NULL) ? 0 : krb5int_count_etypes(list);
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dview.c223 if (component->ops->is_instance (component, "list"))
225 grub_gui_list_t list = (grub_gui_list_t) component; local
226 list->ops->set_view_info (list, view);
311 if (component->ops->is_instance (component, "list"))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm278 Add the list of handles to the C<IO::Select> object. It is these values that
304 the maximum amount of time to wait before returning an empty list, in
336 exceptions respectively. Upon error an empty list is returned.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm63 this list can be a qr-quoted pattern (or a string which is interpreted
103 The basename() routine returns the first element of the list produced
112 second element of the list produced by calling fileparse() with the same
233 # basename() - returns first element of list returned by fileparse()
244 # This differs from the second element of the list returned
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.pm63 croak("`use open' needs explicit list of PerlIO layers") unless @args;
214 details and the list of supported locales.
219 When open() is given an explicit list of layers they are appended to
220 the list declared using this pragma.
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c115 /* No need to lock list, we assume all sessions are closed. */
130 * Get list of all available mechanisms.
132 * Follows PKCS#11 semantics, where list may be NULL to only request a
136 meta_mechManager_get_mechs(CK_MECHANISM_TYPE *list, CK_ULONG *listsize) argument
150 * twice (once to get the count, again to get the actual list), this
191 if (list && *listsize >= num_found) {
192 list[num_found - 1] = mechlist[i].type;
210 * Get list of all slots supporting the specified mechanism.
213 * space to accommodate the list of slots that supports the
218 * If any error occurred in getting the list, inf
[all...]

Completed in 58 milliseconds

<<11121314151617181920>>