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

1234

/freebsd-10.0-release/contrib/amd/conf/checkmount/
H A Dcheckmount_bsd44.c57 char *colon; local
68 if ((colon = strchr(mntp->f_mntfromname, ':'))) {
69 *colon = '\0';
70 if (STREQ(colon + 1, path) &&
/freebsd-10.0-release/bin/rcp/
H A Dextern.h41 char *colon(char *);
/freebsd-10.0-release/crypto/heimdal/appl/rcp/
H A Dextern.h45 char *colon (char *);
/freebsd-10.0-release/tools/regression/geom_gpt/
H A Dtest.c59 char *e, *colon, *equal; local
64 colon = strchr(arg, ':');
66 if (colon == NULL && equal == NULL)
68 if (colon == arg || equal == arg)
70 if (colon != NULL && equal != NULL && equal < colon)
73 if (colon != NULL)
74 *colon++ = '\0';
79 if (colon != NULL) {
81 if (*colon
[all...]
/freebsd-10.0-release/usr.bin/indent/
H A Dindent_codes.h47 #define colon 9 macro
/freebsd-10.0-release/contrib/amd/amd/
H A Drestart.c153 char *colon = strchr(me->mnt_fsname, ':'); local
154 if (colon && strstr(colon, "(pid"))
207 char *colon; local
221 colon = strchr(me->mnt_fsname, ':');
222 if (!colon || !strstr(colon, "(pid"))
230 if (sscanf(colon, "%*[^(](pid%ld%*[,)]", &pid) != 1) {
245 if (sscanf(colon, "%*[^,],port%hu)", &port) != 1) {
H A Dops_nfs.c725 char *colon; local
742 colon = strchr(mf->mf_info, ':');
743 if (colon == 0)
746 error = prime_nfs_fhandle_cache(colon + 1, mf->mf_server, &fhs, mf);
760 char *colon; local
779 if (!(colon = strchr(fs_name, ':')))
782 *colon = '\0';
786 *colon = ':';
1005 char *colon, *path; local
1025 colon
[all...]
/freebsd-10.0-release/contrib/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...]
/freebsd-10.0-release/contrib/sendmail/praliases/
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 = ':';
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-esp.c223 char *colon, *p; local
225 colon = strchr(decode, ':');
226 if (colon == NULL) {
230 *colon = '\0';
232 len = colon - decode;
259 colon++;
260 if (colon[0] == '0' && colon[1] == 'x') {
263 colon += 2;
264 sa->secretlen = espprint_decode_hex(ndo, sa->secret, sizeof(sa->secret), colon);
289 char *colon; local
[all...]
/freebsd-10.0-release/lib/libipsec/
H A Dpolicy_token.l68 colon \:
112 unique{colon}{decstring} {
/freebsd-10.0-release/usr.sbin/lpr/common_source/
H A Dmatchjobs.c211 char *atsign, *colon, *lhside, *numstr, *period, *rhside; local
228 colon = strchr(jobstr, ':');
231 if (colon != NULL)
232 *colon = '\0';
243 if (colon != NULL) {
244 rhside = colon + 1;
387 if (colon != NULL)
388 *colon = ':';
/freebsd-10.0-release/usr.sbin/rrenumd/
H A Dlexer.l76 colon \:
89 ipv6addr {hexdigit}{0,4}({colon}{hexdigit}{0,4}){2,7}
/freebsd-10.0-release/contrib/ntp/clockstuff/
H A Dpropdelay.c304 char *colon; local
331 colon = strchr(str, ':');
332 if (colon != NULL) {
338 while (cp < colon)
344 colon = strchr(cp, ':');
345 if (colon != NULL) {
347 while (cp < colon)
/freebsd-10.0-release/usr.bin/mail/
H A Dutil.c137 char *colon, *oldhfield = NULL; local
145 if ((lc = gethfield(ibuf, linebuf, lc, &colon)) < 0)
147 if ((hfield = ishfield(linebuf, colon, field)) != NULL)
156 * "colon" is set to point to the colon in the header.
160 gethfield(FILE *f, char linebuf[], int rem, char **colon) argument
180 *colon = cp;
215 ishfield(char linebuf[], char *colon, const char *field) argument
217 char *cp = colon;
/freebsd-10.0-release/usr.sbin/tcpdrop/
H A Dtcpdrop.c120 char *dot, *colon; local
124 colon = strrchr(arg, ':');
126 return (colon);
127 if (colon == NULL)
129 if (dot < colon)
130 return (colon);
/freebsd-10.0-release/usr.bin/locate/locate/
H A Dlocate.c128 extern char **colon(char **, char*, char*);
161 dbv = colon(dbv, optarg, _PATH_FCODES);
195 dbv = colon(dbv, _PATH_FCODES, _PATH_FCODES);
197 dbv = colon(dbv, path_fcodes, _PATH_FCODES);
H A Dutil.c50 char **colon(char **, char*, char*);
77 /* split a colon separated string into a char vector
86 colon(dbv, path, dot) function
113 /* single colon -> dot */
/freebsd-10.0-release/usr.bin/touch/
H A Dtouch.c335 const char *fmt, *colon; local
341 colon = strchr(arg, ':');
342 if (colon == NULL || strchr(colon + 1, ':') == NULL)
/freebsd-10.0-release/usr.bin/csup/
H A Dauth.c223 char *colon; local
225 colon = strchr(*line, ':');
226 if (colon == NULL)
228 *colon = 0;
231 *line = colon + 1;
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dupnp_xml.c50 * (and ?), but may have an inner structure of <namespace><colon><plain_label>.
73 * colon) and then the tag name itself.
183 * s: might be some other namespace name followed by colon
184 * u: might be some other namespace name followed by colon
/freebsd-10.0-release/crypto/openssh/
H A Dmisc.h31 char *colon(char *);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp105 tok::colon))
194 (!Parent || Parent->isOneOf(tok::colon, tok::l_square, tok::l_paren,
279 if (CurrentToken->is(tok::colon)) {
312 case tok::colon:
681 tok::comma, tok::semi, tok::kw_return, tok::colon,
710 tok::question, tok::colon, tok::kw_return,
966 if (Left.is(tok::colon) && Left.Type == TT_ObjCMethodExpr)
1042 if (Left.is(tok::colon))
1044 if (Right.is(tok::colon))
1090 if (Tok.is(tok::colon))
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dinit_c.c72 char *colon; local
112 colon = strchr ((*ctx)->admin_server, ':');
113 if (colon != NULL)
114 *colon++ = '\0';
120 else if (colon != NULL) {
123 (*ctx)->kadmind_port = htons(strtol (colon, &end, 0));
/freebsd-10.0-release/usr.sbin/ppp/
H A Dnat_cmd.c373 char *colon; local
376 colon = strchr(str, ':');
377 if (!colon) {
382 *colon = '\0'; /* Cheat the const-ness ! */
384 *colon = ':'; /* Cheat the const-ness ! */
388 return StrToPortRange(colon + 1, low, high, proto);

Completed in 189 milliseconds

1234