Searched refs:colon (Results 1 - 25 of 35) sorted by relevance

12

/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A DprintResult.c43 char *colon = ""; local
53 colon = ":";
57 cp, colon, val);
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c133 char *colon; local
147 colon = strchr(p, ':');
148 if (colon != NULL)
150 *colon = '\0';
206 *colon++ = ':';
210 colon = p;
241 at = colon;
242 len = strlen(colon) + 1;
247 name, colon);
250 (void) sm_strlcpy(addr.sunix.sun_path, colon,
[all...]
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dpraliases.c238 char *colon; local
247 colon = strchr(filename, PATH_SEPARATOR);
248 if (colon == NULL)
255 *colon = '\0';
256 db_name = colon + 1;
290 if (colon != NULL)
291 *colon = ':';
395 if (colon != NULL)
396 *colon = ':';
/osnet-11/usr/src/lib/libc/port/gen/
H A Dpfmt_print.c99 const char *psev = NULL, *colon; local
105 colon = __gtxt(fmt_cat, def_colonid, def_colon);
111 if ((status = fputs(colon, stream)) < 0)
149 if ((status = fputs(colon, stream)) < 0)
/osnet-11/usr/src/lib/libwrap/
H A Dmisc.c176 char *obr, *cbr, *colon; local
181 if ((colon = strchr(p, ':')) == NULL)
183 if ((obr = strchr(p, '[')) == NULL || obr > colon)
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/
H A Dopenfw.c280 char *colon = grub_strchr (path, ':'); local
282 if (! colon)
285 return grub_strdup (colon + 1);
292 char *colon = grub_strchr (path, ':'); local
310 if (colon)
311 pathlen = (int)(colon - path);
/osnet-11/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c294 /* Skip the colon at (*q) */
750 char *colon; local
841 if ((colon = strchr(instr, ':')) != 0) {
842 *colon = '\0'; /* terminate field to extract name */
930 if (colon != 0)
931 *colon = ':'; /* restoration */
959 char *colon = 0; /* <=== need comment re lifetime */ local
1023 if ((colon = strchr(instr, ':')) != 0) {
1024 *colon = '\0';
1044 if (colon !
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c82 static CONST_UCHAR colon[] = ":"; variable
224 MD5Update(&ctx, colon, 1);
231 MD5Update(&ctx, colon, 1);
252 MD5Update(&ctx, colon, 1);
254 MD5Update(&ctx, colon, 1);
285 MD5Update(&ctx, colon, 1);
290 MD5Update(&ctx, colon, 1);
305 MD5Update(&ctx, colon, 1);
308 MD5Update(&ctx, colon, 1);
310 MD5Update(&ctx, colon,
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmilter.c654 char *colon; local
678 colon = strchr(p, ':');
679 if (colon != NULL)
681 *colon = '\0';
741 *colon++ = ':';
747 colon = p;
755 at = colon;
756 if (strlen(colon) >= sizeof(addr.sunix.sun_path))
760 m->mf_name, colon);
764 m->mf_name, colon);
[all...]
H A Dmap.c7389 char *colon; local
7439 colon = strchr(p, ':');
7440 if (colon != NULL)
7442 *colon = '\0';
7490 *colon++ = ':';
7494 colon = p;
7520 at = colon;
7521 if (strlen(colon) >= sizeof(addr.sunix.sun_path))
7524 map->map_mname, colon);
7527 errno = safefile(colon, RunAsUi
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c358 char *colon = strchr(nextHeader, ':'); local
360 if (colon == NULL) {
364 *colon = '\0';
366 value = colon + 1;
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c1845 char *slash, *colon, *dev_addr; local
1868 colon = strrchr(slash, ':');
1869 if (colon != NULL)
1870 *colon = '\0';
2352 char *colon; local
2354 if ((colon = strrchr(alias_name, ':')) != NULL) {
2360 *colon = '\0';
2363 if ((colon = strrchr(prom_path, ':')) != NULL) {
2364 (void) strcat(alias_name, colon);
H A Ddevinfo_devlink.c1386 char *colon; local
1397 if ((colon = minor_colon(pdup)) == NULL) {
1403 *colon = '\0';
1405 if ((vp = get_last_minor(hdp, pdup, colon + 1, flags)) != NULL) {
1413 *colon = ':';
1420 if (strcmp((*pp)->name, colon + 1) == 0)
1425 *pp = minor_insert(hdp, vp, colon + 1, nodetype, pp);
1438 if (cp && strcmp(cp, colon + 1) == 0)
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Draid.c762 char *colon = grub_strchr (array->name, ':');
764 colon ? colon + 1 : array->name);
761 char *colon = grub_strchr (array->name, ':'); local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm92 leading colon.
96 A trailing colon is added automatically to the resulting path, to denote a
104 see (4), or arguments consisting solely of colons ("colon paths"),
118 Adding a colon ":" or empty string "" to a path at I<any> position
121 (6)). This way, a colon ":" is handled like a "." (curdir) on Unix,
217 # updir colon path ('::', ':::' etc.), don't shift
239 if ($arg =~ /^::+\Z(?!\n)/ ) { # updir colon path like ':::'
241 while ((@args) && ($args[0] =~ /^::+\Z(?!\n)/) ) { # while updir colon path
255 # add a leading colon if need be
506 colon t
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm395 The path separator is ':' (aka colon), not '/' (aka slash). Mac OS users
402 OS conventions: The path separator is a colon ':', not a slash '/'. A
405 directory name in the current working directory, where the leading colon
421 both a leading and a trailing colon will be added, when the directory name in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm267 # Resolves any updirs in the pattern. Removes a single trailing colon
279 # remove a single trailing colon, e.g. ":*:" -> ":*"
473 The path separator is a colon ':', not a slash '/' or backslash '\'. A
476 directory name in the current working directory, where the leading colon
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h329 FNPROTO(colon); variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL136 heading style and marks C<=item> entries with a colon in the left margin.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm156 Tag names always begin with a colon. The Opcode module defines several
232 with a colon C<:>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm86 libraries. LD_RUN_PATH is a colon separated list of the directories
200 Entries in C<$potential_libs> beginning with a colon and followed by
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm605 colon in the left margin. Defaults to false.
H A DInputObjects.pm399 by a colon (':'), followed by the line number.
692 by a colon (':'), followed by the line number.
H A DHtml.pm630 --libpods - colon-separated list of pages to search for =item pod
636 --podpath - colon-separated list of directories containing library
1350 $urls : # need resource and a colon
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg.c4422 char buf[MAX_PATH_LEN] = {0}, buf1[MAX_PATH_LEN] = {0}, *colon; local
4434 colon = strrchr(buf, ':');
4435 if (colon == NULL)
4438 *colon = 0;

Completed in 93 milliseconds

12