/illumos-gate/usr/src/cmd/ipf/lib/common/ |
H A D | printfr.c | 224 char *comma = " "; local 239 fputs(comma, stdout); 243 comma = ","; 246 fputs(comma, stdout); 250 comma = ","; 253 fputs(comma, stdout); 257 comma = ","; 260 fputs(comma, stdout); 264 comma = ","; 267 fputs(comma, stdou 341 char *comma = ""; local [all...] |
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_getalias.c | 117 int rc, i, j, len, comma; local 184 comma = 0; 205 len = len + comma + strlen(newhead); 218 if (comma) 221 comma = 1;
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | abienv.c | 43 static char const *comma = ","; variable 66 tok = strtok(envstr, comma); 76 tok = strtok(NULL, comma); 101 tok = strtok(envstr, comma); 104 tok = strtok(NULL, comma); 121 for (tok = strtok(envstr, comma); 123 tok = strtok(NULL, comma)) {
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 82 %type <i> pst opt_pst lbrace rparen comma nl opt_nl and bor 121 comma: label 122 ',' | comma NL 205 | patlist comma pattern { $$ = linkum($1, $3); } 265 pattern comma pattern { $$ = linkum($1, $3); } 266 | plist comma pattern { $$ = linkum($1, $3); } 271 | pplist comma ppattern { $$ = linkum($1, $3); } 367 | INDEX '(' pattern comma pattern ')' 369 | INDEX '(' pattern comma reg_expr ')' 373 | MATCHFCN '(' pattern comma reg_exp [all...] |
/illumos-gate/usr/src/cmd/logadm/ |
H A D | glob.c | 94 char *comma; local 115 /* stuff between "left" and "right" is comma-sep list */ 118 while ((comma = strchr(left, ',')) != NULL) { 121 /* stuff from left to comma is one variant */ 122 fn_list_appendrange(dup, left, comma); 124 left = comma + 1;
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/hostbridge/ |
H A D | hb_sun4.c | 45 char *comma; local 53 if ((comma = strchr(bac, ',')) != NULL) 54 *comma = '\0'; 58 "Trouble interpreting bus_addr before comma.\n"); 59 if (comma != NULL) 60 *comma = ','; 65 if (comma == NULL) { 70 pp->br_ba_ac = strtonum(mod, comma + 1, &e); 73 "Trouble interpreting bus_addr after comma.\n"); 74 *comma [all...] |
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/ |
H A D | ioboard.c | 225 char *comma; local 237 if ((comma = strchr(bac, ',')) == NULL) { 241 *comma = '\0'; 243 *comma = ','; 246 "Trouble interpreting %s before comma.\n", bac); 250 ac = strtonum(mod, comma + 1, &e); 253 "Trouble interpreting %s after comma.\n", bac);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | errmap.h | 248 int comma; 254 fprintf(ps->f, ps->comma ? ", (" : "("); 255 ps->comma = 1; 267 ps.comma = 0; 245 int comma; member in struct:mecherrmap__printstat
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | expand.c | 278 char comma, range=0; local 286 range = comma = brace = 0; 297 if(brace==0 && comma && *cp!='(') 299 comma = brace = 0; 376 comma = 1;
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 358 char *comma; local 368 comma = strchr(range, ','); 369 if (comma != NULL) 370 *comma = '\0'; 372 if (comma != NULL) 373 *comma = ','; 376 if (comma != NULL) { 377 *comma = ','; 378 range = comma + 1; 392 char *comma; local [all...] |
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_event.c | 398 char *comma = ","; local 402 s = strtok_r(flags, comma, &last); 409 s = strtok_r(NULL, comma, &last);
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | savemail.c | 1695 char *start, *at, *comma; local 1750 comma = strrchr(addr, ','); 1751 if (comma != NULL && comma[1] == '@' && 1752 strlen(comma + 2) < sizeof(hostbuf)) 1753 (void) sm_strlcpy(hostbuf, comma + 2, sizeof(hostbuf)); 1755 comma = NULL; 1757 start = comma;
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmtrace.c | 116 int comma; local 153 comma = 0; 173 comma = 1; 176 { if(comma) 184 comma = 1; 186 if(comma)
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | names.c | 110 int comma; local 114 comma = docomma(line); 118 while ((cp = yankword(cp, nbuf, sizeof (nbuf), comma)) != NOSTR) { 122 comma)) == NOSTR) {
|
H A D | aux.c | 53 static char *phrase(char *name, int token, int comma); 428 phrase(char *name, int token, int comma) argument 509 if (token && (!comma || c == '\n')) { 567 yankword(char *name, char *word, int sz, int comma) argument 577 cp = phrase(name, 1, comma);
|
H A D | collect.c | 1258 int comma = docomma(news); local 1260 while (news = yankword(news, name, sizeof (name), comma)) {
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 160 * so we don't have to decide whether to add a comma when 261 char *nextopt, *comma, *sopt; local 265 comma = strchr(sopt, ','); 266 if (comma) { 267 nextopt = comma + 1; 268 *comma = '\0'; 275 if (comma) 276 *comma = ',';
|
/illumos-gate/usr/src/lib/nsswitch/nis/common/ |
H A D | getnetgrent.c | 436 /* Don't allow comma */ 455 * the separator after it (comma or 626 * is in the comma-separated, newline-terminated "list" 628 static const char comma = ','; /* Don't let 'cfix' near this */ variable 641 while (*list == comma || isspace(*list)) 643 for (p = list; *p != 0 && *p != comma &&
|
/illumos-gate/usr/src/lib/libnsl/ipsec/ |
H A D | algs.c | 73 static const char *comma = ","; variable 112 token = strtok_r(NULL, comma, &lasts); 139 token = strtok_r(input_string, comma, &lasts); 158 } while ((token = strtok_r(NULL, comma, &lasts)) != NULL); 397 token = strtok_r(block_string, comma, &lasts); 417 } while ((token = strtok_r(NULL, comma, &lasts)) != 428 token = strtok_r(params_string, comma, &lasts); 449 } while ((token = strtok_r(NULL, comma, &lasts)) 472 token = strtok_r(alg_names, comma, &lasts); 494 } while ((token = strtok_r(NULL, comma, [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ipv6cp.c | 284 char *comma, *arg; local 294 comma = strchr(arg, ','); 297 * If comma first character, then no local identifier 299 if (comma != arg) { 300 if (comma != NULL) 301 *comma = '\0'; 313 * If comma last character, then no remote identifier 315 if (comma != NULL && *++comma != '\0') { 316 if (inet_pton(AF_INET6, comma, [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/ |
H A D | mpt_sas.c | 313 int loop, comma; local 383 for (loop = 0, comma = 0; 389 (comma ? ", " : ""), 391 comma++; 432 for (loop = 0, comma = 0; 439 (comma ? ", " : ""), 441 comma++;
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | auto_subr.c | 472 char *str, *comma; local 484 comma = strchr(str, ','); 485 if (comma != NULL) 486 *comma = '\0'; 488 if (comma != NULL) 489 *comma = ','; 1085 * seperated by a comma and there can be multiple
|
/illumos-gate/usr/src/cmd/krb5/kwarn/ |
H A D | kwarnd_proc.c | 420 /* loop thru comma seperated list-o-opts */ 421 char *comma = NULL, *c = NULL, *l = NULL; local 423 if (st && (comma = strchr(st, ','))) { 438 st = comma;
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_matching.c | 200 char *comma; local 226 comma = strchr(value, ','); 227 if (comma != NULL) 228 len = comma - value;
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 384 char *comma; local 397 * Find the comma in the last component component@x,y, and 398 * truncate the comma and any following number. 400 comma = strchr(lastslash, ','); 401 assert(comma != NULL); 403 *comma = '\0'; 409 *comma = ',';
|