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

1234

/freebsd-10-stable/contrib/amd/conf/checkmount/
H A Dcheckmount_bsd44.c56 char *colon; local
67 if ((colon = strchr(mntp->f_mntfromname, ':'))) {
68 *colon = '\0';
69 if (STREQ(colon + 1, path) &&
/freebsd-10-stable/bin/rcp/
H A Dextern.h41 char *colon(char *);
/freebsd-10-stable/crypto/heimdal/appl/rcp/
H A Dextern.h45 char *colon (char *);
/freebsd-10-stable/tools/regression/geom_gpt/
H A Dgctl_test_helper.c61 char *e, *colon, *equal; local
66 colon = strchr(arg, ':');
68 if (colon == NULL && equal == NULL)
70 if (colon == arg || equal == arg)
72 if (colon != NULL && equal != NULL && equal < colon)
75 if (colon != NULL)
76 *colon++ = '\0';
81 if (colon != NULL) {
83 if (*colon
[all...]
/freebsd-10-stable/usr.bin/indent/
H A Dindent_codes.h47 #define colon 9 macro
/freebsd-10-stable/contrib/amd/amd/
H A Drestart.c146 char *colon = strchr(me->mnt_fsname, ':'); local
147 if (colon && strstr(colon, "(pid"))
200 char *colon; local
214 colon = strchr(me->mnt_fsname, ':');
215 if (!colon || !strstr(colon, "(pid"))
223 if (sscanf(colon, "%*[^(](pid%ld%*[,)]", &pid) != 1) {
238 if (sscanf(colon, "%*[^,],port%hu)", &port) != 1) {
H A Dops_nfs.c733 char *colon; local
764 colon = strchr(mf->mf_info, ':');
765 if (colon == 0)
768 error = prime_nfs_fhandle_cache(colon + 1, mf->mf_server, &fhs, mf);
782 char *colon; local
805 if (!(colon = strchr(fs_name, ':')))
808 *colon = '\0';
812 *colon = ':';
1055 char *colon, *path; local
1075 colon
[all...]
/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/lib/libipsec/
H A Dpolicy_token.l68 colon \:
112 unique{colon}{decstring} {
/freebsd-10-stable/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-stable/usr.sbin/rrenumd/
H A Dlexer.l76 colon \:
89 ipv6addr {hexdigit}{0,4}({colon}{hexdigit}{0,4}){2,7}
/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/usr.bin/touch/
H A Dtouch.c315 const char *fmt, *colon; local
321 colon = strchr(arg, ':');
322 if (colon == NULL || strchr(colon + 1, ':') == NULL)
/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/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 1112 milliseconds

1234