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

1234

/freebsd-11-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-11-stable/bin/rcp/
H A Dextern.h41 char *colon(char *);
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Dextern.h45 char *colon (char *);
/freebsd-11-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-11-stable/usr.bin/indent/
H A Dindent_codes.h47 #define colon 9 macro
/freebsd-11-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-11-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-11-stable/contrib/apr/include/
H A Dapr_escape.h350 * @param colon If not zero, insert colon characters between hex digits.
355 apr_size_t srclen, int colon, apr_size_t *len);
363 * @param colon If not zero, insert colon characters between hex digits.
368 apr_size_t slen, int colon) __attribute__((nonnull(1)));
375 * @param colon If not zero, ignore colon characters between hex digits.
381 apr_ssize_t slen, int colon, apr_size_t *len);
385 * If the colon characte
[all...]
/freebsd-11-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;
288 if (colon != NULL)
289 *colon = ':';
393 if (colon != NULL)
394 *colon = ':';
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-esp.c362 char *colon, *p; local
364 colon = strchr(decode, ':');
365 if (colon == NULL) {
369 *colon = '\0';
397 colon++;
398 if (colon[0] == '0' && colon[1] == 'x') {
401 colon += 2;
402 sa->secretlen = espprint_decode_hex(ndo, sa->secret, sizeof(sa->secret), colon);
405 i = strlen(colon);
428 char *colon; local
[all...]
/freebsd-11-stable/lib/libipsec/
H A Dpolicy_token.l68 colon \:
112 unique{colon}{decstring} {
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dmatchjobs.c213 char *atsign, *colon, *lhside, *numstr, *period, *rhside; local
230 colon = strchr(jobstr, ':');
233 if (colon != NULL)
234 *colon = '\0';
245 if (colon != NULL) {
246 rhside = colon + 1;
389 if (colon != NULL)
390 *colon = ':';
/freebsd-11-stable/usr.sbin/rrenumd/
H A Dlexer.l73 colon \:
86 ipv6addr {hexdigit}{0,4}({colon}{hexdigit}{0,4}){2,7}
/freebsd-11-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-11-stable/usr.bin/mail/
H A Dutil.c139 char *colon, *oldhfield = NULL; local
147 if ((lc = gethfield(ibuf, linebuf, lc, &colon)) < 0)
149 if ((hfield = ishfield(linebuf, colon, field)) != NULL)
158 * "colon" is set to point to the colon in the header.
162 gethfield(FILE *f, char linebuf[], int rem, char **colon) argument
182 *colon = cp;
217 ishfield(char linebuf[], char *colon, const char *field) argument
219 char *cp = colon;
/freebsd-11-stable/usr.sbin/kldxref/
H A Dkldxref.c225 const char *colon, *semi; local
236 colon = strchr(walker, ':');
238 if (semi != NULL && semi < colon)
240 if (colon - walker > sizeof(type))
242 strncpy(type, walker, colon - walker);
243 type[colon - walker] = '\0';
245 if (semi - colon >= sizeof(key))
247 strncpy(key, colon + 1, semi - colon - 1);
248 key[semi - colon
[all...]
/freebsd-11-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-11-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-11-stable/usr.bin/locate/locate/
H A Dlocate.c129 extern char **colon(char **, char*, char*);
160 dbv = colon(dbv, optarg, _PATH_FCODES);
194 dbv = colon(dbv, _PATH_FCODES, _PATH_FCODES);
196 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(char **dbv, char *path, char *dot) function
110 /* single colon -> dot */
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h66 /// Matches one colon: ':'
67 ColorStyle colon; member in struct:lldb_private::HighlightStyle
/freebsd-11-stable/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-11-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));

Completed in 326 milliseconds

1234