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

1234

/freebsd-10.3-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.3-release/crypto/heimdal/appl/rcp/
H A Dextern.h45 char *colon (char *);
/freebsd-10.3-release/bin/rcp/
H A Dextern.h41 char *colon(char *);
/freebsd-10.3-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.3-release/usr.bin/indent/
H A Dindent_codes.h47 #define colon 9 macro
/freebsd-10.3-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.3-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.3-release/contrib/apr/include/
H A Dapr_escape.h322 * @param colon If not zero, insert colon characters between hex digits.
327 apr_size_t srclen, int colon, apr_size_t *len);
335 * @param colon If not zero, insert colon characters between hex digits.
340 apr_size_t slen, int colon) __attribute__((nonnull(1)));
347 * @param colon If not zero, ignore colon characters between hex digits.
353 apr_ssize_t slen, int colon, apr_size_t *len);
357 * If the colon characte
[all...]
/freebsd-10.3-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.3-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.3-release/lib/libipsec/
H A Dpolicy_token.l68 colon \:
112 unique{colon}{decstring} {
/freebsd-10.3-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.3-release/usr.sbin/rrenumd/
H A Dlexer.l76 colon \:
89 ipv6addr {hexdigit}{0,4}({colon}{hexdigit}{0,4}){2,7}
/freebsd-10.3-release/contrib/ntp/clockstuff/
H A Dpropdelay.c308 char *colon; local
335 colon = strchr(str, ':');
336 if (colon != NULL) {
342 while (cp < colon)
348 colon = strchr(cp, ':');
349 if (colon != NULL) {
351 while (cp < colon)
/freebsd-10.3-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.3-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.3-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.3-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.3-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.3-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.3-release/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp55 tok::question, tok::colon))
192 (!Parent || Parent->isOneOf(tok::colon, tok::l_square, tok::l_paren,
237 if (CurrentToken->is(tok::colon))
266 if (CurrentToken->is(tok::colon))
290 if (CurrentToken->is(tok::colon)) {
323 case tok::colon:
761 tok::comma, tok::semi, tok::kw_return, tok::colon,
795 tok::question, tok::colon, tok::kw_return,
878 (Current->is(tok::colon) && Current->Type == TT_ObjCMethodExpr)))
1182 if (Left.is(tok::colon)
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/svnsync/
H A Dsync.c117 char *colon; local
120 /* split at the last colon */
121 colon = strrchr(line, ':');
123 if (! colon)
125 _("Missing colon in svn:mergeinfo "
128 rangelist = colon + 1;
131 if (colon[1] == '0')
160 svn_stringbuf_appendbytes(new_str, line, colon + 1 - line);
/freebsd-10.3-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));

Completed in 668 milliseconds

1234