/osnet-11/usr/src/lib/libshare_plugins/nfs/ |
H A D | libshare_nfs.h | 94 int unique; /* can only apply to one share on the system */ member in struct:option_defs
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/ |
H A D | dataconn.pm | 72 $ftp->message =~ /unique file name:\s*(\S*)\s*\)/ &&
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | disk_io.c | 41 static int unique; variable 1345 /* If DO_COMPLETION is true, just print NAME. Otherwise save the unique 1358 if (! unique) 1375 unique++; 1391 unique = 0; 1414 if (unique == 1) 1433 return unique - 1; 1500 if (unique == 1) 1526 unique = 1; 1567 if (unique [all...] |
/osnet-11/usr/src/lib/scsi/libses/common/ |
H A D | ses_plugin.c | 34 size_t len, ses_node_t *np, boolean_t unique) 40 if ((pp = ses_snap_ctl_page(snap, pagenum, len, unique)) == NULL) 33 ses_plugin_ctlpage_lookup(ses_plugin_t *sp, ses_snap_t *snap, int pagenum, size_t len, ses_node_t *np, boolean_t unique) argument
|
H A D | ses_snap.c | 109 * caller is responsible for filling in the rest of the page data. If 'unique' 115 boolean_t unique) 129 if (pp->ssp_initialized && !unique) 132 if (unique) { 134 * The user has requested a unique instance of the page. Create 114 ses_snap_ctl_page(ses_snap_t *sp, ses2_diag_page_t page, size_t dlen, boolean_t unique) argument
|
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/ |
H A D | Makefile | 1028 unique=`for i in $$list; do \ 1033 mkid -fID $$unique 1054 unique=`for i in $$list; do \ 1059 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 1060 test -n "$$unique" || unique=$$empty_fix; \ 1062 $$tags $$unique; \ 1070 unique=`for i in $$list; do \ 1075 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 1077 $$tags $$unique [all...] |
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/ |
H A D | Makefile | 1028 unique=`for i in $$list; do \ 1033 mkid -fID $$unique 1054 unique=`for i in $$list; do \ 1059 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 1060 test -n "$$unique" || unique=$$empty_fix; \ 1062 $$tags $$unique; \ 1070 unique=`for i in $$list; do \ 1075 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 1077 $$tags $$unique [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | errlist | 118 80 Name not unique on network
|
H A D | getexecattr.c | 510 char unique[NSS_BUFLEN_EXECATTR]; local 517 (void) memset(unique, 0, NSS_BUFLEN_EXECATTR);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/ |
H A D | Normalize.pm | 178 Note: FCD is not always unique, then plural forms may be equivalent 185 Note: FCC is unique, as well as four normalization forms (NF*).
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | POP3.pm | 505 Returns a unique identifier for C<MSGNUM> if given. If C<MSGNUM> is not 507 message numbers and the values are the unique identifiers.
|
H A D | FTP.pm | 794 if ('STOU' eq uc $cmd and $ftp->message =~ m/unique\s+file\s*name\s*:\s*(.*)\)|"(.*)"/) 1124 my($sftp,$sfile,$dftp,$dfile,$unique) = @_; 1136 unless($unique ? $dftp->stou($dfile) : $dftp->stor($dfile)); 1165 if $ftp->message =~ /unique file name:\s*(\S*)\s*\)/; 1168 if $non_pasv->message =~ /unique file name:\s*(\S*)\s*\)/; 1549 Same as C<stor> but using the C<STOU> command. The name of the unique
|
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/ |
H A D | os_SunOS_amd64.s | 81 / Return a unique identifier for the currently active thread.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | ParseUtils.pm | 775 unique id for the C<find_node> method to work correctly. 794 Returns the unique id of the node (i.e. the second element of the array 819 unique id.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | AutoSplit.t | 231 *INC**PATHSEP**MOD*.pm: some names are not unique when truncated to 8 characters:
|
H A D | NEXT.pm | 375 to get both unique invocation I<and> exception-on-failure.
|
H A D | attributes.pm | 197 For global variables there is C<unique> attribute: see L<perlfunc/our>.
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/ |
H A D | Config.pm | 52 our $summary : unique = <<'!END!'; 93 our $Config_SH : unique = <<'!END!';
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/ |
H A D | Config.pm | 52 our $summary : unique = <<'!END!'; 93 our $Config_SH : unique = <<'!END!';
|
/osnet-11/usr/src/grub/grub2/build-uefi64/ |
H A D | Makefile | [all...] |
/osnet-11/usr/src/grub/grub2/build-bios/ |
H A D | Makefile | [all...] |
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs.h | 674 int unique : 1; /* does 'poolname' already exist? */ member in struct:importargs
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/ |
H A D | Handlers.pm | 111 my $builtin = qr/lvalue|method|locked|unique|shared/;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/ |
H A D | Simple.pm | 606 four bytes are a unique identifier for the component being replaced.
|
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/ |
H A D | Makefile | [all...] |