| /src/external/bsd/am-utils/dist/conf/checkmount/ |
| checkmount_osf.c | 64 char *delim; local 70 if ((delim = strchr(fslist[i].f_mntfromname, ':'))) { 71 *delim = '\0'; 72 if ((STREQ(delim + 1, path) || 77 } else if ((delim = strchr(fslist[i].f_mntfromname, '@'))) { 78 *delim = '\0'; 81 is_same_host(delim + 1, host, hostaddr))
|
| checkmount_osf.c | 64 char *delim; local 70 if ((delim = strchr(fslist[i].f_mntfromname, ':'))) { 71 *delim = '\0'; 72 if ((STREQ(delim + 1, path) || 77 } else if ((delim = strchr(fslist[i].f_mntfromname, '@'))) { 78 *delim = '\0'; 81 is_same_host(delim + 1, host, hostaddr))
|
| /src/external/bsd/mdocml/dist/ |
| eqn_term.c | 56 int delim; local 85 delim = 1; 87 delim = 0; 168 if (delim) {
|
| eqn_term.c | 56 int delim; local 85 delim = 1; 87 delim = 0; 168 if (delim) {
|
| eqn_parse.h | 36 int delim; /* In-line delimiters enabled. */ member in struct:eqn_node
|
| eqn_parse.h | 36 int delim; /* In-line delimiters enabled. */ member in struct:eqn_node
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| strip_addr.c | 124 char *delim = "+-"; local 147 stripped = strip_addr_internal("foo", (char **) 0, delim); 151 stripped = strip_addr_internal("foo", &extension, delim); 167 stripped = strip_addr_internal("foo@bar", (char **) 0, delim); 171 stripped = strip_addr_internal("foo@bar", &extension, delim); 187 stripped = strip_addr_internal("foo-ext", (char **) 0, delim); 194 stripped = strip_addr_internal("foo-ext", &extension, delim); 214 stripped = strip_addr_internal("foo-ext@bar", (char **) 0, delim); 221 stripped = strip_addr_internal("foo-ext@bar", &extension, delim); 231 stripped = strip_addr_internal("foo+ext@bar", &extension, delim); [all...] |
| strip_addr.c | 124 char *delim = "+-"; local 147 stripped = strip_addr_internal("foo", (char **) 0, delim); 151 stripped = strip_addr_internal("foo", &extension, delim); 167 stripped = strip_addr_internal("foo@bar", (char **) 0, delim); 171 stripped = strip_addr_internal("foo@bar", &extension, delim); 187 stripped = strip_addr_internal("foo-ext", (char **) 0, delim); 194 stripped = strip_addr_internal("foo-ext", &extension, delim); 214 stripped = strip_addr_internal("foo-ext@bar", (char **) 0, delim); 221 stripped = strip_addr_internal("foo-ext@bar", &extension, delim); 231 stripped = strip_addr_internal("foo+ext@bar", &extension, delim); [all...] |
| match_service.c | 103 const char *delim = CHARS_COMMA_SP; local 109 while ((item = mystrtok(&bp, delim)) != 0)
|
| match_service.c | 103 const char *delim = CHARS_COMMA_SP; local 109 while ((item = mystrtok(&bp, delim)) != 0)
|
| /src/usr.bin/pr/ |
| egetopt.c | 77 static int delim; /* which option delimiter */ local 96 delim = (int)*place; 138 return (delim); 153 if (delim == (int)'+') {
|
| egetopt.c | 77 static int delim; /* which option delimiter */ local 96 delim = (int)*place; 138 return (delim); 153 if (delim == (int)'+') {
|
| /src/usr.bin/paste/ |
| paste.c | 61 static char *delim = dflt_delim; variable 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 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/external/gpl2/groff/dist/src/preproc/eqn/ |
| eqn.y | 97 %token DELIM 118 %type <str> text delim 219 | LEFT delim equation RIGHT delim 221 | LEFT delim equation 323 delim: label
|
| eqn.y | 97 %token DELIM 118 %type <str> text delim 219 | LEFT delim equation RIGHT delim 221 | LEFT delim equation 323 delim: label
|
| /src/sys/dev/ir/ |
| irframe.c | 114 const char *delim; local 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/indent/ |
| pr_comment.c | 91 bool delim = false; // only relevant if may_wrap local 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 [all...] |
| /src/usr.bin/m4/ |
| trace.c | 176 char delim[3]; local 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/mklocale/ |
| mklocaledb.c | 229 static const char delim[3] = { '\0', '\0', '#' }; local 261 NULL, delim, FPARSELN_UNESCALL);
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Statistic.cpp | 208 const char *delim = ""; local 210 OS << delim; local 217 delim = ",\n"; 220 TimerGroup::printAllJSONValues(OS, delim);
|
| /src/external/bsd/kyua-testers/dist/ |
| atf_list.c | 178 char* delim = strstr(line, ": "); local 179 if (delim == NULL) 181 *delim = '\0'; *(delim + 1) = '\0'; 184 *value = delim + 2;
|
| /src/external/bsd/nvi/dist/common/ |
| search.c | 49 int delim; local 107 for (delim = *ptrn, p = t = ++ptrn;; *t++ = *p++) { 108 if (--plen == 0 || p[0] == delim) { 114 if(p[1] == delim) {
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_global.c | 80 int cnt, delim, eval; local 103 delim = *p++; 112 if (p[0] == '\0' || p[0] == delim) { 113 if (p[0] == delim) 124 if (p[1] == delim)
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LdifReader.cpp | 268 char delim = line[pos]; local 269 if ( delim == ':' || delim == '<' ) 279 if ( delim == ':' ) 309 else if ( delim == '<' )
|