/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | find.pl | 2 # require "find.pl"; 4 # &find('/foo','/bar'); 43 sub find { subroutine 44 &File::Find::find(\&wanted, @_);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
H A D | Find.pm | 23 find(\&wanted, @directories_to_search); 31 find({ wanted => \&process, follow => 1 }, '.'); 36 on each file found similar to the Unix I<find> command. File::Find 37 exports two functions, C<find> and C<finddepth>. They work similarly 42 =item B<find> 44 find(\&wanted, @directories); 45 find(\%options, @directories); 47 C<find()> does a depth-first search over the given C<@directories> in 59 C<finddepth()> works just like C<find()> except that is invokes the 63 where C<find()> work 1191 sub find { subroutine [all...] |
/osnet-11/usr/src/lib/libxcurses/src/tic/ |
H A D | ticmain.c | 186 find(char const *capname, void **arrayp, int *indexp) function
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | translate.c | 126 * find catalog in locale and return catopen() descriptor 130 find(const char* locale, const char* catalog) function 189 if ((d = find("C", s)) != NOCAT) 379 if ((cp->cat = find(cp->locale, cp->name)) == NOCAT)
|
H A D | mime.c | 372 * find entry matching type 378 find(Mime_t* mp, const char* type) function 455 else if (ent = find(mp, ws.pattern)) 610 if (ent = find(mp, type))
|
/osnet-11/usr/src/lib/libidmap/common/ |
H A D | idmap_cache.c | 802 sid2uid_gid_t find; local 806 find.sid_prefix = sid_prefix; 807 find.rid = rid; 810 result = avl_find(&idmap_cache.sid2uid_gid.tree, &find, &where); 850 pid2sid_winname_t find; local 854 find.pid = uid; 857 result = avl_find(&idmap_cache.uid2sid_winname.tree, &find, 914 sid2uid_gid_t find; local 918 find.sid_prefix = sid_prefix; 919 find 962 pid2sid_winname_t find; local 1024 sid2uid_gid_t find; local 1091 pid2sid_winname_t find; local 1203 winname2uid_gid_t find; local 1260 pid2sid_winname_t find; local 1333 winname2uid_gid_t find; local 1391 pid2sid_winname_t find; local [all...] |
/osnet-11/usr/src/lib/nsswitch/ldap/common/ |
H A D | ldap_common.c | 720 _nss_ldap_list_entry_t *res, find, *ep; local 728 find.key = (char *)key; /* pointer reference */ 729 find.keylen = klen; 730 res = (_nss_ldap_list_entry_t *)avl_find(*list, &find, &pos);
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | find.c | 26 * rewrite of find program to use fts*() and optget() 28 * find options plus these extensions: 31 * traverses the fast find database (updatedb(1)) 50 "[-1p1?@(#)$Id: find (AT&T Research) 2010-09-01 $\n]" 52 "[+NAME?find - find files]" 81 " [+lib/find/codes?Default \blocate\b(1) database.]" 93 #include <find.h> 732 * convert the gnu-style-find printf format string for sfio extension 1711 find(State_ function [all...] |
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 675 char *find; local 695 find = fromstr; 696 while ((ne = strchr(find, '=')) != NULL) { 697 find = ne + 1; 701 find = fromstr; 702 while ((ns = strchr(find, '/')) != NULL) { 703 find = ns + 1; 717 find = fromstr; 725 * We go through a pretty complicated procedure to find the 729 * and decide that starts a new pair. Instead we have to find [all...] |
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 760 mnttab_node_t find; local 780 find.mtn_mt.mnt_special = (char *)fsname; 781 mtn = avl_find(&hdl->libzfs_mnttab_cache, &find, NULL); 809 mnttab_node_t find; local 812 find.mtn_mt.mnt_special = (char *)fsname; 813 if (ret = avl_find(&hdl->libzfs_mnttab_cache, (void *)&find, NULL)) { 4659 * a parent, and that it exists. If accept_ancestor is true, then find the 4702 * Go deeper to find an ancestor, give up on top level.
|