Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 25 of 74) sorted by path

123

/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c1024 bool comma = false; in efi_print_var_attr() local
1028 comma = true; in efi_print_var_attr()
1031 if (comma == true) in efi_print_var_attr()
1034 comma = true; in efi_print_var_attr()
1037 if (comma == true) in efi_print_var_attr()
1040 comma = true; in efi_print_var_attr()
1043 if (comma == true) in efi_print_var_attr()
1046 comma = true; in efi_print_var_attr()
1049 if (comma == true) in efi_print_var_attr()
1052 comma = true; in efi_print_var_attr()
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th401 \ comma, then reset boot-args, and recurse will clear -B
H A Dmenu.4th243 over [char] , = or ( c bool -- c bool ) \ comma
H A Dsupport.4th263 \ addr len are 0 0 - there was no comma nor space
264 \ addr len are x 0 - the first char is either comma or space
267 \ there was no comma nor space.
277 0= if \ sequence of comma and space?
616 : comma? line_pointer c@ [char] , = ;
641 letter? digit? underscore? dot? dash? comma?
655 letter? digit? underscore? dot? comma? dash? at? slash? colon?
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.warn.in31 # comma separated list match.
/illumos-gate/usr/src/cmd/allocate/
H A Ddevalloc_defaults33 # auths=<comma separated list of device authorizations>;\
/illumos-gate/usr/src/cmd/awk/
H A Dawk.g.y105 %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/cmd/bnu/
H A DDevices126 # protocols can be specified as a comma-subfield of the device type
H A DDialers106 # =,-, Use comma for secondary dial tone & for pause
128 # =,-, Use comma for secondary dial tone & for pause
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c280 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/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c1081 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/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c52 static const char *comma = ","; variable
545 while ((holder = strtok((holder == NULL) ? args : NULL, comma)) != in parse_intlist()
615 comma)) != NULL) { in new_alg()
625 comma)) != NULL) { in new_alg()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c472 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/cmd/fs.d/smbclnt/mount/
H A Dmount.c270 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/cmd/ipf/lib/
H A Dprintfr.c222 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/cmd/ipf/tools/
H A Dipfstat.c1721 char *s, *comma; local
1732 if ((comma = strchr(s, ',')) != NULL) {
1733 if (!strcasecmp(comma + 1, "any")) {
1735 } else if (!sscanf(comma + 1, "%d", port) ||
1742 *comma = '\0';
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1842 printf "$(gettext "Enter a comma-separated list of slave KDC host names"): "
1877 printf "$(gettext "Enter a comma-separated list of domain/hosts
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c419 char *comma = NULL, *c = NULL, *l = NULL; in parseConfigLine() local
421 if (st && (comma = strchr(st, ','))) { in parseConfigLine()
436 st = comma; in parseConfigLine()
/illumos-gate/usr/src/cmd/logadm/
H A Dglob.c92 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/look/
H A Dwords4829 comma
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c1258 int comma = docomma(news); in addto() local
1260 while (news = yankword(news, name, sizeof (name), comma)) { in addto()
H A Dnames.c111 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()
H A Dutil.c51 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()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h619 extern char *yankword(char *name, char *word, int sz, int comma);
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c314 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()

123