Home
last modified time | relevance | path

Searched refs:arg_mf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c1304 Mapfile arg_mf; in cdir_process() local
1350 arg_mf = *mf; in cdir_process()
1352 arg_mf.mf_text = arg_mf.mf_next; in cdir_process()
1354 arg_mf.mf_text = arg_mf.mf_next = tail; in cdir_process()
1366 while (isspace(*arg_mf.mf_next)) in cdir_process()
1367 arg_mf.mf_next++; in cdir_process()
1370 for (tail = arg_mf.mf_next; *tail; tail++) in cdir_process()
1387 if (*arg_mf.mf_next == '\0') in cdir_process()
1390 mf_fatal(&arg_mf, MSG_INTL(MSG_MAP_CDIR_REQNOARG), in cdir_process()
1396 if (*arg_mf.mf_next == '\0') in cdir_process()
[all …]