Searched refs:list (Results 226 - 250 of 536) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/
H A Dattrs.pm30 C<attrs::get> on a subroutine reference or name returns its list
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DCygwin.pm65 from the following list:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DUsage.pm45 B<pod2usage> should be given either a single argument, or a list of
66 If more than one argument is given then the entire argument list is
68 as a list) it should contain one or more elements with the following
110 A list of directory paths. If the input file does not exist, then it
111 will be searched for in the given directory list (in the order the
112 directories appear in the list). It defaults to the list of directories
113 implied by C<$ENV{PATH}>. The list may be specified either by a reference
375 C<$ENV{PATH}> or else the list specified by the C<-pathlist> option).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm106 # Without arguments, returns the list of fields implemented on build
237 C<use> an empty import list, and then access function functions
257 the list of C<struct pwd> fields supported by your build platform's
258 C library, as a list in list context, or a space-separated string
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h735 va_list oargs; /* original arg list */
737 Fmtpos_t* fp; /* position list */
1096 #define sfucvt(v,s,n,list,type,utype) \
1101 s[2] = *(list = (char*)_Sfdec + (n <<= 1)); s[3] = *(list+1); \
1107 { s -= 2; s[0] = *(list = (char*)_Sfdec + (v <<= 1)); s[1] = *(list+1); \
1112 s[1] = *(list = (char*)_Sfdec + (v <<= 1)); s[2] = *(list+1); \
1115 s[2] = *(list
[all...]
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml323 print Cfile "/* Deprecated message list */\n" if ($deprecated);
413 print Hfile "/* Deprecated message list */\n" if $deprecated;
693 if ($internal->isReorder()) { # prescan the entry list to get the token order
700 my $i; # walk down the inputOrder list once
849 # the list handling should be a simple loop with a loop of one
852 unless ($type =~ /,/) { # if list, then generate sequence of entries
910 # "EOL" is where a comma should go unless end of list
915 my @list = ();
917 @list = @{$xlateDefault{$eventId}};
921 push (@list,
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c38 * Add an object to the session's object list.
41 * that lock after adding the object to the session's object list.
50 /* Insert the new object in front of session's object list. */
83 * Free the storage allocated to the extra attribute list.
96 * (in the boolean attribute mask field and extra attribute list)
125 * that new struct to the extra attribute list
210 * extra attribute list) from the new object back to the original
212 * attribute list of the original object.
226 * Create a new object struct, and add it to the session's object list.
297 /* Add the new object to the session's object list
1178 insert_into_list(soft_object_t **list, soft_object_t **end_of_list, soft_object_t *objp) argument
1248 delete_all_objs_in_list(soft_object_t *list) argument
[all...]
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c266 * list of support services needed
379 * add it to the global list. It will be
380 * moved to the default security list
601 * Add this property to the global list
658 /* Add the property to the right security list */
672 * There are no security properties in the global list.
673 * If there was a "share.nfs.sec" list of modes, start with those.
687 * Then add in any other security modes that were not in the sec list.
813 /* set share.nfs.sec to list of security modes in orig order */
844 * append access list valu
2654 get_rootnames(seconfig_t *sec, char *list, int *count) argument
3827 create_export_list(nvlist_t *sh_list, struct exportfs_args **list, boolean_t publish, boolean_t *logging) argument
3947 nfs_check_shares(struct exportfs_args *list) argument
3966 nfs_check_logging(struct exportfs_args *list) argument
3990 struct exportfs_args *list; local
4030 struct exportfs_args *list; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm510 keyed by name, values being the hashrefs in the I<ITEM> list.
512 are not in the list of I<ITEM>s without causing problems).
622 which combination of pointers will be needed in the C argument list.
756 /* When generated this function returned values for the list of names given
805 A function that returns a B<list> of C subroutine definitions that return
807 I<ITEM...> gives a list of constant names. Each can either be a string,
823 A C expression for the value of the constant, or a list of C expressions if
889 separated list of types that the C subroutine C<constant> will generate or as
890 a reference to a hash. I<DEFAULT_TYPE> will be added to the list if not
891 present, as will any types given in the list o
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c527 DPRINTF((DI_TRACE, "next node on per driver list:"
568 append_node_list(struct node_list **headp, struct node_list *list) argument
573 *headp = list;
577 if (list == NULL) /* a minor optimization */
584 tmp->next = list;
588 prepend_node_list(struct node_list **headp, struct node_list *list) argument
592 if (list == NULL)
596 *headp = list;
601 while (list->next)
602 list
633 insert_node_list(struct node_list **headp, struct node_list *list, di_node_t parent) argument
1554 int list = DI_PROP_DRV_LIST; local
3063 struct di_prom_prop *list; /* linked list of prop */ member in struct:di_prom_handle
3091 di_prom_prop_free(struct di_prom_prop *list) argument
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDistribution.java96 // defensively copy frequencies list
99 // takes a Collection argument; list will not be modified
223 * Gets a modifiable list of this distribution's buckets ordered by
224 * bucket range. Modifying the returned list has no effect on this
227 * @return a modifiable list of this distribution's buckets ordered
527 * Gets a list of buckets of interest by excluding empty buckets at
609 List <Bucket> list = getDisplayRange();
610 if (list.isEmpty()) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Ddelete.t49 @list = keys %{$refhash{"top"}};
51 print "@list" eq "foo" ? "ok 16\n" : "not ok 16 @list\n";
113 print @{$refary[0]} == 1 ? "ok 35\n" : "not ok 35 @list\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm39 in list context) are tainted. This feature is useful when regex operations
66 comma-separated list of C<termcap> properties to use for highlighting
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnv.pm24 the C<import> function receives arguments, it takes them to be a list of
26 prefix '$' is inferred for any element of this list not prefixed by '$'
H A DFatal.pm165 If the symbol C<:void> appears in the import list, then functions
166 named later in that import list raise an exception only when
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm182 list
247 Please check the list above carefully, there may be errors.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DManifest.t84 my @list = read_manifest();
85 is( @list, 2, 'check files in MANIFEST' );
162 # add the new file to the list of files to be deleted
/osnet-11/usr/src/lib/libast/common/port/
H A Dlc.c753 * add to the list of possibly active locales
825 Lc_attribute_list_t list; member in struct:Lc_scan_s
846 if (++ls->attribute >= elementsof(ls->lc.language->attributes) || !(ls->list.attribute = ls->lc.language->attributes[ls->attribute]))
861 ls->list.attribute = ls->lc.language->attributes[ls->attribute = 0];
866 ls->list.attribute = 0;
869 ls->lc.attributes = ls->list.attribute ? &ls->list : (Lc_attribute_list_t*)0;
875 if ((!ls->list.attribute || !(ls->lc.index = ls->list.attribute->index)) &&
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c177 * with envp. The envp list is NULL terminated and has no separate
178 * counter; envp will be a NULL list unless the AUDIT_ARGE policy is
417 DPRINTF((" Null path list\n"));
605 * In a session model, the groups list is undefined and label
683 * The "input size" is overloaded to mean the list number
685 * that list
687 struct msg_text *list; local
690 list = &adt_msg_text[(enum adt_msg_list)def->dd_input_size];
693 if ((list_index + list->ml_offset < list
[all...]
/osnet-11/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c124 char *list; member in struct:__anon2740
142 static char missing_tablist[] = m_textstr(1828, "Missing tab list after -t.\n", "E");
186 /* End option list '--'? */
238 tablist = m_mbstowcsdup(p->list);
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c29 * Based on a list of source dictionaries specified by the administrator,
220 * sh -c "/usr/bin/cat <list of files> |
348 * int packer(list)
350 * sort all dictionaries in "list", and feed the words into the Crack
356 packer(char *list, char *path) argument
362 if ((listcopy = strdup(list)) == NULL) {
/osnet-11/usr/src/lib/pyzfs/common/
H A Duserspace.py171 type="choice", choices=fields, default=list(),
223 l = list()
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_krb.c167 * Reconfigure the admin_server/kpasswd_server and the list of KDCs
331 * the list of KDC entries.
569 smb_krb5_cfg_free_list(char **list) argument
573 if (list == NULL)
576 for (i = 0; list[i] != NULL; i++)
577 free(list[i]);
579 free(list);
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c182 /* Create new object list */
306 /* skip any object-id-list values */
730 * Given the type and class flag representations, return the list of properties
731 * that can be set for that type/class combination. Note this list is a complete
732 * property list that includes both the required and the optional properties.
744 const char **list = NULL; local
748 /* Construct a list of all properties for required type/class */
749 list = calloc(table.num_entries, sizeof (char *));
750 if (list == NULL) {
759 list[
[all...]
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_default.c244 krb5_keylist_node list; local
246 list.kvno = kvno;
247 list.keyblock = *key;
248 list.next = NULL;
249 return krb5_def_store_mkey_list(context, keyfile, mname, &list,
569 * create a mkey list for the mkeys field in kdc_realm_t.
580 /* loop through any other master keys creating a list of krb5_keylist_nodes */

Completed in 79 milliseconds

1234567891011>>