/titanic_51/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 = ""; global() local [all...] |
/titanic_51/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 358 char *comma; in proc_lwp_in_set() local 368 comma = strchr(range, ','); in proc_lwp_in_set() 369 if (comma != NULL) in proc_lwp_in_set() 370 *comma = '\0'; in proc_lwp_in_set() 372 if (comma != NULL) in proc_lwp_in_set() 373 *comma = ','; in proc_lwp_in_set() 376 if (comma != NULL) { in proc_lwp_in_set() 377 *comma = ','; in proc_lwp_in_set() 378 range = comma + 1; in proc_lwp_in_set() 392 char *comma; in proc_lwp_range_valid() local [all...] |
/titanic_51/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: 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...] |
/titanic_51/usr/src/lib/fm/topo/modules/sun4/hostbridge/ |
H A D | hb_sun4.c | 45 char *comma; in busorrc_new() local 53 if ((comma = strchr(bac, ',')) != NULL) in busorrc_new() 54 *comma = '\0'; in busorrc_new() 58 "Trouble interpreting bus_addr before comma.\n"); in busorrc_new() 59 if (comma != NULL) in busorrc_new() 60 *comma = ','; in busorrc_new() 65 if (comma == NULL) { in busorrc_new() 70 pp->br_ba_ac = strtonum(mod, comma + 1, &e); in busorrc_new() 73 "Trouble interpreting bus_addr after comma.\n"); in busorrc_new() 74 *comma in busorrc_new() [all...] |
/titanic_51/usr/src/lib/abi/apptrace/common/ |
H A D | abienv.c | 43 static char const *comma = ","; variable 66 tok = strtok(envstr, comma); in build_env_list() 76 tok = strtok(NULL, comma); in build_env_list() 101 tok = strtok(envstr, comma); in build_env_list1() 104 tok = strtok(NULL, comma); in build_env_list1() 121 for (tok = strtok(envstr, comma); in env_to_intlist() 123 tok = strtok(NULL, comma)) { in env_to_intlist()
|
/titanic_51/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()
|
/titanic_51/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)
|
/titanic_51/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)
|
/titanic_51/usr/src/lib/fm/topo/modules/sun4/ioboard/ |
H A D | ioboard.c | 225 char *comma; in split_bus_address() local 237 if ((comma = strchr(bac, ',')) == NULL) { in split_bus_address() 241 *comma = '\0'; in split_bus_address() 243 *comma = ','; in split_bus_address() 246 "Trouble interpreting %s before comma.\n", bac); in split_bus_address() 250 ac = strtonum(mod, comma + 1, &e); in split_bus_address() 253 "Trouble interpreting %s after comma.\n", bac); in split_bus_address()
|
/titanic_51/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 164 * so we don't have to decide whether to add a comma when 265 char *nextopt, *comma, *sopt; in main() local 269 comma = strchr(sopt, ','); in main() 270 if (comma) { in main() 271 nextopt = comma + 1; in main() 272 *comma = '\0'; in main() 279 if (comma) in main() 280 *comma = ','; in main()
|
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | errmap.h | 248 int comma; in mecherrmap__printone() 254 fprintf(ps->f, ps->comma ? ", (" : "("); in mecherrmap__printone() 255 ps->comma = 1; in mecherrmap__printone() 267 ps.comma = 0; in mecherrmap_printmap() 245 int comma; global() member
|
/titanic_51/usr/src/lib/libshell/common/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()
|
/titanic_51/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()
|
/titanic_51/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, in build_list() [all...] |
/titanic_51/usr/src/cmd/logadm/ |
H A D | glob.c | 94 char *comma; in glob_debrace() local 115 /* stuff between "left" and "right" is comma-sep list */ in glob_debrace() 118 while ((comma = strchr(left, ',')) != NULL) { in glob_debrace() 121 /* stuff from left to comma is one variant */ in glob_debrace() 122 fn_list_appendrange(dup, left, comma); in glob_debrace() 124 left = comma + 1; in glob_debrace()
|
/titanic_51/usr/src/boot/sys/boot/efi/libefi/ |
H A D | env.c | 625 bool comma = false; in efi_print_var_attr() local 629 comma = true; in efi_print_var_attr() 632 if (comma == true) in efi_print_var_attr() 635 comma = true; in efi_print_var_attr() 638 if (comma == true) in efi_print_var_attr() 641 comma = true; in efi_print_var_attr() 644 if (comma == true) in efi_print_var_attr() 647 comma = true; in efi_print_var_attr() 650 if (comma == true) in efi_print_var_attr() 653 comma in efi_print_var_attr() [all...] |
/titanic_51/usr/src/cmd/mailx/ |
H A D | aux.c | 53 static char *phrase(char *name, int token, int comma); 428 phrase(char *name, int token, int comma) in phrase() argument 509 if (token && (!comma || c == '\n')) { in phrase() 567 yankword(char *name, char *word, int sz, int comma) in yankword() argument 577 cp = phrase(name, 1, comma); in yankword()
|
/titanic_51/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() 1085 * seperated by a comma and there can be multiple in put_automountd_env()
|
/titanic_51/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()
|
/titanic_51/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...] |
/titanic_51/usr/src/cmd/mdb/common/modules/mpt_sas/ |
H A D | mpt_sas.c | 313 int loop, comma; in display_targets() local 383 for (loop = 0, comma = 0; in display_targets() 389 (comma ? ", " : ""), in display_targets() 391 comma++; in display_targets() 432 for (loop = 0, comma = 0; in display_targets() 439 (comma ? ", " : ""), in display_targets() 441 comma++; in display_targets()
|
/titanic_51/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()
|
/titanic_51/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.
|
/titanic_51/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()
|
/titanic_51/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()
|