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

1234567

/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dioutil.c73 * suffix const char * An optional suffix string to draw at the end
75 * where necessary to ensure that the suffix ends
77 * no suffix is desired, specify NULL.
79 * and filling up to the suffix.
102 const char *prefix, const char *suffix, int fill_char,
139 * Get the length of the suffix string.
141 suffix_len = suffix ? strlen(suffix) : 0;
219 * If a suffix ha
101 _io_display_text(GlWriteFn *write_fn, void *data, int indentation, const char *prefix, const char *suffix, int fill_char, int term_width, int start, const char *string) argument
[all...]
H A Dcplfile.c104 static int cf_prepare_suffix(CompleteFile *cf, const char *suffix,
572 * Report the completion suffix that was copied above.
695 * Copy the completion suffix into the work pathname cf->buff->name,
704 * To check the type of the file, append the current suffix
708 const char *cont_suffix = ""; /* The suffix to add if fully */
710 const char *type_suffix = ""; /* The suffix to add when listing */
731 * Remove the temporarily added suffix.
804 * given completion suffix, ready to be passed to cpl_add_completion().
808 * suffix char * The suffix t
814 cf_prepare_suffix(CompleteFile *cf, const char *suffix, int add_escapes) argument
[all...]
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dmktpl.pl57 # Create a THIRDPARTYLICENSE file from the given license list and suffix.
60 my ($suffix, @tpllist) = @_;
62 my $tplname = "$top/THIRDPARTYLICENSE.$suffix";
H A Dxref.mk159 # * We *don't* sort the file list within a given suffix, since we
185 -for suffix in h c C cc l y s; do \
186 $(GREP) "\.$${suffix}$$" xref.files >> xref.tfiles; \
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetfilter.c225 ldap_set_filter_additions( LDAPFiltDesc *lfdp, char *prefix, char *suffix )
239 lfdp->lfd_filtsuffix = ( suffix == NULL ) ? NULL : nsldapi_strdup( suffix );
250 ldap_setfilteraffixes( LDAPFiltDesc *lfdp, char *prefix, char *suffix )
252 (void)ldap_set_filter_additions( lfdp, prefix, suffix );
401 char *prefix, char *suffix, char *attr, char *value, char **valwords )
488 if ( suffix != NULL && f != NULL) {
489 f = filter_add_strn( f, flimit, suffix, strlen( suffix ));
507 char *prefix, char *suffix, cha
400 ldap_create_filter( char *filtbuf, unsigned long buflen, char *pattern, char *prefix, char *suffix, char *attr, char *value, char **valwords ) argument
506 ldap_build_filter( char *filtbuf, size_t buflen, char *pattern, char *prefix, char *suffix, char *attr, char *value, char **valwords ) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm15 ($name,$path,$suffix) = fileparse($fullname,@suffixlist)
20 ($name,$path,$suffix) = fileparse("lib/File/Basename.pm",qr{\.pm});
48 matching for suffix removal is performed without regard for case,
58 parts: a leading B<path>, a file B<name>, and a B<suffix>. The
61 file specification is then divided into B<name> and B<suffix> based on
66 B<name> is removed and prepended to B<suffix>. By proper use of
70 B<suffix> together in that order, the result will denote the same
175 my($dirpath,$tail,$suffix,$basename);
218 foreach $suffix (@suffices) {
219 my $pat = ($igncase ? '(?i)' : '') . "($suffix)\
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c35 * inode, the inode of the script; and suffix, the suffix of the
43 * suffix. The inode check means more than one script with the
44 * same suffix will still work as intended in the common case.
296 pg_match(scf_handle_t *h, scf_service_t *svc, ino_t ino, const char *suffix) argument
333 if (suffix != NULL) {
351 match = (strcmp(buf, suffix) == 0);
387 * stops. First we look for a matching inode plus a matching suffix.
389 * Finally, we try for just the script suffix.
396 char *suffix; local
707 char *suffix; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck.c162 char *suffix = NULL; local
168 actualDisk = stat_actual_disk(special, &dinfo, &suffix);
183 if (suffix) {
185 findPartitionOffset(*inFD, suffix)) < 0) {
189 suffix);
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c111 wrap(wchar_t *prefix, wchar_t *suffix, int indent_len, wchar_t *str)
121 if ((len = wscol(suffix)))
123 indent_len - len - 2, prefix, suffix);
109 wrap(wchar_t *prefix, wchar_t *suffix, int indent_len, wchar_t *str) argument
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dutil.c208 mktmpname(const char *origname, const char *suffix) argument
212 newname = xmalloc(strlen(origname) + strlen(suffix) + 1);
214 (void) strcat(newname, suffix);
/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Dgetfilter.c241 ldap_setfilteraffixes( LDAPFiltDesc *lfdp, char *prefix, char *suffix )
251 lfdp->lfd_filtsuffix = ( suffix == NULL ) ? NULL : strdup( suffix );
323 char *prefix, char *suffix, char *attr, char *value, char **valwords )
413 if ( suffix != NULL && ( f - filtbuf ) < buflen ) {
414 strcpy( f, suffix );
322 ldap_build_filter( char *filtbuf, size_t buflen, char *pattern, char *prefix, char *suffix, char *attr, char *value, char **valwords ) argument
/opensolaris-onvv-gate/usr/src/cmd/fm/scripts/
H A Ddictck.pl264 my $suffix;
279 $suffix = $2;
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h125 size_t dst_s_filename_length( const char *name, const char *suffix);
127 u_int16_t id, int alg, const char *suffix,
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c146 char *suffix; local
154 /* Length of exponent suffix. */
503 * zeroes, a suffix, and more padding
514 * The suffix is either null or an exponent,
515 * and is addressed by "suffix".
535 suffix = prefix;
751 { suffix = &(expbuf[4]) ; suffixlength = 4 ; }
753 { suffix = &(expbuf[3]) ; suffixlength = 5 ; }
755 { suffix = &(expbuf[2]) ; suffixlength = 6 ; }
757 *--suffix
[all...]
/opensolaris-onvv-gate/usr/src/cmd/filesync/
H A Dfilesync.h156 bool_t suffix(const char *, const char *); /* does s1 end with s2 */
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_main.c109 static const char suffix[] = "/kmdb/%i:"; local
111 static const char suffix[] = "/kmdb:";
134 sz = (c - modpath) + sizeof (suffix) - 1;
139 (void) strcpy(lpend + (c - modpath), suffix);
/opensolaris-onvv-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c88 #define SUFFIX 128 /* a suffix is to appear in the output */
198 char *suffix; local
203 /* Length of prefix and of suffix */
206 /* Combined length of leading zeroes, trailing zeroes, and suffix */
460 * right padding zeroes, a suffix, and
473 * The suffix is either null or an
474 * exponent, and is addressed by "suffix".
475 * If there is a suffix, the flagword bit
756 *(suffix = &expbuf[MAXESIZ]) = '\0';
762 *--suffix
[all...]
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netlogon.c439 static char suffix[] = { 0x1B, 0x1C }; local
445 for (i = 0; i < sizeof (suffix)/sizeof (suffix[0]); i++) {
446 smb_init_name_struct((unsigned char *)domain, suffix[i],
462 domain, suffix[i]);
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Domitted.c53 * (1) .exe suffix inconsistencies
89 suffix(register const char* path) function
109 if (suffix(path))
114 else if (!suffix(buf) && ((buf + size) - s) >= 4)
235 !suffix(path) &&
687 if (!suffix(path) && !fstat(fd, &st) && (exe[fd] || (exe[fd] = (Exe_test_t*)malloc(sizeof(Exe_test_t)))))
785 int suffix; local
853 suffix = (getpid() & 0xfff) + count++;
854 snprintf(tmp, sizeof(tmp), deleted, drive, base, suffix);
895 stop = suffix;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ntfsprogs/
H A Dutils.c255 * @scale: Whether or not to allow a suffix to scale the value
258 * them. Any number without a suffix is assumed to be in bytes.
267 * Only the first character of the suffix is read.
277 char *suffix = NULL; local
286 result = strtoll(value, &suffix, 0);
292 if (!suffix) {
293 ntfs_log_error("Internal error, strtoll didn't return a suffix.\n");
298 switch (suffix[0]) {
306 ntfs_log_error("Invalid size suffix '%s'. Use T, G, M, or K.\n", suffix);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/libconv/common/
H A Ddl.c104 * Note: We can use two different sets of prefix/separator/suffix
106 * argument. To size the buffer, I use the default prefix and suffix
171 conv_arg.prefix = conv_arg.suffix = MSG_ORIG(MSG_GBL_QUOTE);
174 conv_arg.prefix = conv_arg.suffix = conv_arg.sep = NULL;
H A Dglobals_machelf.c196 (arg->suffix ? arg->suffix : MSG_ORIG(MSG_GBL_CSQBRKT))))
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dnode.h153 extern Node *node_find(int search_type, Oid *name, Oid *suffix);
/opensolaris-onvv-gate/usr/src/lib/libdll/amd64/src/lib/libdll/
H A Ddlldefs.h78 #define DLL_INFO_PREVER 0x0001 /* pre-suffix style version */
79 #define DLL_INFO_DOTVER 0x0002 /* post-suffix style version */
85 char* suffix; /* library name suffix */ member in struct:Dllinfo_s
/opensolaris-onvv-gate/usr/src/lib/libdll/i386/src/lib/libdll/
H A Ddlldefs.h78 #define DLL_INFO_PREVER 0x0001 /* pre-suffix style version */
79 #define DLL_INFO_DOTVER 0x0002 /* post-suffix style version */
85 char* suffix; /* library name suffix */ member in struct:Dllinfo_s

Completed in 301 milliseconds

1234567