Home
last modified time | relevance | path

Searched refs:suffix (Results 26 – 50 of 174) sorted by relevance

1234567

/titanic_41/usr/src/lib/libc/port/locale/
H A Dregcomp.c1661 int suffix; /* Keeps track of matching suffix */ in computematchjumps() local
1689 for (mindex = g->mlen - 1, suffix = g->mlen; mindex >= 0; in computematchjumps()
1690 mindex--, suffix--) { in computematchjumps()
1691 pmatches[mindex] = suffix; in computematchjumps()
1700 while (suffix < g->mlen && g->must[mindex] != g->must[suffix]) { in computematchjumps()
1701 g->matchjump[suffix] = MIN(g->matchjump[suffix], in computematchjumps()
1703 suffix = pmatches[suffix]; in computematchjumps()
1712 for (mindex = 0; mindex <= suffix; mindex++) in computematchjumps()
1714 g->mlen + suffix - mindex); in computematchjumps()
1716 ssuffix = pmatches[suffix]; in computematchjumps()
[all …]
/titanic_41/usr/src/psm/stand/lib/names/sparc/common/
H A Duname-m.c51 static char suffix[] = "/kernel"; in platcmp() local
61 if (strcmp(path, suffix) != 0) in platcmp()
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dreservation_001_neg.ksh47 set -A suffix "b" "k" "m" "t" "p" "e" "K" "M" "G" "T" "P" "E" "kb" "Mb" "Gb" \
70 reservation=${values[$i]}${suffix[$j]} $obj \
/titanic_41/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c198 char *suffix; in _doprnt() local
756 *(suffix = &expbuf[MAXESIZ]) = '\0'; in _doprnt()
762 *--suffix = todigit(nn % 10); in _doprnt()
763 *--suffix = todigit(nn); in _doprnt()
767 while (suffix > &expbuf[MAXESIZ - 2]) in _doprnt()
768 *--suffix = '0'; in _doprnt()
771 *--suffix = (decpt > 0 || dval == 0) ? '+' : '-'; in _doprnt()
774 *--suffix = isupper(fcode) ? 'E' : 'e'; in _doprnt()
778 (int)(&expbuf[MAXESIZ] - suffix)); in _doprnt()
1054 PUT(suffix, suffixlength); in _doprnt()
/titanic_41/usr/src/cmd/lp/lib/oam/
H A Dfmtmsg.c109 wrap(wchar_t *prefix, wchar_t *suffix, int indent_len, wchar_t *str) in wrap() argument
119 if ((len = wscol(suffix))) in wrap()
121 indent_len - len - 2, prefix, suffix); in wrap()
/titanic_41/usr/src/lib/libdll/sparcv9/src/lib/libdll/FEATURE/
H A Ddll78 #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 */
/titanic_41/usr/src/lib/libdll/amd64/src/lib/libdll/FEATURE/
H A Ddll78 #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 */
/titanic_41/usr/src/lib/libdll/sparc/src/lib/libdll/FEATURE/
H A Ddll78 #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 */
/titanic_41/usr/src/lib/libdll/i386/src/lib/libdll/FEATURE/
H A Ddll78 #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 */
/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_main.c109 static const char suffix[] = "/kmdb/%i:"; in kmdb_modpath2lpath() local
111 static const char suffix[] = "/kmdb:"; in kmdb_modpath2lpath()
134 sz = (c - modpath) + sizeof (suffix) - 1; in kmdb_modpath2lpath()
139 (void) strcpy(lpend + (c - modpath), suffix); in kmdb_modpath2lpath()
/titanic_41/usr/src/lib/libcmd/common/
H A Dcp.c177 char* suffix; /* backup suffix */ member
494 …name + n + 1, state->suffix, state->suflen) && (m = strtol(sub->fts_name + n + state->suflen + 1, … in visit()
505 sfprintf(state->tmp, "%s.%s%d%s", state->path, state->suffix, v + 1, state->suffix); in visit()
510 sfprintf(state->tmp, "%s%s", state->path, state->suffix); in visit()
807 state->suffix = opt_info.arg; in b_cp()
883 if (!state->suffix && !(state->suffix = getenv("SIMPLE_BACKUP_SUFFIX"))) in b_cp()
884 state->suffix = "~"; in b_cp()
885 state->suflen = strlen(state->suffix); in b_cp()
/titanic_41/usr/src/tools/ctf/cvt/
H A Dutil.c208 mktmpname(const char *origname, const char *suffix) in mktmpname() argument
212 newname = xmalloc(strlen(origname) + strlen(suffix) + 1); in mktmpname()
214 (void) strcat(newname, suffix); in mktmpname()
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netlogon.c439 static char suffix[] = { 0x1B, 0x1C }; in smb_netlogon_send() local
445 for (i = 0; i < sizeof (suffix)/sizeof (suffix[0]); i++) { in smb_netlogon_send()
446 smb_init_name_struct((unsigned char *)domain, suffix[i], in smb_netlogon_send()
462 domain, suffix[i]); in smb_netlogon_send()
/titanic_41/usr/src/lib/libc/port/print/
H A Ddoprnt.c503 wchar_t *suffix; in _wndoprnt() local
517 char *suffix; in _wndoprnt() local
1376 suffix = &expbuf[MAXESIZ]; in _wndoprnt()
1377 *suffix = '\0'; in _wndoprnt()
1385 *--suffix = todigit(nn % 10); in _wndoprnt()
1386 *--suffix = todigit(nn); in _wndoprnt()
1387 *--suffix = (exp >= 0) ? '+' : '-'; in _wndoprnt()
1389 *--suffix = '0'; in _wndoprnt()
1390 *--suffix = '+'; in _wndoprnt()
1394 *--suffix = (fcode == 'A') ? 'P' : 'p'; in _wndoprnt()
[all …]
/titanic_41/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c237 } suffix[] = { in gettimeopt() local
302 for (i = 0; suffix[i].name != NULL; i++) { in gettimeopt()
303 if (strcasecmp(suffix[i].name, p) == 0) { in gettimeopt()
304 nsec *= suffix[i].mul; in gettimeopt()
309 if (suffix[i].name == NULL) in gettimeopt()
482 long suffix; member
487 addlink(struct loglink **llp, char *dirname, char *logname, long suffix) in addlink() argument
501 newp->suffix = suffix; in addlink()
503 while (*llp != NULL && suffix < (*llp)->suffix) in addlink()
519 long len, suffix; in get_rotated_logs() local
[all …]
/titanic_41/usr/src/lib/libtecla/common/
H A Dcplfile.c104 static int cf_prepare_suffix(CompleteFile *cf, const char *suffix,
814 static int cf_prepare_suffix(CompleteFile *cf, const char *suffix, in cf_prepare_suffix() argument
823 int suffix_len = strlen(suffix); in cf_prepare_suffix()
834 for(sptr = suffix; *sptr; sptr++) { in cf_prepare_suffix()
856 strlcpy(cf->buff->name, suffix, cf->buff->dim); in cf_prepare_suffix()
862 const char *src = suffix; in cf_prepare_suffix()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c112 u_char suffix; /* last character of new code */ member
116 u_char suffix; /* last character of new code */
164 #define BSD_HASH(prefix,suffix,hshift) ((((u_int32_t)(suffix)) << (hshift)) \ argument
166 #define BSD_KEY(prefix,suffix) ((((u_int32_t)(suffix)) << 16) \ argument
670 *--p = dictp->f.hs.suffix;
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c959 const char *suffix; in arc_print() local
1011 suffix = "B"; in arc_print()
1014 suffix = "KB"; in arc_print()
1017 suffix = "MB"; in arc_print()
1020 suffix = "GB"; in arc_print()
1023 suffix = "XX"; in arc_print()
1039 stats[i].value.ui64 >> shift, suffix); in arc_print()
1070 mdb_printf("%9llu %s\n", buf >> shift, suffix); in arc_print()
1786 char *suffix = "M"; in spa_space() local
1797 suffix = ""; in spa_space()
[all …]
/titanic_41/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c120 static char *stat_actual_disk(char *diskname, struct stat *info, char **suffix);
122 static void compare_existing_with_computed(int fd, char *suffix,
126 static void print_reproducing_command(int fd, char *actualdisk, char *suffix,
1544 stat_actual_disk(char *diskname, struct stat *info, char **suffix) in stat_actual_disk() argument
1555 if (*suffix = strchr(diskname, ':')) in stat_actual_disk()
1556 (*suffix)++; in stat_actual_disk()
1921 compare_existing_with_computed(int fd, char *suffix, in compare_existing_with_computed() argument
1938 if (!suffix) { in compare_existing_with_computed()
1963 if (!suffix) { in compare_existing_with_computed()
2035 print_reproducing_command(int fd, char *actualdisk, char *suffix, bpb_t *wbpb) in print_reproducing_command() argument
[all …]
/titanic_41/usr/src/uts/common/dtrace/
H A Dprofile.c195 const char *name, *suffix = NULL; in profile_provide() local
277 suffix = &name[j]; in profile_provide()
280 ASSERT(suffix != NULL); in profile_provide()
300 if (strcasecmp(suffixes[i].name, suffix) == 0) { in profile_provide()
306 if (suffixes[i].name == NULL && *suffix != '\0') in profile_provide()
/titanic_41/usr/src/lib/libfakekernel/common/
H A Dprintf.c74 const char *prefix, const char *suffix) in fakekernel_cprintf() argument
95 msgp += snprintf(msgp, bufend - msgp, suffix); in fakekernel_cprintf()
/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dload_node.c183 find_lib_file(fcode_env_t *env, char *prefix, char *name, char *suffix, in find_lib_file() argument
196 lib_name = MALLOC(strlen(name) + strlen(prefix) + strlen(suffix) + 1); in find_lib_file()
197 sprintf(lib_name, "%s%s%s", prefix, name, suffix); in find_lib_file()
/titanic_41/usr/src/cmd/stat/arcstat/
H A Darcstat.pl230 my @suffix = (' ', 'K', 'M', 'G', 'T');
251 return sprintf("%*.1f%s", $sz - 1, $num,$suffix[$index]);
253 return sprintf("%*d%s", $sz - 1, $num,$suffix[$index]);
/titanic_41/usr/src/lib/libtecla/
H A Dlibtecla.h1324 const char *suffix, int fill_char, int def_width,
1571 int word_start, int word_end, const char *suffix,
1580 char *suffix; /* The pointer into completion[] at which the */ member
1590 char *suffix; /* The common initial part of all of the */ member
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dns_fnreaddir.c265 FN_composite_name_t *suffix = NULL; in get_contexts() local
273 if (split_cname(name, &suffix, &prefix) != 0) { in get_contexts()
283 *ctxp = lookup_ctx(nns_ctx, suffix, FALSE, status); in get_contexts()
293 lookup_ctx(*prefix_ctxp, suffix, FALSE, status); in get_contexts()
296 fn_composite_name_destroy(suffix); in get_contexts()

1234567