Searched refs:location (Results 26 - 50 of 124) sorted by relevance

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Duse_mbfw.t13 my $location = $0; $location =~ s/use_mbfw.t//i;
24 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
28 unshift @INC, $location;
H A Dwith_sub.t12 my $location = $0; $location =~ s/with_sub.t//i;
23 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
27 unshift @INC, $location;
H A Dconstant.t10 my $location = $0; $location =~ s/constant.t//i;
21 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
25 unshift @INC, $location;
H A Dfallback.t12 my $location = $0; $location =~ s/fallback.t//i;
23 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
27 unshift @INC, $location;
H A Dupgrade.t10 my $location = $0; $location =~ s/upgrade.t//i;
21 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
25 unshift @INC, $location;
H A Disa.t10 my $location = $0; $location =~ s/isa.t//i;
21 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
25 unshift @INC, $location;
H A Dsub_mbf.t10 my $location = $0; $location =~ s/sub_mbf.t//i;
21 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
25 unshift @INC, $location;
H A Dsub_mbi.t10 my $location = $0; $location =~ s/sub_mbi.t//i;
21 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
25 unshift @INC, $location;
H A Dbigroot.t18 my $location = $0; $location =~ s/bigroot.t//i;
29 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
33 unshift @INC, $location;
H A Dmbimbf.t13 my $location = $0; $location =~ s/mbimbf.t//i;
26 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
30 unshift @INC, $location;
H A Dcalling.t12 my $location = $0; $location =~ s/calling.t//i;
26 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
30 unshift @INC, $location;
H A Dupgradef.t10 my $location = $0; $location =~ s/upgradef.t//i;
21 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
25 unshift @INC, $location;
H A Ddowngrade.t10 my $location = $0; $location =~ s/downgrade.t//;
11 unshift @INC, $location; # to locate the testing files
H A D_e_math.t12 my $location = $0; $location =~ s/_e_math.t//i;
23 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
27 unshift @INC, $location;
H A Dbiglog.t21 my $location = $0; $location =~ s/biglog.t//i;
32 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
36 unshift @INC, $location;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigfltrt.t10 my $location = $0; $location =~ s/bigfltrt.t//i;
21 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
25 unshift @INC, $location;
H A Dbigratpm.t10 my $location = $0; $location =~ s/bigratpm.t//i;
21 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
25 unshift @INC, $location;
H A Drequirer.t12 my $location = $0; $location =~ s/requirer.t//i;
23 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
27 unshift @INC, $location;
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Dgeneral.c55 status(const char *location) argument
57 if (location != NULL) {
58 if (access(location, F_OK|R_OK) == -1) {
100 mkloctoken(const char *location, char *token, size_t tokensize) argument
103 if (realpath(location, token) == NULL)
/osnet-11/usr/src/lib/libdhcpsvc/modules/templates/
H A Ddhcptab.c37 * Creates or opens the dhcptab container in ``location'' and initializes
43 open_dt(void **handlep, const char *location, uint_t flags) argument
58 * Remove dhcptab container in ``location'' from data store. If the underlying
62 remove_dt(const char *location) argument
135 * ``location'' in ``listppp''. Return number of list elements in ``count''.
142 list_dt(const char *location, char ***listppp, uint_t *count) argument
H A Ddhcp_network.c38 * ``location'' and initializes ``handlep'' to point to the instance handle.
43 open_dn(void **handlep, const char *location, uint_t flags, argument
59 * Remove DHCP network container ``netp'' (host order) in location.
64 remove_dn(const char *location, const struct in_addr *netp) argument
137 * ``location'' in ``listppp''. Return number of list elements in ``count''.
144 list_dn(const char *location, char ***listppp, uint_t *count) argument
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_index_entry_c.x41 % Each entry contains the key, the hash value of key, and location
43 % entryp is location information.
45 % identifying the location of an entry somewhere in memory (e.g.
68 entryp location;
85 % entryp location;
90 %/* Constructor: create an entry using given string and location info. */
91 % db_index_entry( char* name, int nlen, entryp location );
98 % object at location is done elsewhere (beforehand) */
104 %/* Join two lists (entry as identified by its 'location' occurs on both list,
123 % with the same hashvalue, key and location a
[all...]
H A Ddb_index_entry.cc37 /* Constructor: create an entry using given string and location info. */
43 location = ep;
59 location = ep;
66 * Join two lists (entry as identified by its 'location' occurs on both list,
98 if (current->location == other->location)
141 with the same hashvalue, key and location as this entry. */
149 (np->key->equal(i, casein)) && l == location) {
172 np->location == recnum) {
240 np->location
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/pcibus/common/
H A Dpci_sun4v.c42 #define PI_PROP_CHASSIS_LOCATION_NAME "chassis-location-name"
46 char *location; member in struct:_pci_fru
82 * chassis-location-name property as the node label.
178 * node with this location and set our FMRI to that value.
209 walkdata.location = alloca(locsiz+1);
210 (void) memset(walkdata.location, 0, locsiz+1);
211 (void) memcpy(walkdata.location, loc, locsiz);
236 char *location; local
240 /* This is the starting node. Do not check the location */
244 if (topo_node_label(node, &location,
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Demacs.c146 #define location ep->_location macro
196 location.hist_command = -5;
222 if (location.hist_command == -5) /* to be initialized */
225 location.hist_command = hline;
226 location.hist_line = hloff;
228 if (location.hist_command <= hismin) /* don't start below minimum */
230 location.hist_command = hismin + 1;
231 location.hist_line = 0;
264 location = hist_locate(shgd->hist_ptr,location
1232 Histloc_t location; local
[all...]

Completed in 97 milliseconds

12345