Searched refs:item (Results 326 - 336 of 336) sorted by relevance

<<11121314

/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c1675 item(Sfio_t* sp, char* s, int about, int level, int style, Sfio_t* ip, int version, char* id, char* catalog) function
1875 par = item(sp, w, about, level, style, ip, version, id, ID);
1912 par = item(sp, t, about, level, style, ip, version, id, catalog);
3218 item(sp_body, (flags & OPT_functions) ? C("FUNCTIONS") : C("OPTIONS"), 0, 0, style, sp_info, version, id, ID);
3450 item(sp_body, C("IMPLEMENTATION"), 0, 0, style, sp_info, version, id, ID);
3622 item(sp, C("SYNOPSIS"), 0, 0, style, sp_info, version, id, ID);
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh1968 typeset -n dss=dsslist[$i] # ref to current item
2614 # a_push array_name item ...
2616 # Push item(s) onto an index array
2622 typeset item
2623 for item in "$@"; do
2624 array[len++]="$item"
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c161 * Where in the buffer to add the next data item. The first
232 * Where in the buffer to add the next data item. The first
476 /* Loop and compare to see if an item is in a counted list. */
478 is_in_counted_list(char **list, int count, char *item) argument
483 if (strcasecmp(list[i], item) == 0)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm684 There is one final item, the details.
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc630 ENTRY *hsearch(ENTRY item, ACTION action);
770 char *nl_langinfo(nl_item item);
/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.c49 int files_getattr(char *name, attrlist *item, pwu_repository_t *rep);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dopcode.pl630 const constant item ck_svconst s$
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSwitch.pm78 my $pod_or_DATA = qr/ ^=(?:head[1-4]|item) .*? $CUT
/osnet-11/usr/src/lib/libnsl/common/
H A Dllib-lnsl895 long calchash(datum item);
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py3223 for item in value:
3224 strlist.append(str(item))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dproto.h644 PERL_CALLCONV void Perl_save_item(pTHX_ SV* item);

Completed in 71 milliseconds

<<11121314