Searched refs:filespec (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/jam/
H A Dfileos2.c50 char filespec[ MAXJPATH ]; local
67 strcpy( filespec, dir );
74 strcat( filespec, "/" );
76 strcat( filespec, "*" );
81 printf( "scan directory %s\n", filespec );
87 if( !_dos_findfirst( filespec, _A_NORMAL|_A_RDONLY|_A_SUBDIR, finfo ) )
H A Dfilent.c66 char filespec[ MAXJPATH ]; local
90 sprintf( filespec, "%s/*", dir );
96 if ( ret = findfirst( filespec, finfo, FA_NORMAL | FA_DIREC ) )
114 handle = _findfirst( filespec, finfo );
/haiku-buildtools/gcc/gcc/config/vms/
H A Dvms-ar.c52 static char *to_host_file_spec (char *filespec);
68 to_host_file_spec (char *filespec) argument
71 if (strchr (filespec, ']') || strchr (filespec, ':'))
72 return filespec;
75 strcpy (filename_buff, filespec);
76 decc$to_vms (filespec, translate_unix, 1, 1);
81 return filespec;
H A Dvms-ld.c149 to_host_file_spec (char *filespec)
152 if (strchr (filespec, ']') || strchr (filespec, ':'))
155 return filespec;
160 strcpy (filename_buff, filespec);
161 decc$to_vms (filespec, translate_unix, 1, 1);
166 return filespec;
148 to_host_file_spec(char *filespec) argument
/haiku-buildtools/binutils/gas/config/
H A Dte-vms.c72 /* Callback function for filespec style conversion. */
82 /* Wrapper for DECC function that converts a Unix filespec
83 to VMS style filespec. */
86 to_vms_file_spec (char *filespec) argument
89 decc$to_vms (filespec, translate_unix, 1, 1);
187 /* Validate filespec syntax and device existence. */
197 /* Find matching filespec. */
/haiku-buildtools/gcc/gcc/ada/
H A Dadaint.c2807 __gnat_to_canonical_file_spec (char *filespec)
2809 return filespec;
2825 __gnat_to_host_file_spec (char *filespec)
2827 return filespec;
2806 __gnat_to_canonical_file_spec(char *filespec) argument
2824 __gnat_to_host_file_spec(char *filespec) argument
/haiku-buildtools/legacy/binutils/ld/
H A Dldlang.c5597 lang_add_wild (struct wildcard_spec *filespec,
5616 if (filespec != NULL && filespec->name != NULL)
5618 if (strcmp (filespec->name, "*") == 0)
5619 filespec->name = NULL;
5620 else if (! wildcardp (filespec->name))
5627 if (filespec != NULL)
5629 new->filename = filespec->name;
5630 new->filenames_sorted = filespec->sorted == by_name;
5595 lang_add_wild(struct wildcard_spec *filespec, struct wildcard_list *section_list, bfd_boolean keep_sections) argument
/haiku-buildtools/binutils/ld/
H A Dldlang.c7076 lang_add_wild (struct wildcard_spec *filespec,
7095 if (filespec != NULL && filespec->name != NULL)
7097 if (strcmp (filespec->name, "*") == 0)
7098 filespec->name = NULL;
7099 else if (!wildcardp (filespec->name))
7108 if (filespec != NULL)
7110 new_stmt->filename = filespec->name;
7111 new_stmt->filenames_sorted = filespec->sorted == by_name;
7112 new_stmt->section_flag_list = filespec
7074 lang_add_wild(struct wildcard_spec *filespec, struct wildcard_list *section_list, bfd_boolean keep_sections) argument
[all...]
/haiku-buildtools/gcc/gcc/
H A Dvmsdbgout.c1644 /* Callback function for filespec style conversion. */
1654 /* Wrapper for DECC function that converts a Unix filespec
1655 to VMS style filespec. */
1658 to_vms_file_spec (char *filespec)
1661 decc$to_vms (filespec, translate_unix, 1, 1);
1746 /* Validate filespec syntax and device existence. */
1753 /* Find matching filespec. */
1656 to_vms_file_spec(char *filespec) argument

Completed in 112 milliseconds