HomeSort by: relevance | last modified time | path
    Searched refs:path_name (Results 1 - 5 of 5) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/postalias/
postalias.c 294 static void postalias(char *map_type, char *path_name, int postalias_flags,
326 if ((source_fp = vstream_fopen(path_name, O_RDONLY, 0)) == 0)
327 msg_fatal("open %s: %m", path_name);
330 msg_fatal("fstat %s: %m", path_name);
369 mkmap = mkmap_open(map_type, path_name, open_flags, dict_flags);
730 char *path_name; local
870 if ((path_name = split_at(argv[optind], ':')) != 0) {
871 found |= postalias_delete(argv[optind], path_name, delkey,
887 if ((path_name = split_at(argv[optind], ':')) != 0) {
888 found = postalias_query(argv[optind], path_name, query
    [all...]
  /src/external/ibm-public/postfix/dist/src/postmap/
postmap.c 393 static void postmap(char *map_type, char *path_name, int postmap_flags,
419 if ((source_fp = vstream_fopen(path_name, O_RDONLY, 0)) == 0)
420 msg_fatal("open %s: %m", path_name);
423 msg_fatal("fstat %s: %m", path_name);
463 mkmap = mkmap_open(map_type, path_name, open_flags, dict_flags);
953 char *path_name; local
1119 if ((path_name = split_at(argv[optind], ':')) != 0) {
1120 found |= postmap_delete(argv[optind], path_name, delkey,
1136 if ((path_name = split_at(argv[optind], ':')) != 0) {
1137 found = postmap_query(argv[optind], path_name, query
    [all...]
  /src/external/bsd/am-utils/dist/amd/
amfs_generic.c 363 char path_name[MAXPATHLEN]; /* General path name buffer */ local
379 if (strlen(mp->am_pref) + strlen(new_mp->am_name) >= sizeof(path_name))
381 xsnprintf(path_name, sizeof(path_name), "%s%s", mp->am_pref, new_mp->am_name);
382 pfname = path_name;
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 14203 for my $path_name (@rc_file_paths)
14205 $rc_config_file = $path_name . "/" . $rc_file_name;
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 14203 for my $path_name (@rc_file_paths)
14205 $rc_config_file = $path_name . "/" . $rc_file_name;

Completed in 51 milliseconds