Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c1302 Mapfile arg_mf; in cdir_process() local
1348 arg_mf = *mf; in cdir_process()
1350 arg_mf.mf_text = arg_mf.mf_next; in cdir_process()
1352 arg_mf.mf_text = arg_mf.mf_next = tail; in cdir_process()
1364 while (isspace(*arg_mf.mf_next)) in cdir_process()
1365 arg_mf.mf_next++; in cdir_process()
1368 for (tail = arg_mf.mf_next; *tail; tail++) in cdir_process()
1385 if (*arg_mf.mf_next == '\0') in cdir_process()
1388 mf_fatal(&arg_mf, MSG_INTL(MSG_MAP_CDIR_REQNOARG), in cdir_process()
1394 if (*arg_mf.mf_next == '\0') in cdir_process()
[all …]