HomeSort by: relevance | last modified time | path
    Searched defs:delim (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/usr.bin/pr/
egetopt.c 77 static int delim; /* which option delimiter */ local in function:egetopt
96 delim = (int)*place;
138 return (delim);
153 if (delim == (int)'+') {
egetopt.c 77 static int delim; /* which option delimiter */ local in function:egetopt
96 delim = (int)*place;
138 return (delim);
153 if (delim == (int)'+') {
  /src/usr.bin/paste/
paste.c 61 static char *delim = dflt_delim; variable in typeref:typename:char *
73 delim = strdup(optarg);
74 delimcnt = tr(delim);
114 /* Start with the NUL at the end of 'delim' ... */
115 dp = delim + delimcnt;
134 if (dp >= delim + delimcnt)
135 dp = delim;
151 if (dp >= delim + delimcnt)
152 dp = delim;
176 for (cnt = 0, dp = delim;;) {
    [all...]
paste.c 61 static char *delim = dflt_delim; variable in typeref:typename:char *
73 delim = strdup(optarg);
74 delimcnt = tr(delim);
114 /* Start with the NUL at the end of 'delim' ... */
115 dp = delim + delimcnt;
134 if (dp >= delim + delimcnt)
135 dp = delim;
151 if (dp >= delim + delimcnt)
152 dp = delim;
176 for (cnt = 0, dp = delim;;) {
    [all...]
  /src/sys/dev/ir/
irframe.c 114 const char *delim; local in function:irframe_attach
134 delim = ":";
136 printf("%s SIR", delim);
137 delim = ",";
140 printf("%s MIR", delim);
141 delim = ",";
144 printf("%s FIR", delim);
145 delim = ",";
148 printf("%s VFIR", delim);
149 delim = ","
    [all...]
irframe.c 114 const char *delim; local in function:irframe_attach
134 delim = ":";
136 printf("%s SIR", delim);
137 delim = ",";
140 printf("%s MIR", delim);
141 delim = ",";
144 printf("%s FIR", delim);
145 delim = ",";
148 printf("%s VFIR", delim);
149 delim = ","
    [all...]
  /src/usr.bin/m4/
trace.c 176 char delim[3]; local in function:trace
179 delim[0] = LPAREN;
180 delim[1] = EOS;
182 fprintf(traceout, "%s%s%s%s", delim,
186 delim[0] = COMMA;
187 delim[1] = ' ';
188 delim[2] = EOS;
trace.c 176 char delim[3]; local in function:trace
179 delim[0] = LPAREN;
180 delim[1] = EOS;
182 fprintf(traceout, "%s%s%s%s", delim,
186 delim[0] = COMMA;
187 delim[1] = ' ';
188 delim[2] = EOS;
  /src/usr.bin/indent/
pr_comment.c 91 bool delim = false; // only relevant if may_wrap local in function:analyze_comment
115 delim = true;
117 delim = true;
147 *p_delim = delim;
152 copy_comment_start(bool may_wrap, bool *delim, int line_length)
161 if (*delim && fits_in_one_line(line_length))
162 *delim = false;
163 if (*delim) {
248 copy_comment_wrap_finish(int line_length, bool delim)
250 if (delim) {
343 bool may_wrap, delim; local in function:process_comment
    [all...]
pr_comment.c 91 bool delim = false; // only relevant if may_wrap local in function:analyze_comment
115 delim = true;
117 delim = true;
147 *p_delim = delim;
152 copy_comment_start(bool may_wrap, bool *delim, int line_length)
161 if (*delim && fits_in_one_line(line_length))
162 *delim = false;
163 if (*delim) {
248 copy_comment_wrap_finish(int line_length, bool delim)
250 if (delim) {
343 bool may_wrap, delim; local in function:process_comment
    [all...]
lexi.c 236 for (char delim = token.s[token.len - 1];;) { local in function:lex_char_or_string
243 if (token.s[token.len - 1] == delim)
  /src/sys/kern/
subr_bufq.c 351 const char *delim = ""; local in function:sysctl_kern_bufq_strategies
357 error = docopystr(oldp, &off, buflen, delim);
365 delim = " ";
subr_bufq.c 351 const char *delim = ""; local in function:sysctl_kern_bufq_strategies
357 error = docopystr(oldp, &off, buflen, delim);
365 delim = " ";
  /src/usr.bin/mklocale/
mklocaledb.c 229 static const char delim[3] = { '\0', '\0', '#' }; local in function:mklocaledb
261 NULL, delim, FPARSELN_UNESCALL);
mklocaledb.c 229 static const char delim[3] = { '\0', '\0', '#' }; local in function:mklocaledb
261 NULL, delim, FPARSELN_UNESCALL);
  /src/usr.sbin/wlanctl/
wlanctl.c 100 const char *delim; local in function:print_flags
101 delim = "<";
105 printf("%s%s", delim, flagnames[i].fn_name);
106 delim = ",";
110 printf("%s\n", (delim[0] == '<') ? "" : ">");
wlanctl.c 100 const char *delim; local in function:print_flags
101 delim = "<";
105 printf("%s%s", delim, flagnames[i].fn_name);
106 delim = ",";
110 printf("%s\n", (delim[0] == '<') ? "" : ">");
  /src/lib/libterminfo/
compile.c 71 char *obuf, type, flag, *buf, *delim, *name, *nbuf; local in function:_ti_promote
92 delim = strchr(buf, '|');
93 if (delim != NULL)
94 *delim++ = '\0';
106 buf = delim;
263 const char *delim; local in function:_ti_getname
280 delim = orig;
281 while (*delim != '\0' && *delim != TERMINFO_VDELIM)
282 delim++
    [all...]
compile.c 71 char *obuf, type, flag, *buf, *delim, *name, *nbuf; local in function:_ti_promote
92 delim = strchr(buf, '|');
93 if (delim != NULL)
94 *delim++ = '\0';
106 buf = delim;
263 const char *delim; local in function:_ti_getname
280 delim = orig;
281 while (*delim != '\0' && *delim != TERMINFO_VDELIM)
282 delim++
    [all...]
  /src/sys/netinet/
in_selsrc.c 274 const char *delim = "["; local in function:in_score_println
277 printf("%s%d", delim, score[i]);
278 delim = ", ";
419 const char *delim; local in function:in_get_selectsrc
424 for (delim = "", i = 0;
426 delim = ",", i++) {
428 delim, score_src_to_name(iss->iss_score_src[i]));
  /src/tests/lib/libc/regex/
t_regex_att.c 54 static const char delim[3] = "\\\\\0"; variable in typeref:typename:const char[3]
403 for (; (line = fparseln(input_file, &len, &lineno, delim, 0))
  /src/usr.bin/infocmp/
infocmp.c 728 char *alias, *aliascpy, *delim; local in function:main
733 delim = strchr(alias, TERMINFO_VDELIM);
734 if (delim != NULL)
735 *delim++ = '\0';
737 if (delim != NULL) {
738 while (*delim != '\0' && *delim != '|')
739 delim++;
740 if (*delim == '\0')
743 alias = delim + 1
    [all...]
  /src/usr.bin/nl/
nl.c 107 static char delim[2] = { '\\', ':' }; variable in typeref:typename:char[2]
159 delim[0] = optarg[0];
161 delim[1] = optarg[1];
165 "invalid delim argument -- %s",
292 if (buffer[2 * idx + 0] == delim[0] &&
293 buffer[2 * idx + 1] == delim[1]) {
402 (void)fprintf(stderr, "Usage: %s [-p] [-b type] [-d delim] [-f type] "
  /src/usr.bin/radioctl/
radioctl.c 504 const char *delim; local in function:print_vars
527 delim = "";
529 printf("%s stereo detect", delim), delim=",";
531 printf("%s signal detect", delim), delim=",";
533 printf("%s manageable mono/stereo", delim), delim=",";
535 printf("%s hardware search", delim), delim=","
    [all...]
  /src/lib/libc/time/
strptime.c 116 #define delim(p) ((p) == '\0' || isspace((unsigned char)(p))) macro
125 for (p = buf, rp = *bp; !delim(*rp) && p < &buf[sizeof(buf) - 1]; rp++)
493 else if (!delim(*bp) && *bp++ != 'C')
497 if (!delim(*bp))
518 if (delim(bp[1]) &&
539 if (delim(bp[1]) && *bp == 'J') {
554 if (delim(bp[0]) || delim(bp[1]) ||
555 delim(bp[2]) || !delim(bp[3])
    [all...]

Completed in 72 milliseconds

1 2 3