/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/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/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/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/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/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/lib/libast/common/sfio/ |
H A D | sftable.c | 55 int base, fmt, flags, dot, width, precis; local 106 flags = dot = 0; 175 if((dot += 1) == 2) 196 fp[n].ft.size = dot; 199 if(dot <= 2) 200 need[dot] = n; 209 if(dot == 0) 211 else if(dot == 1) 213 else if(dot == 2)
|
H A D | sfvprintf.c | 107 int dot, width, precis, sign, decpt; local 233 n_str = dot = 0; 334 dot += 1; 335 if(dot == 1) 340 else if(dot == 2) 379 { FMTSET(ft, form,args, '.',dot, 0, 0,0,0, NIL(char*), 0); 386 else v = (dot <= 2) ? va_arg(args,int) : 0; 388 else v = dot <= 2 ? va_arg(args,int) : 0; 405 if(dot == 0) 411 else if(dot [all...] |
H A D | sfvscanf.c | 312 int fmt, flags, dot, n_assign, v, n, n_input; local 435 width = dot = 0; 504 dot += 1; 523 { FMTSET(ft, form,args, '.',dot, 0, 0,0,0, 529 else v = (dot <= 2) ? va_arg(args,int) : 0; 531 else v = (dot <= 2) ? va_arg(args,int) : 0; 553 if(dot == 0 || dot == 1) 555 else if(dot == 2)
|
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | name.c | 248 char *dot; local 257 dot = strchr(node, '.'); 258 if (dot) 259 *dot = '\0';
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | completion.c | 124 int dot = '.'; local 134 dot = 'a'; 137 if((c= mbchar(cp)) , c!=dot && !isaname(c))
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | arith.c | 141 int dot=0; local 146 if(c=='[' && dot==NV_NOADD) 153 dot=NV_NOADD; 182 if((lvalue->emode&ARITH_COMP) && dot) 211 dot = NV_NOADD|NV_NOFAIL; 231 else if(!(np = nv_open(*ptr,root,NV_NOASSIGN|NV_VARNAME|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/vi/port/ |
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...] |
/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)
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_dir.c | 546 struct tdirent *dot, *dotdot; local 552 dot = tmp_memalloc(sizeof (struct tdirent) + 2, TMP_MUSTHAVE); 558 dot->td_tmpnode = dir; 559 dot->td_offset = 0; 560 dot->td_name = (char *)dot + sizeof (struct tdirent); 561 dot->td_name[0] = '.'; 562 dot->td_parent = dir; 563 tmpfs_hash_in(dot); 576 dot [all...] |
/illumos-gate/usr/src/tools/ctf/stabs/common/ |
H A D | fth_struct.c | 202 static char dot[3] = "."; local 207 dot[1] = *format; 208 return (dot);
|
/illumos-gate/usr/src/tools/stabs/ |
H A D | main.c | 431 static char dot[3] = "."; local 436 dot[1] = *format; 437 return (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/lib/nsswitch/ldap/common/ |
H A D | ldap_common.c | 560 char *dot; local 565 if ((dot = strchr(string, '.')) == NULL) { 568 *dot = '\0'; 570 (void) strcpy(domain, ++dot);
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | cp.c | 184 static const char dot[2] = { '.' }; variable 486 e = (char*)dot; 838 argv[1] = (char*)dot; 900 if (file != (char*)dot)
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_string.c | 617 static char dot[] = "."; local 621 return (dot); 638 return (dot);
|
/illumos-gate/usr/src/cmd/du/ |
H A D | du.c | 61 static char *dot = "."; variable 185 argv = ˙
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpc_subr.c | 330 char *dot; local 340 if ((dot = strnrchr(addr->buf, '.', addr->len)) == (char *)NULL) 343 newlen = (int)((dot - addr->buf + 1) + strlen(port)); 350 dot = strnrchr(addr->buf, '.', addr->len); 355 (void) strncpy(++dot, port, strlen(port));
|