Searched refs:suffix (Results 151 - 167 of 167) sorted by relevance

1234567

/opensolaris-onvv-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c2535 const char *suffix,
2543 RETURN(conn, _sasl_server_listmech(conn, user, prefix, sep, suffix,
2546 RETURN(conn, _sasl_client_listmech(conn, prefix, sep, suffix,
2531 sasl_listmech(sasl_conn_t *conn, const char *user, const char *prefix, const char *sep, const char *suffix, const char **result, unsigned *plen, int *pcount) argument
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2510 char suffix[ZFS_MAXNAMELEN]; local
2511 (void) strcpy(suffix, strrchr(zc.zc_value, '/'));
2515 (void) strcat(zc.zc_value, suffix);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm954 my ($prefix, $hyphen, $main, $suffix) = ($1, $2, $3, $4);
957 $prefix . $hyphen . $main . $suffix;
/opensolaris-onvv-gate/usr/src/lib/
H A DREADME.Makefiles163 to extracting messages. To do this, use the ".i" suffix, as shown in the
165 (.[ch]) suffix.
322 as `libinetutil.a'. You should always specify the `.a' suffix,
331 the loadable module with a `.a' suffix, such as `devfsadm_mod.a'.
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c822 destroy_file_suffix(char *dbname, char *suffix) argument
833 filename = gen_dbsuffix(dbname, suffix);
/opensolaris-onvv-gate/usr/src/lib/libsqlite/
H A Dmain.mk26 # EXE The suffix to add to executable files. ".exe" for windows
/opensolaris-onvv-gate/usr/src/cmd/tar/
H A Dtar.c707 static char *suffix; variable
9167 if (suffix == 0) {
9224 if ((suffix = gz_suffix()) == NULL) {
9229 if ((suffix = gz_suffix()) == NULL) {
9234 if ((suffix = bz_suffix()) == NULL) {
9270 if (suffix != NULL) {
9271 /* restore the file name - original file was without suffix */
9272 *(usefile + strlen(usefile) - strlen(suffix)) = '\0';
9333 /* Checking valid 'bzip2' suffix */
9351 /* Checking valid 'gzip' suffix */
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm116 $defname =~ s![\d\-_]*\.dir.*$!!; # Clip off .dir;1 suffix, and package version
257 with or without the F<.Exe>-equivalent suffix.
823 SUFFIX suffix to put on -gz
1065 # Rely on suffix rule for update action
/opensolaris-onvv-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh155 Sorry, suffix ${LDAP_SUFFIX} is not suitable for Base DN ${LDAP_BASEDN}
167 Sorry, there is no suffix mapping for ${LDAP_SUFFIX},
188 ERROR: unable to create suffix ${LDAP_SUFFIX}
220 All intermediate entries up to suffix will be created on demand.
226 HELP - ldbm database is an internal database for storage of our suffix data.
466 an existing suffix.
975 BACKUP=no_ldap # backup suffix
1391 # Set base DN and check its suffix
1399 # suffix may need to be created, in that case get suffix fro
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cpio/
H A Dcpio.c9420 char *suffix = "/cpioXXXXXX"; local
9427 (strlen(tmpdir) + strlen(suffix)) > APATH) {
9439 tmpfname = e_zalloc(E_EXIT, strlen(tmpdir) + strlen(suffix) + 1);
9442 (void) strcat(tmpfname, suffix);
9445 msg(EXTN, "cannot open tmpfile %s%s", tmpdir, suffix);
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/
H A Dconfigure515 -program-suffix | --program-suffix | --program-suffi | --program-suff \
518 -program-suffix=* | --program-suffix=* | --program-suffi=* \
838 --program-suffix=SUFFIX append SUFFIX to installed program names
2505 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2506 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2527 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2529 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2541 echo "$as_me:$LINENO: checking for suffix o
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c116 char yyintsuffix[4]; /* int token suffix string [uU][lL] */
395 const char *prefix = "", *suffix = ""; local
421 suffix = "( )";
429 prefix, dnp->dn_ident->di_name, suffix);
1170 * suffix [uU]: unsigned int, unsigned long, unsigned long long
1171 * suffix [lL] decimal: long, long long
1172 * suffix [lL] oct/hex: long, unsigned long, long long, unsigned long long
1173 * suffix [uU][Ll]: unsigned long, unsigned long long
1174 * suffix ll/LL decimal: long long
1175 * suffix l
[all...]
/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dgetline.c5476 int cont_len; /* The length of any continuation suffix */
5520 * Get the length of the suffix and any continuation suffix to add to it.
5522 suffix_len = strlen(matches->suffix);
5525 * If there is an unambiguous match, and the continuation suffix ends in
5554 gl_buffer_string(gl, matches->suffix, suffix_len, gl->buff_curpos);
11254 * an optional suffix can be specified to be displayed at the end of
11273 * suffix const char * An optional suffix string to draw at the end
11275 * where necessary to ensure that the suffix end
11303 gl_display_text(GetLine *gl, int indentation, const char *prefix, const char *suffix, int fill_char, int def_width, int start, const char *string) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2645 * (with a suffix) temporary file.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm4173 my($sans,$suffix) = $dist =~ /(.+)\.(tgz|tar[\._-]gz|tar\.Z|zip)$/;
4174 $self->debug("sans[$sans] suffix[$suffix]\n") if $CPAN::DEBUG;
H A Dperl5db.pl3696 name suffix.
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex6095 #2% Output the suffix in any case.

Completed in 459 milliseconds

1234567