Lines Matching refs:LINESZ
77 char linebuf[LINESZ], lineqbuf[LINESZ]; in getmapent_files()
110 rc = call_read_execout(key, fname, ml->linebuf, LINESZ); in getmapent_files()
204 char linebuf[LINESZ], lineqbuf[LINESZ]; in getmapkeys_files()
315 char linebuf[LINESZ]; in loadmaster_files()
316 char lineq[LINESZ]; in loadmaster_files()
326 if (macro_expand("", line, lineq, LINESZ)) { in loadmaster_files()
328 mastermap, LINESZ - 1); in loadmaster_files()
404 char linebuf[LINESZ]; in loaddirect_files()
631 char line[LINESZ]; in automountd_do_exec_map()
643 rc = read_execout(command->key, &lp, command->file, line, LINESZ); in automountd_do_exec_map()
653 door_return((char *)line, LINESZ, NULL, 0); in automountd_do_exec_map()