/netbsd-src/external/gpl2/dtc/dist/ |
H A D | srcpos.c | 104 char *fullname; in try_open() local 107 fullname = xstrdup(fname); in try_open() 109 fullname = join_path(dirname, fname); in try_open() 111 *fp = fopen(fullname, "rb"); in try_open() 113 free(fullname); in try_open() 114 fullname = NULL; in try_open() 117 return fullname; in try_open() 133 char *fullname; in fopen_any_on_path() local 139 fullname = try_open(cur_dir, fname, fp); in fopen_any_on_path() 143 fullname = try_open(node->dirname, fname, fp); in fopen_any_on_path() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | te-vms.c | 118 char * fullname; in vms_file_stats_name() local 172 fullname = concat (dirname, filename, NULL); in vms_file_stats_name() 173 tryfile = to_vms_file_spec (fullname); in vms_file_stats_name() 191 free (fullname); in vms_file_stats_name() 201 free (fullname); in vms_file_stats_name() 215 free (fullname); in vms_file_stats_name() 236 free (fullname); in vms_file_stats_name() 242 free (fullname); in vms_file_stats_name() 251 free (fullname); in vms_file_stats_name() 257 free (fullname); in vms_file_stats_name() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | te-vms.c | 118 char * fullname; in vms_file_stats_name() local 172 fullname = concat (dirname, filename, NULL); in vms_file_stats_name() 173 tryfile = to_vms_file_spec (fullname); in vms_file_stats_name() 191 free (fullname); in vms_file_stats_name() 201 free (fullname); in vms_file_stats_name() 215 free (fullname); in vms_file_stats_name() 236 free (fullname); in vms_file_stats_name() 242 free (fullname); in vms_file_stats_name() 251 free (fullname); in vms_file_stats_name() 257 free (fullname); in vms_file_stats_name() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | dglib.pm | 50 my $fullname = ""; 52 $fullname .= "/" if $fullname; 53 $fullname .= $group; 54 if(exists($groups->{$fullname})) { 55 $parent = $groups->{$fullname}; 58 $groups->{$fullname} = $newgroup; 102 my $emit_fullname = exists($options->{fullname}) ? $options->{fullname} : 1; 293 $currtest->{fullname} = ($currgroup->{name} || dirname($test)) . "/$currtest->{name}"; 332 fullname => $btbase 335 $testindex{basetest}->{fullname} = ($currgroup->{name} || dirname($basetest)) . "/$btbase"; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | dglib.pm | 50 my $fullname = ""; 52 $fullname .= "/" if $fullname; 53 $fullname .= $group; 54 if(exists($groups->{$fullname})) { 55 $parent = $groups->{$fullname}; 58 $groups->{$fullname} = $newgroup; 102 my $emit_fullname = exists($options->{fullname}) ? $options->{fullname} : 1; 293 $currtest->{fullname} = ($currgroup->{name} || dirname($test)) . "/$currtest->{name}"; 332 fullname => $btbase 335 $testindex{basetest}->{fullname} = ($currgroup->{name} || dirname($basetest)) . "/$btbase"; [all …]
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | classify.c | 69 finfo->fullname); in Classify_File() 83 program_name, finfo->fullname); in Classify_File() 95 program_name, finfo->fullname); in Classify_File() 104 finfo->fullname); in Classify_File() 129 finfo->fullname); in Classify_File() 154 finfo->fullname); in Classify_File() 166 finfo->fullname); in Classify_File() 213 finfo->fullname); in Classify_File() 222 finfo->fullname); in Classify_File() 238 finfo->fullname); in Classify_File() [all …]
|
H A D | diff.c | 582 finfo->fullname); in diff_fileproc() 588 error (0, 0, "I know nothing about %s", finfo->fullname); in diff_fileproc() 643 finfo->fullname); in diff_fileproc() 655 finfo->fullname); in diff_fileproc() 664 finfo->fullname); in diff_fileproc() 671 error (0, 0, "cannot find %s", finfo->fullname); in diff_fileproc() 702 cvs_output (finfo->fullname, 0); in diff_fileproc() 732 label2 = make_file_label (finfo->fullname, use_rev2, in diff_fileproc() 739 label1 = make_file_label (finfo->fullname, use_rev1, in diff_fileproc() 754 cvs_output (finfo->fullname, 0); in diff_fileproc() [all …]
|
H A D | add.c | 301 finfo.fullname = xstrdup (argv[i]); in add() 361 error (0, 0, "nothing known about `%s'", finfo.fullname); in add() 376 finfo.fullname); in add() 441 finfo.fullname, vers->tag); in add() 449 finfo.fullname); in add() 462 " of the", finfo.fullname); in add() 509 finfo.fullname); in add() 516 finfo.fullname, prev); in add() 551 finfo.fullname, bbuf, vers->vn_rcs); in add() 589 finfo.fullname); in add() [all …]
|
H A D | zlib.c | 507 gunzip_and_write (int fd, const char *fullname, unsigned char *buf, in gunzip_and_write() argument 541 error (0, 0, "%s lacks proper gzip XLEN field", fullname); in gunzip_and_write() 547 error (0, 0, "%s lacks proper gzip \"extra field\"", fullname); in gunzip_and_write() 557 error (0, 0, "%s has bad gzip filename field", fullname); in gunzip_and_write() 567 error (0, 0, "%s has bad gzip comment field", fullname); in gunzip_and_write() 577 error (0, 0, "%s has bad gzip CRC16 field", fullname); in gunzip_and_write() 585 error (0, 0, "gzip data incomplete for %s (no data)", fullname); in gunzip_and_write() 597 compress_error (1, zstatus, &zstr, fullname); in gunzip_and_write() 615 compress_error (0, zstatus, &zstr, fullname); in gunzip_and_write() 620 error (0, errno, "writing decompressed file %s", fullname); in gunzip_and_write() [all …]
|
H A D | remove.c | 148 error (0, errno, "unable to remove %s", finfo->fullname); in remove_force_fileproc() 169 error (0, errno, "unable to remove %s", finfo->fullname); in remove_fileproc() 183 finfo->fullname); in remove_fileproc() 188 error (0, 0, "nothing known about `%s'", finfo->fullname); in remove_fileproc() 204 error (0, 0, "removed `%s'", finfo->fullname); in remove_fileproc() 216 finfo->fullname); in remove_fileproc() 232 finfo->fullname, vers->tag); in remove_fileproc() 240 finfo->fullname, vers->date); in remove_fileproc() 270 error (0, 0, "scheduling `%s' for removal", finfo->fullname); in remove_fileproc()
|
H A D | update.c | 561 fullpath = Xasprintf ("%s/%s", working_dir, finfo->fullname); in get_linkinfo_proc() 830 finfo.fullname = tmp = Xasprintf ("%s%s%s", in update_ignproc() 1196 error (0, errno, "unable to remove %s", finfo->fullname); in scratch_file() 1273 cvs_outerr (finfo->fullname, 0); in checkout_file() 1417 finfo->fullname); in checkout_file() 1431 error (0, errno, "cannot remove %s", finfo->fullname); in checkout_file() 1483 error (0, 0, "could not check out %s", finfo->fullname); in checkout_file() 1747 finfo->fullname); in patch_file() 1811 "could not diff %s", finfo->fullname); in patch_file() 1887 cvs_output_tagged ("fname", finfo->fullname); in write_letter() [all …]
|
H A D | checkin.c | 44 error (1, errno, "cannot remove %s", finfo->fullname); in Checkin() 99 finfo->fullname); in Checkin() 135 finfo->fullname); in Checkin() 148 error (0, 0, "could not check in %s", finfo->fullname); in Checkin()
|
H A D | main.c | 114 const char *fullname; /* Full name of the function (e.g. "commit") */ member 342 while (c->fullname != NULL) in cmd_synonyms() 351 for (c = &cmds[0]; c->fullname != NULL; c++) in cmd_synonyms() 355 *line = Xasprintf (" %-12s %s %s\n", c->fullname, in cmd_synonyms() 374 for (cm = cmds; cm->fullname; cm++) in lookup_command_attribute() 376 if (strcmp (cmd_name, cm->fullname) == 0) in lookup_command_attribute() 379 if (!cm->fullname) in lookup_command_attribute() 871 for (cm = cmds; cm->fullname; cm++) in main() 877 if (!strcmp (cvs_cmd_name, cm->fullname)) in main() 881 if (!cm->fullname) in main() [all …]
|
H A D | commit.c | 246 error (0, 0, "nothing known about `%s'", finfo->fullname); in find_fileproc() 249 program_name, finfo->fullname); in find_fileproc() 259 " again)", finfo->fullname); in find_fileproc() 277 finfo->fullname); in find_fileproc() 306 node->key = xstrdup (finfo->fullname); in find_fileproc() 819 error (0, 0, "nothing known about `%s'", finfo->fullname); in check_fileproc() 851 error (0, 0, "Up-to-date check failed for `%s'", finfo->fullname); in check_fileproc() 880 finfo->fullname); in check_fileproc() 888 vers->tag, finfo->fullname); in check_fileproc() 896 finfo->fullname); in check_fileproc() [all …]
|
H A D | edit.c | 260 void editors_output (const char *fullname, const char *p) in editors_output() argument 262 cvs_output (fullname, 0); in editors_output() 308 editors_output (finfo->fullname, them); in find_editors_and_output() 338 finfo.fullname = short_pathname; in edit_file() 368 error (0, 0, "no such file %s; ignored", finfo->fullname); in edit_fileproc() 385 editors_output (finfo->fullname, editors); in edit_fileproc() 389 finfo->fullname); in edit_fileproc() 435 edit_file (NULL, finfo->entries, finfo->fullname, finfo->file); in edit_fileproc() 626 printf ("%s has been modified; revert changes? ", finfo->fullname); in unedit_fileproc() 689 error (0, 0, "%s not mentioned in %s", finfo->fullname, in unedit_fileproc() [all …]
|
/netbsd-src/distrib/sets/ |
H A D | fmt-list | 108 local category_align, prefix, fullname, flags_align, category, flags = 110 if fullname == nil then 111 category_align, prefix, fullname, category = 114 if fullname == nil then 115 prefix, fullname = line:match("^(%-)(%.%S*)$") 117 if fullname == nil then 121 local dirname, basename = fullname:match("^(.+)/([^/]+)$") 123 dirname, basename = "", fullname 136 fullname = fullname, 149 assert_equals(entry.fullname, "./dirname/filename") [all …]
|
/netbsd-src/external/bsd/ntp/dist/ntpd/ |
H A D | ntp_filegen.c | 106 char *fullname; /* name with any designation extension */ in filegen_open() local 117 fullname = emalloc(len); in filegen_open() 122 suflen = strlcpy(fullname, filename, len); in filegen_open() 123 suffix = fullname + suflen; in filegen_open() 127 fullname[len - 1] = '\0'; in filegen_open() 204 if ('\0' != fullname[len - 1]) { in filegen_open() 205 fullname[len - 1] = '\0'; in filegen_open() 207 fullname); in filegen_open() 285 gen->type, stamp, fullname)); in filegen_open() 287 fp = fopen(fullname, "a"); in filegen_open() [all …]
|
/netbsd-src/usr.sbin/memswitch/ |
H A D | memswitch.c | 159 char fullname[50]; in show_single() local 163 snprintf(fullname, sizeof(fullname), "%s.%s", in show_single() 165 if (strcmp(name, fullname) == 0 || strcmp(name, properties[i].class) == 0) { in show_single() 168 printf("%s=%s\n", fullname, valuestr); in show_single() 254 char fullname[50]; in help_single() local 258 snprintf(fullname, sizeof(fullname), "%s.%s", in help_single() 260 if (strcmp(name, fullname) == 0) { in help_single() 263 printf("%s=", fullname); in help_single()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | dsl_bookmark.c | 34 dsl_bookmark_hold_ds(dsl_pool_t *dp, const char *fullname, in dsl_bookmark_hold_ds() argument 40 if (strlen(fullname) >= ZFS_MAX_DATASET_NAME_LEN) in dsl_bookmark_hold_ds() 42 hashp = strchr(fullname, '#'); in dsl_bookmark_hold_ds() 49 (void) strlcpy(buf, fullname, hashp - fullname + 1); in dsl_bookmark_hold_ds() 88 dsl_bookmark_lookup(dsl_pool_t *dp, const char *fullname, in dsl_bookmark_lookup() argument 95 error = dsl_bookmark_hold_ds(dp, fullname, &ds, FTAG, &shortname); in dsl_bookmark_lookup() 364 const char *fullname = nvpair_name(pair); in dsl_bookmark_destroy_check() local 370 error = dsl_bookmark_hold_ds(dp, fullname, &ds, in dsl_bookmark_destroy_check() 388 fnvlist_add_boolean(dbda->dbda_success, fullname); in dsl_bookmark_destroy_check() 390 fnvlist_add_int32(dbda->dbda_errors, fullname, error); in dsl_bookmark_destroy_check()
|
/netbsd-src/usr.bin/patch/ |
H A D | util.c | 345 char *fullname, *name, *t; in fetchname() local 360 name = fullname = t = savestr(at); in fetchname() 377 if (strip_leading == 957 && name != fullname && *fullname != '/') { in fetchname() 379 if (stat(fullname, &filestat) == 0 && S_ISDIR(filestat.st_mode)) { in fetchname() 381 name = fullname; in fetchname() 385 free(fullname); in fetchname()
|
/netbsd-src/usr.bin/make/ |
H A D | parse.c | 1168 char *fullname, *incdir, *slash, *newName; in FindInDirOfIncludingFile() 1171 fullname = NULL; in FindInDirOfIncludingFile() 1187 fullname = Dir_FindFile(newName, parseIncPath); in FindInDirOfIncludingFile() 1188 if (fullname == NULL) in FindInDirOfIncludingFile() 1189 fullname = Dir_FindFile(newName, &dirSearchPath); in FindInDirOfIncludingFile() 1193 return fullname; in FindInDirOfIncludingFile() 1201 char *fullname; in FindInQuotPath() 1203 fullname = FindInDirOfIncludingFile(file); in FindInQuotPath() 1204 if (fullname == NULL && in FindInQuotPath() 1207 fullname in FindInQuotPath() 1167 char *fullname, *incdir, *slash, *newName; FindInDirOfIncludingFile() local 1200 char *fullname; FindInQuotPath() local 1215 SkipGuarded(const char * fullname) SkipGuarded() argument 1246 char *fullname; /* full pathname of file */ IncludeFile() local [all...] |
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | python.cc | 470 string fullname = method->getName().str(); in print_method_call() local 481 print_indent(indent, "res = isl.%s(", fullname.c_str()); in print_method_call() 672 const string &fullname, const function_set &methods, in print_method() argument 711 string fullname = fd->getName().str(); in print_set_enum() local 718 printf(" res = isl.%s(", fullname.c_str()); in print_set_enum() 756 string fullname = cons->getName().str(); in print_constructor() local 763 printf(" self.ptr = isl.%s(", fullname.c_str()); in print_constructor() 912 string fullname = fd->getName().str(); in print_restype() local 915 printf("isl.%s.restype = c_void_p\n", fullname.c_str()); in print_restype() 917 printf("isl.%s.restype = POINTER(c_char)\n", fullname.c_str()); in print_restype() [all …]
|
/netbsd-src/bin/sh/ |
H A D | exec.c | 573 char *fullname; in find_command() local 645 while ((fullname = padvance(&path, name, 1)) != NULL) { in find_command() 646 stunalloc(fullname); in find_command() 661 if (fullname[0] == '/' && idx <= prev) { in find_command() 668 while (stat(fullname, &statb) < 0) { in find_command() 685 endname = fullname + strlen(fullname) + 1; in find_command() 687 readcmdfile(fullname); in find_command() 690 error("%s not defined in %s", name, fullname); in find_command() 691 ungrabstackstr(fullname, endname); in find_command() 709 fullname)); in find_command()
|
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | makeinfo.c | 3269 char *fullname = xmalloc (strlen (name_arg) in cm_image() local 3274 sprintf (fullname, "%s%s", name_arg, ext_arg); in cm_image() 3275 if (access (fullname, R_OK) != 0) in cm_image() 3276 pathname = get_file_info_in_path (fullname, include_files_path, in cm_image() 3283 sprintf (fullname, "%s.%s", name_arg, ext_arg); in cm_image() 3284 if (access (fullname, R_OK) != 0) in cm_image() 3285 pathname = get_file_info_in_path (fullname, include_files_path, in cm_image() 3291 sprintf (fullname, "%s.png", name_arg); in cm_image() 3292 if (access (fullname, R_OK) != 0) { in cm_image() 3293 pathname = get_file_info_in_path (fullname, in cm_image() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | msginit.c | 1008 const char *fullname; in get_user_fullname() local 1017 fullname = pwd->pw_gecos; in get_user_fullname() 1018 fullname_end = strchr (fullname, ','); in get_user_fullname() 1020 fullname_end = fullname + strlen (fullname); in get_user_fullname() 1022 result = (char *) xmalloc (fullname_end - fullname + 1); in get_user_fullname() 1023 memcpy (result, fullname, fullname_end - fullname); in get_user_fullname() 1024 result[fullname_end - fullname] = '\0'; in get_user_fullname() 1106 const char *fullname = get_user_fullname (); in last_translator() local 1109 if (fullname != NULL) in last_translator() 1110 return xasprintf ("%s <%s>", fullname, email); in last_translator()
|