Searched refs:cln (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c32 char cln[MAX_MACHINE_NAME+1]; variable
85 stat_whoami_res.client_name = cln;
88 stat_getfile_res.server_name = cln;
/freebsd-10.0-release/contrib/bmake/
H A Dsuff.c1505 * cln Child to examine
1519 SuffExpandChildren(LstNode cln, GNode *pgn)
1521 GNode *cgn = (GNode *)Lst_Datum(cln);
1540 SuffExpandWildcards(cln, pgn);
1639 (void)Lst_InsertBefore(pgn->children, cln, gn);
1643 SuffExpandWildcards(Lst_Prev(cln), pgn);
1661 Lst_Remove(pgn->children, cln);
1666 SuffExpandWildcards(LstNode cln, GNode *pgn)
1668 GNode *cgn = (GNode *)Lst_Datum(cln);
1694 (void)Lst_InsertBefore(pgn->children, cln, g
1518 SuffExpandChildren(LstNode cln, GNode *pgn) argument
1665 SuffExpandWildcards(LstNode cln, GNode *pgn) argument
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.c619 char *cln, *cus, *cgr; local
640 cln = getenv("LOGNAME");
644 else if (cln != NULL)
645 setv(STRuser, quote(SAVE(cln)), VAR_READWRITE);
650 if (cln == NULL)

Completed in 146 milliseconds