OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:path_name
(Results
1 - 3
of
3
) sorted by relevancy
/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/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
...]
Completed in 55 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026