Searched defs:join (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/ |
H A D | Unix.pm | 73 $self->canonpath(join('/', @_, '')); # '' because need a trailing '/' 215 =item join 217 join is the same as catfile. 221 sub join { subroutine 378 $path = CORE::join( '/', @pathchunks ); 379 $base = CORE::join( '/', @basechunks );
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_index_entry.cc | 72 db_index_entry::join(long /* size1 */, long /* size2 */, function in class:db_index_entry 185 * or 'join'.
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | optlib.h | 94 int join; /* optjoin() pass # */ member in struct:Optstate_s
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | join.c | 27 * join 31 "[-?\n@(#)$Id: join (AT&T Research) 2009-12-10 $\n]" 33 "[+NAME?join - relational database operator]" 34 "[+DESCRIPTION?\bjoin\b performs an \aequality join\a on the files \afile1\a " 41 "of lines in \afiles1\a and \afiles2\a that have identical join " 42 "fields. The default output line consists of the join field, " 59 "and a field number or \b0\b representing the join field. " 66 "[j:join]#[field?Equivalent to \b-1\b \afield\a \b-2\b \afield\a.]" 608 /* output join field first */ 640 join(Join_ function [all...] |
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 1276 * if non-zero, <join> is the process id of the job to join 1279 int job_post(Shell_t *shp,pid_t pid, pid_t join) argument 1296 if(join==1) 1298 join = 0; 1307 if(join && (pw=job_bypid(join))) 1309 /* if job to join is not first move it to front */ 1323 if(join && job.pwlist) 1325 /* join existin [all...] |
/osnet-11/usr/src/lib/nsswitch/pynss/common/ |
H A D | nssbase.py | 242 self.props.append('/'.join((pg, prop))) 309 gprops.append('/'.join((pg, prop))) 321 def join(self, pg = None, prop = None): function 330 return '/'.join((pg,prop)) 369 cmd = ' '.join(('/usr/sbin/svccfg', '-s', instance, 'refresh')) 469 return os.path.join(self.LEGACYDIR, self.LEGACY) 500 return os.path.join(self.mnt_dir(), self.LEGACY) 504 tmppath = '.'.join((self.mnt_path(), str(os.getpid()))) 601 orig = '.'.join((legacy, 'orig')) 619 orig = '.'.join((legac [all...] |
/osnet-11/usr/src/cmd/sendmail/db/ |
H A D | db.h | 454 int (*join) __P((DB *, DBC **, u_int32_t, DBC **)); member in struct:__db
|
Completed in 50 milliseconds