/illumos-gate/usr/src/lib/libmail/common/ |
H A D | abspath.c | 37 * string *abspath(char *path, char *dot, string *to) 41 * the value of "dot" will be prepended and the result 49 abspath(char *path, char *dot, string *to) argument 54 to = s_append(to, dot);
|
/illumos-gate/usr/src/cmd/sgs/tools/common/ |
H A D | leb128.c | 105 uint64_t dot = *dotp; local 111 data += dot; 114 if (dot > len) 128 * Increment shift & dot pointer 131 dot++; 139 *dotp = dot; 147 uint64_t dot = *dotp; local 153 data += dot; 156 if (dot > len) 170 * Increment shift & dot pointe 212 uint64_t dot = *dotp; local [all...] |
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_vwind.c | 105 if (dot == one) { 118 vshow(dot - cnt, NOLINE); 121 cnt -= vcline, dot -= vcline, vcline = 0; 125 cnt <= WTOP - ZERO && vfit(dot - cnt, cnt) <= WTOP - ZERO) 128 if (state != VISUAL || (!insert_line && !scroll_reverse) || (!scroll && (cnt > tot || vfit(dot - cnt, cnt) > tot / 3 + 1))) { 132 vcontext(dot + ind - cnt, '.'); 138 vcline += ind, dot += ind; 140 dot -= vcline - vcnt + 1, vcline = vcnt - 1; 153 if (dot == dol) { 158 i = dol - dot; [all...] |
H A D | ex_vops.c | 70 if (vundkind == VNONE || vundkind == VCAPU || vUNDdot != dot) { 76 putmk1(dot, vUNDsav); 81 vjumpto(dot, vUNDcurs, 0); 123 addr = dot - vcline; 142 if (show && (vundkind != VMCHNG || addr != dot)) 145 cnt = dot - addr; 148 vjumpto(dot, (unsigned char *)NOSTR, '.'); 179 vopen(dot, WBOT); 246 fprintf(trace, "vmacchng, vch_mac=%d, linebuf='%s', *dot=%o\n", vch_mac, linebuf, *dot); 853 dot = one; local [all...] |
H A D | ex_vmain.c | 96 addr = dot; 281 vmoveto(dot, cursor, 0); 394 fprintf(trace, "before vdown in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(dol)); 407 fprintf(trace, "before vnline in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(dol)); 412 fprintf(trace, "after vnline in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(dol)); 475 names[c - 'a'] = (*dot &~ 01); 487 addr = dot [all...] |
H A D | ex_cmds.c | 74 * If dot at last command 77 if (dot <= zero) { 78 dot = zero; 80 dot = one; 94 addr1 = addr2 = dot + poffset; 101 dot = addr1; 136 addr = dot; 138 addr2 = dot; 147 dot = addr; 180 dot [all...] |
H A D | ex_voper.c | 242 odot = dot; 260 dot = odot; 343 odot = wdot = dot; 349 dot = wdot = odot; 353 vjumpto(dot, ocurs, 0); 358 fprintf(trace, "after lmatchp in %, dot=%d, wdot=%d, " 359 "dol=%d\n", lineno(dot), lineno(wdot), lineno(dol)); 529 wdot = dot + cnt; 622 wdot = dot + cnt - 1; 632 wdot = (dot [all...] |
H A D | ex_cmdsub.c | 69 dot = a; 71 undap1 = undap2 = dot + 1; 88 dot++; 93 for (rdot = dot; a1 > rdot;) 169 dot = a1; 195 dot = a1; 336 markpr(addr2 == dot ? addr1 - 1 : addr2 + 1); 376 dot = adt + (ad2 - ad1); 383 dot = adt++; 553 undap1 = dot; [all...] |
H A D | ex_vops3.c | 89 wdot = dot; 103 if (dot == wdot) { 184 llimit = dot; 191 (wdot != dot - 1 || cursor != linebuf)) { 399 llimit = dot; 401 wdot = dot; 419 if (lmatchp(dot - vcline)) { 578 addr = dot; 602 if (addr == dot)
|
H A D | ex_addr.c | 55 * Set up addr1 and addr2 for commands whose default address is dot. 75 addr1 = addr2 = dot; 182 dot = zero; 267 addr = dot; 274 addr = dot; 283 addr = dot; 284 if (inputline && execute(0, dot)) { 336 if (addr == dot) 348 addr = dot; 366 addr = dot; [all...] |
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Defaults.java | 167 int dot = localHostName.indexOf('.'); 168 if (dot != -1) { 169 localHostName = localHostName.substring(0, dot);
|
/illumos-gate/usr/src/cmd/nsadmin/ |
H A D | Makefile | 48 .profile: dot-profile.sh 50 $(CP) dot-profile.sh $@
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | cmd1.c | 66 * Don't change dot if invoker didn't give an argument. 91 if (dot != &message[n-1]) 92 dot = mp; 202 dot = &message[*ip - 1]; 236 curind = (!Hflag && dot == mp) ? '>' : ' '; 359 * Print out the value of dot. 365 printf("%d\n", dot - &message[0] + 1); 481 dot = mp; 561 dot = mp; 598 dot [all...] |
H A D | list.c | 655 mesg = dot - &message[0] + 1; 658 for (mp = dot; mp < &message[msgCount]; mp++) { 663 mesg = dot - &message[0]; 664 for (mp = dot-1; mp >= &message[0]; mp--) { 780 for (mp = dot + 1; mp < &message[msgCount]; mp++) 790 for (mp = dot - 1; mp >= &message[0]; mp--) 810 m = dot - &message[0] + 1; 811 if ((dot->m_flag & MDELETED) != f) {
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_string.c | 85 static char dot[] = "."; local 89 return (dot); 106 return (dot);
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_string.c | 72 static char dot[] = "."; local 76 return (dot); 93 return (dot);
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | auth_time.c | 213 char *dot = NULL; /* tmp pointer */ local 376 if ((dot = strrchr(ipuaddr, '.')) != 0) { 377 *dot = '\0'; 378 if ((dot = strrchr(ipuaddr, '.')) != 0) 379 *dot = '\0'; 382 if (dot == 0 || 483 if ((dot = strrchr(ut, '.')) != 0) { 484 *dot = '\0'; 485 if ((dot = strrchr(ut, '.')) != 0) 486 *dot [all...] |
/illumos-gate/usr/src/cmd/svc/servinfo/ |
H A D | servinfo.c | 75 char *dot, *p; local 77 if ((dot = strrchr(addr, '.')) == 0) { 80 if (dot == addr) 83 p = dot - 1; 86 * If the first dot hasn't been seen, it's a 94 port = strtol(p + 1, &dot, 10) << 8; 95 port = port | strtol(dot + 1, (char **)NULL, 10);
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | ldlibs.c | 96 char *dot = (char *)MSG_ORIG(MSG_STR_DOT); local 104 compat_YL_YU(ofl, dot, i) : dot), 120 compat_YL_YU(ofl, dot, i) : dot), 144 compat_YL_YU(ofl, dot, i) : dot),
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | printf.c | 223 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; local 251 sign = 0; dot = 0; dwidth = 0; upper = 0; 255 dot = 1; 270 if (!dot) { 281 if (!dot) { 293 if (dot) 397 if (!dot)
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 198 static LINE dot; variable 499 addr1 = addr2 = dot; 520 addr1 = dot; 543 dot = a1; 568 if (((linebuf[0] != '.') || (dot == (addr1-1))) && 570 dot = addr1; 636 if (dot == addr2-1) 637 dot += 1; 642 addr1 = dot; 643 addr2 = dot [all...] |
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | getnameinfo.c | 150 char *dot; local 155 dot = strchr(hp->h_name, '.'); 156 if (dot != NULL) 157 *dot = '\0';
|
/illumos-gate/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 124 * decimal dot equivalent. h1.h2.h3.h4.p1.p2 where h1-h4 are the host 233 char *dot; local 261 if ((dot = strrchr(tmpaddr, '.')) != 0) { 262 *dot = '\0'; 263 p2 = atoi(dot+1); 264 if ((dot = strrchr(tmpaddr, '.')) != 0) { 265 *dot = '\0'; 266 p1 = atoi(dot+1); 270 if (dot == 0) { 769 *--cp = '\0'; /* null out the dot afte 819 char *dot; local [all...] |
/illumos-gate/usr/src/lib/libmail/inc/ |
H A D | libmail.h | 59 extern string *abspath(char *path, char *dot, string *to);
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | tparm.c | 240 grub_bool dot = FALSE; local 262 if (dot) { 265 dot = TRUE; 309 if (dot)
|