/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | printfr.c | 222 char *comma = " "; local 237 fputs(comma, stdout); 241 comma = ","; 244 fputs(comma, stdout); 248 comma = ","; 251 fputs(comma, stdout); 255 comma = ","; 258 fputs(comma, stdout); 262 comma = ","; 265 fputs(comma, stdout); [all …]
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 359 char *comma; in proc_lwp_in_set() local 369 comma = strchr(range, ','); in proc_lwp_in_set() 370 if (comma != NULL) in proc_lwp_in_set() 371 *comma = '\0'; in proc_lwp_in_set() 373 if (comma != NULL) in proc_lwp_in_set() 374 *comma = ','; in proc_lwp_in_set() 377 if (comma != NULL) { in proc_lwp_in_set() 378 *comma = ','; in proc_lwp_in_set() 379 range = comma + 1; in proc_lwp_in_set() 393 char *comma; in proc_lwp_range_valid() local [all …]
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 105 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor 144 comma: 145 ',' | comma NL 228 | patlist comma pattern { $$ = linkum($1, $3); } 286 pattern comma pattern { $$ = linkum($1, $3); } 287 | plist comma pattern { $$ = linkum($1, $3); } 292 | pplist comma ppattern { $$ = linkum($1, $3); } 409 | INDEX '(' pattern comma pattern ')' 411 | INDEX '(' pattern comma reg_expr ')' 415 | MATCHFCN '(' pattern comma reg_expr ')' [all …]
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | abienv.c | 41 static char const *comma = ","; variable 64 tok = strtok(envstr, comma); in build_env_list() 74 tok = strtok(NULL, comma); in build_env_list() 99 tok = strtok(envstr, comma); in build_env_list1() 102 tok = strtok(NULL, comma); in build_env_list1() 119 for (tok = strtok(envstr, comma); in env_to_intlist() 121 tok = strtok(NULL, comma)) { in env_to_intlist()
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_getalias.c | 117 int rc, i, j, len, comma; in __getldapaliasbyname() local 184 comma = 0; in __getldapaliasbyname() 205 len = len + comma + strlen(newhead); in __getldapaliasbyname() 218 if (comma) in __getldapaliasbyname() 221 comma = 1; in __getldapaliasbyname()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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/fs.d/smbclnt/mount/ |
H A D | mount.c | 270 char *nextopt, *comma, *sopt; in main() local 274 comma = strchr(sopt, ','); in main() 275 if (comma) { in main() 276 nextopt = comma + 1; in main() 277 *comma = '\0'; in main() 284 if (comma) in main() 285 *comma = ','; in main()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | errmap.h | 245 int comma; member 251 fprintf(ps->f, ps->comma ? ", (" : "("); in mecherrmap__printone() 252 ps->comma = 1; in mecherrmap__printone() 264 ps.comma = 0; in mecherrmap_printmap()
|
/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); in build_keysizes() 139 token = strtok_r(input_string, comma, &lasts); in build_keysizes() 158 } while ((token = strtok_r(NULL, comma, &lasts)) != NULL); in build_keysizes() 397 token = strtok_r(block_string, comma, &lasts); in build_list() 417 } while ((token = strtok_r(NULL, comma, &lasts)) != in build_list() 428 token = strtok_r(params_string, comma, &lasts); in build_list() 449 } while ((token = strtok_r(NULL, comma, &lasts)) in build_list() 472 token = strtok_r(alg_names, comma, &lasts); in build_list() 494 } while ((token = strtok_r(NULL, comma, &lasts)) != in build_list()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | expand.c | 278 char comma, range=0; in path_generate() local 286 range = comma = brace = 0; in path_generate() 297 if(brace==0 && comma && *cp!='(') in path_generate() 299 comma = brace = 0; in path_generate() 376 comma = 1; in path_generate()
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | glob.c | 92 char *comma; in glob_debrace() local 116 while ((comma = strchr(left, ',')) != NULL) { in glob_debrace() 120 fn_list_appendrange(dup, left, comma); in glob_debrace() 122 left = comma + 1; in glob_debrace()
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | util.c | 51 static char *phrase(char *name, int token, int comma); 426 phrase(char *name, int token, int comma) in phrase() argument 507 if (token && (!comma || c == '\n')) { in phrase() 565 yankword(char *name, char *word, int sz, int comma) in yankword() argument 575 cp = phrase(name, 1, comma); in yankword()
|
H A D | names.c | 111 int comma; in extract() local 115 comma = docomma(line); in extract() 119 while ((cp = yankword(cp, nbuf, sizeof (nbuf), comma)) != NOSTR) { in extract() 123 comma)) == NOSTR) { in extract()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ipv6cp.c | 280 char *comma, *arg; local 290 comma = strchr(arg, ','); 295 if (comma != arg) { 296 if (comma != NULL) 297 *comma = '\0'; 311 if (comma != NULL && *++comma != '\0') { 312 if (inet_pton(AF_INET6, comma, &addr) != 1 || !VALIDID(addr)) { 313 option_error("Illegal interface identifier (remote): %s", comma);
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_hba.c | 41 const char *comma; in smrt_logvol_parse() local 44 comma = strchr(ua, ','); in smrt_logvol_parse() 45 if (comma == NULL) { in smrt_logvol_parse() 53 if (ddi_strtol(comma + 1, &eptr, 16, &lun) != 0 || *eptr != '\0' || in smrt_logvol_parse() 58 if (ddi_strtol(ua, &eptr, 16, &targ) != 0 || eptr != comma || in smrt_logvol_parse() 175 const char *ua, *comma; in smrt_phys_tran_tgt_init() local 191 comma = strchr(ua, ','); in smrt_phys_tran_tgt_init() 192 if (comma == NULL) { in smrt_phys_tran_tgt_init() 200 if (ddi_strtol(comma + 1, &eptr, 16, &lun) != 0 || *eptr != '\0' || in smrt_phys_tran_tgt_init()
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | auto_subr.c | 472 char *str, *comma; in str_opt() local 484 comma = strchr(str, ','); in str_opt() 485 if (comma != NULL) in str_opt() 486 *comma = '\0'; in str_opt() 488 if (comma != NULL) in str_opt() 489 *comma = ','; in str_opt()
|
/illumos-gate/usr/src/boot/efi/libefi/ |
H A D | env.c | 1025 bool comma = false; in efi_print_var_attr() local 1029 comma = true; in efi_print_var_attr() 1032 if (comma == true) in efi_print_var_attr() 1035 comma = true; in efi_print_var_attr() 1038 if (comma == true) in efi_print_var_attr() 1041 comma = true; in efi_print_var_attr() 1044 if (comma == true) in efi_print_var_attr() 1047 comma = true; in efi_print_var_attr() 1050 if (comma == true) in efi_print_var_attr() 1053 comma = true; in efi_print_var_attr()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/ |
H A D | mpt_sas.c | 314 int loop, comma; in display_targets() local 384 for (loop = 0, comma = 0; in display_targets() 390 (comma ? ", " : ""), in display_targets() 392 comma++; in display_targets() 433 for (loop = 0, comma = 0; in display_targets() 440 (comma ? ", " : ""), in display_targets() 442 comma++; in display_targets()
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_event.c | 398 char *comma = ","; in flagstohex() local 402 s = strtok_r(flags, comma, &last); in flagstohex() 409 s = strtok_r(NULL, comma, &last); in flagstohex()
|
/illumos-gate/usr/src/lib/passwdutil/ |
H A D | README.SunOS-aging | 34 A-06. What are those weird characters after the comma in my passwd file? 47 Note the comma in the encrypted password field. The characters after 48 the comma are used by the password aging mechanism.
|
/illumos-gate/usr/src/cmd/rmvolmgr/ |
H A D | rmm_common.c | 315 boolean_t comma; in rmm_print_nicknames_one() local 319 comma = B_FALSE; in rmm_print_nicknames_one() 323 (void) printf("%s%s", comma ? "," : "", in rmm_print_nicknames_one() 325 comma = B_TRUE; in rmm_print_nicknames_one() 332 (void) printf("%s%s", comma ? "," : "", volume_label); in rmm_print_nicknames_one() 333 comma = B_TRUE; in rmm_print_nicknames_one() 339 (void) printf("%s%s", comma ? "," : "", mount_point); in rmm_print_nicknames_one() 340 comma = B_TRUE; in rmm_print_nicknames_one()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_subr.c | 1081 char *comma = NULL, *equals = NULL; in i_parse_optstring() local 1103 comma = equals = NULL; in i_parse_optstring() 1108 comma = nextkey++; in i_parse_optstring() 1109 *comma = '\0'; in i_parse_optstring() 1152 if (comma != NULL) in i_parse_optstring() 1153 *comma = ','; in i_parse_optstring()
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | savemail.c | 1697 char *start, *at, *comma; local 1752 comma = strrchr(addr, ','); 1753 if (comma != NULL && comma[1] == '@' && 1754 strlen(comma + 2) < sizeof(hostbuf)) 1755 (void) sm_strlcpy(hostbuf, comma + 2, sizeof(hostbuf)); 1757 comma = NULL; 1759 start = comma;
|
/illumos-gate/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm_ofmt.c | 36 boolean_t comma = B_FALSE; in nvmeadm_bits_to_str() local 42 if (comma && strlcat(buf, ",", buflen) >= buflen) in nvmeadm_bits_to_str() 46 comma = true; in nvmeadm_bits_to_str()
|
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_matching.c | 200 char *comma; in parse_list_value() local 226 comma = strchr(value, ','); in parse_list_value() 227 if (comma != NULL) in parse_list_value() 228 len = comma - value; in parse_list_value()
|