Searched refs:suf (Results 1 - 25 of 182) sorted by relevance

12345678

/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dfilter.sh25 suf=
80 trap 'rm -f $tmp$suf' 0 1 2 3 15
86 do suf=${file##*/}
87 case $suf in
88 *.*) suf=.${suf#*.} ;;
89 *) suf= ;;
91 cp $file $tmp$suf || exit 1
92 chmod u+rwx $tmp$suf || exit 1
93 $cmd $tmp$suf || exi
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dfmtnum.c42 char suf[2]; local
52 suf[1] = 0;
54 suf[0] = 0;
57 suf[0] = 'k';
63 suf[0] = 'm';
69 suf[0] = 'g';
88 sfsprintf(buf, z, "%lu.%0*lu%s", n, i, r, suf);
90 sfsprintf(buf, z, "%lu%s", n, suf);
H A Dfmtscale.c41 char suf[3]; local
73 s = suf;
86 sfsprintf(buf, z, "%I*u%c%d%s", sizeof(n), n, p->decimal >= 0 ? p->decimal : '.', r, suf);
91 sfsprintf(buf, z, "%I*u%s", sizeof(n), n, suf);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dbudemang.c42 const char *pre, *suf; local
58 suf = strchr (name, '@');
59 if (suf != NULL)
61 alloc = xmalloc (suf - name + 1);
62 memcpy (alloc, name, suf - name);
63 alloc[suf - name] = '\0';
71 if (pre_len != 0 || suf != NULL)
81 if (suf == NULL)
82 suf = res + len;
83 suf_len = strlen (suf)
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtmlex.c38 * ntab and nsuf are the number of elements in tab and suf,
42 * suf is a table of nsuf valid str suffixes
48 tmlex(register const char* s, char** e, char** tab, int ntab, char** suf, int nsuf) argument
55 if (*x && *x != '%' && tmword(s, e, x, suf, nsuf))
60 if (suf && tab >= tm_info.format && tab < tm_info.format + TM_NFORM)
61 suf = tm_data.format + (suf - tm_info.format);
63 if (*x && *x != '%' && tmword(s, e, x, suf, nsuf))
H A Dtmword.c37 * suf is an n element table of suffixes that may trail s
44 tmword(register const char* s, char** e, register const char* t, char** suf, int n) argument
73 while (n-- && (t = *suf++))
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dlsk.tcl14 set suf "/"
19 set suf ""
21 puts "$len $tim [file tail $path]$suf"
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tests/visualtests/utils/
H A DtestUtil.tcl55 set fInfo(suf) ".tga"
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dflipc_cb.h830 #define NEXT_BUFFERLIST_PTR(bufferlist_ptr, endpoint, suf) \
832 == ((endpoint)->const ## suf ## _next_buffer_list)) ? \
833 ((endpoint)->const ## suf ## _my_buffer_list) : \
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtw.spell.c41 spell_me(struct Strbuf *oldname, int looking, Char *pat, eChar suf) argument
82 TW_COMMAND : looking, 1, pat, suf);
H A Dtw.comp.c456 tw_complete(const Char *line, Char **word, Char **pat, int looking, eChar *suf) argument
577 *suf = CHAR_ERR;
579 *suf = *ptr;
582 *suf = '\0';
589 switch (*suf) {
597 xprintf("%c\n", (int)*suf);
640 *suf = '\0';
H A Dtw.parse.c167 eChar suf = 0; local
262 looking = tw_complete(qline.s + cmd_start, &p, &pat, looking, &suf);
301 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf);
319 search_ret = spell_me(&wordbuf, looking, pat, suf);
324 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf);
353 search_ret = spell_me(&wordbuf, looking, pat, suf);
459 search_ret = t_search(&wordbuf, LIST, looking, 1, pat, suf);
1463 Char *pat, eChar suf)
1741 switch (suf) {
1751 Strbuf_append1(word, suf);
1462 t_search(struct Strbuf *word, COMMAND command, int looking, int list_max, Char *pat, eChar suf) argument
[all...]
/macosx-10.9.5/system_cmds-597.90.1/ltop.tproj/
H A Dltop.c299 char suf = ' '; local
309 suf = 'G';
312 suf = 'M';
315 suf = 'K';
319 if (suf == ' ') {
320 suf = posneg;
323 printf("%8lld%c%c ", num, suf, posneg);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/ltop.tproj/
H A Dltop.c299 char suf = ' '; local
309 suf = 'G';
312 suf = 'M';
315 suf = 'K';
319 if (suf == ' ') {
320 suf = posneg;
323 printf("%8lld%c%c ", num, suf, posneg);
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcomp.h106 char *suf; /* suffix string from -S */ member in struct:cmatch
307 char *suf; /* suffix to insert (-S) */ member in struct:cadata
H A Dzle_utils.c1459 int pre, suf; local
1470 for(suf = 0; suf < sh - pre &&
1471 zleline[zlell - 1 - suf] == lastline[lastll - 1 - suf]; )
1472 suf++;
1479 if(suf + pre == lastll) {
1483 ch->dell = lastll - pre - suf;
1487 if(suf + pre == zlell) {
1491 ch->insl = zlell - pre - suf;
[all...]
H A Dcompresult.c659 if (m->suf) {
660 inststrlen(m->suf, 1, (l = strlen(m->suf)));
684 hasbrpsfx(Cmatch m, char *pre, char *suf) argument
725 ((!suf && !lastpostbr) ||
726 (suf && lastpostbr && !strcmp(suf, lastpostbr))));
1005 if (m->suf) {
1012 minfo.insc = strlen(m->suf);
1023 stringaszleline(m->suf,
[all...]
H A Dcomputil.c49 int suf; /* longest suffix (description) */ member in struct:cdstate
194 cd_state.pre = cd_state.suf = 0;
206 if ((l = strlen(str->desc)) > cd_state.suf)
207 cd_state.suf = l;
628 * max description length (cd_state.suf) +
632 cd_state.pre + cd_state.suf +
731 VARARR(char, dbuf, cd_state.suf + cd_state.slen +
3986 char buf[PATH_MAX2 + 1], *suf, *p; local
4050 suf = dyncat(skipped, rembslash(dyncat(compprefix, compsuffix)));
4062 strcpy(buf + l, suf);
[all...]
/macosx-10.9.5/CPANInternal-140/TimeDate/lib/Date/
H A DParse.pm52 my @suf = (qw(th st nd rd th th th th th th)) x 3;
53 @suf[11,12,13] = qw(th th th);
225 *strptime = gen_parser(\%day,\%month,\@suf);
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dautoload.el495 (dolist (suf (get-load-suffixes)
497 (unless (string-match "\\.elc" suf) (push suf tmp)))))
/macosx-10.9.5/rsync-42/rsync/
H A Dutil.c1278 const char *suf, *s; local
1292 suf = "";
1313 suf = s;
1319 return suf;
1322 s = suf;
1325 return suf;
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dzutil.c859 int nbc = 0, colon = 0, pre = 0, suf = 0; local
871 if ((d = strlen(cp + 1)) > suf)
872 suf = d;
877 VARARR(char, buf, pre + suf + sl + 1);
884 suf = pre + sl;
898 strcpy(buf + suf, cp + 1);
/macosx-10.9.5/ruby-104/ruby/tool/
H A Dtranscode-tblgen.rb455 if !n && !(suf = rawbytes.gsub(/[^A-Za-z0-9_]/, '')).empty? && !UsedName[nn = "str1_" + suf] then n = nn end
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dsmpdtfmt.cpp3477 UnicodeString suf; local
3495 suf = decfmt->getNegativeSuffix(suf);
3498 suf = decfmt->getPositiveSuffix(suf);
3503 if (suf.length() <= 0) {
3508 patternMatch = compareSimpleAffix(suf,fPattern,patLoc);
3511 textPreMatch = compareSimpleAffix(suf,text,start);
3514 textPostMatch = compareSimpleAffix(suf,text,start-suf
[all...]
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim179 let suf = strlen(matchline) - endcol
181 let suffix = (suf ? '\)\%' . (endcol + 1) . 'c.*$' : '\)$')
754 " let suf = strlen(matchline) - matchend(matchline, regexp)
756 " let suffix = (suf ? '\).\{' . suf . '}$' : '\)$')

Completed in 658 milliseconds

12345678