| /netbsd-src/external/mit/isl/dist/include/isl/ |
| H A D | arg.h | 53 char short_name; member 136 .short_name = s, \ 145 .short_name = s, \ 154 .short_name = s, \ 164 .short_name = s, \ 173 .short_name = s, \ 190 .short_name = s, \ 202 .short_name = s, \ 211 .short_name = s, \ 220 .short_name = s, \ [all …]
|
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | tree.c | 1044 char *, short_name, argument 1050 char *, short_name) 1077 if(this_dir == root && strcmp(short_name, ".") == 0) 1081 if(this_dir == root && strcmp(short_name, "..") == 0) 1133 if( strcmp(short_name, ".") 1134 && strcmp(short_name, "..") ) 1173 && strcmp(short_name, ".") 1174 && strcmp(short_name, "..") 1199 && strcmp(short_name, ".") 1200 && strcmp(short_name, "..") ) [all …]
|
| H A D | mkisofs.c | 1418 char * short_name; in FDECL2() local 1453 short_name = NULL; in FDECL2() 1530 short_name = xpnt; in FDECL2() 1579 if( short_name == NULL ) in FDECL2() 1581 short_name = strrchr(node, PATH_SEPARATOR); in FDECL2() 1582 if( short_name == NULL || short_name < node ) in FDECL2() 1584 short_name = node; in FDECL2() 1588 short_name++; in FDECL2() 1592 if( !insert_file_entry(graft_dir, node, short_name, 0) ) in FDECL2() 1594 if( !insert_file_entry(graft_dir, node, short_name) ) in FDECL2()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | getarg.c | 126 args[i].short_name == 0 || args[i].long_name == NULL) { in mandoc_template() 129 if(args[i].short_name) { in mandoc_template() 131 printf("Fl %c%s", args[i].short_name, buf); in mandoc_template() 144 printf(".Oo Fl %c%s \\*(Ba Xo\n", args[i].short_name, buf); in mandoc_template() 160 if(args[i].short_name){ in mandoc_template() 161 printf(".Fl %c", args[i].short_name); in mandoc_template() 249 if(args[i].short_name && ISFLAG(args[i])) { in arg_printusage_i18n() 253 s[0] = args[i].short_name; in arg_printusage_i18n() 285 if (args[i].short_name && !ISFLAG(args[i])) { in arg_printusage_i18n() 286 snprintf(buf, sizeof(buf), "[-%c", args[i].short_name); in arg_printusage_i18n() [all …]
|
| H A D | getarg.h | 55 char short_name; member
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | options_test.cpp | 110 ATF_REQUIRE_EQ('f', o.short_name()); in ATF_TEST_CASE_BODY() 124 ATF_REQUIRE_EQ('c', o.short_name()); in ATF_TEST_CASE_BODY() 141 ATF_REQUIRE_EQ('c', o.short_name()); in ATF_TEST_CASE_BODY() 199 ATF_REQUIRE_EQ('f', o.short_name()); in ATF_TEST_CASE_BODY() 222 ATF_REQUIRE_EQ('p', o.short_name()); in ATF_TEST_CASE_BODY() 270 ATF_REQUIRE_EQ('p', o.short_name()); in ATF_TEST_CASE_BODY() 361 ATF_REQUIRE_EQ('p', o.short_name()); in ATF_TEST_CASE_BODY() 410 ATF_REQUIRE_EQ('p', o.short_name()); in ATF_TEST_CASE_BODY() 458 ATF_REQUIRE_EQ('p', o.short_name()); in ATF_TEST_CASE_BODY()
|
| H A D | options.cpp | 116 cmdline::base_option::short_name(void) const in short_name() function in cmdline::base_option 201 return F("-%s %s") % short_name() % arg_name(); in format_short_name() 203 return F("-%s") % short_name(); in format_short_name()
|
| H A D | parser.cpp | 97 data.short_options += option->short_name(); in options_to_getopt_data() 100 id = option->short_name(); in options_to_getopt_data()
|
| H A D | options.hpp | 108 char short_name(void) const;
|
| /netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
| H A D | pecoff.c | 99 char short_name[8]; member 305 if (sym->name.short_name[0] != 0) in coff_expand_symbol() 306 isym->name = sym->name.short_name; in coff_expand_symbol() 369 if (asym->name.short_name[0] != 0) in coff_initialize_syminfo() 370 coff_symstr_len += coff_short_name_len (asym->name.short_name) + 1; in coff_initialize_syminfo() 418 if (asym->name.short_name[0] != 0) in coff_initialize_syminfo()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
| H A D | pecoff.c | 99 char short_name[8]; member 305 if (sym->name.short_name[0] != 0) in coff_expand_symbol() 306 isym->name = sym->name.short_name; in coff_expand_symbol() 369 if (asym->name.short_name[0] != 0) in coff_initialize_syminfo() 370 coff_symstr_len += coff_short_name_len (asym->name.short_name) + 1; in coff_initialize_syminfo() 418 if (asym->name.short_name[0] != 0) in coff_initialize_syminfo()
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | tsig.h | 40 const char* short_name; member 52 const char *short_name; member
|
| H A D | tsig.c | 246 if (tsig_strlowercmp(name, algorithm_entry->algorithm->short_name) == 0) in tsig_get_algorithm_by_name() 250 …ac-", algorithm_entry->algorithm->short_name, 5) == 0 && tsig_strlowercmp(name, algorithm_entry->a… in tsig_get_algorithm_by_name()
|
| /netbsd-src/sbin/gpt/ |
| H A D | gpt_uuid.h | 110 void (*func)(const char *uuid, const char *short_name, const char *desc));
|
| /netbsd-src/usr.sbin/sysinst/arch/hpcsh/ |
| H A D | md.c | 136 msg_string(parts->pscheme->short_name)); in md_pre_disklabel()
|
| /netbsd-src/usr.sbin/sysinst/arch/bebox/ |
| H A D | md.c | 130 msg_string(parts->pscheme->short_name)); in md_pre_disklabel()
|
| /netbsd-src/usr.sbin/sysinst/arch/evbmips/ |
| H A D | md.c | 130 msg_string(parts->pscheme->short_name)); in md_pre_disklabel()
|
| /netbsd-src/usr.sbin/sysinst/arch/hpcmips/ |
| H A D | md.c | 133 msg_string(parts->pscheme->short_name)); in md_pre_disklabel()
|
| /netbsd-src/usr.sbin/sysinst/arch/evbppc/ |
| H A D | md.c | 143 msg_string(parts->pscheme->short_name)); in md_pre_disklabel()
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | part_edit.c | 908 msg_string(parts->pscheme->short_name), in draw_outer_part_header() 1059 args[1] = msg_string(pm->parts->pscheme->short_name); in ask_fullpart() 1151 msg_string(parts->pscheme->short_name)); in verify_outer_parts() 1155 msg_string(parts->pscheme->short_name)); in verify_outer_parts() 1274 *prim_short = msg_string(parts->pscheme->short_name), in edit_outer_parts() 1276 *sec_short = msg_string(sec->short_name); in edit_outer_parts()
|
| /netbsd-src/usr.sbin/sysinst/arch/landisk/ |
| H A D | md.c | 130 msg_string(parts->pscheme->short_name)); in md_pre_disklabel()
|
| /netbsd-src/usr.sbin/sysinst/arch/sandpoint/ |
| H A D | md.c | 164 msg_string(parts->pscheme->short_name)); in md_pre_disklabel()
|
| /netbsd-src/usr.sbin/sysinst/arch/playstation2/ |
| H A D | md.c | 155 msg_string(parts->pscheme->short_name)); in md_pre_disklabel()
|
| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | texindex.c | 218 char *short_name; member 253 if (texindex_options[i].short_name) in usage() 254 fprintf (f, "%s, ", texindex_options[i].short_name); in usage()
|
| /netbsd-src/usr.sbin/sysinst/arch/zaurus/ |
| H A D | md.c | 141 msg_string(parts->pscheme->short_name)); in md_pre_disklabel()
|