Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
list_targets(3)			 Arcan Lua API		       list_targets(3)

NAME
       list_targets - List all available targets by their shortname.

SYNOPSIS
       targettbl
       list_targets(

       tag )

DESCRIPTION
       Query the database for all targets in the current database, or all tar-
       gets in the database with a tag that match the optional tag .

EXAMPLE
       function	list_targets0()
	     for i,v in	ipairs(list_targets()) do
		   print(v);
	     end
       end

SEE ALSO:
       target_configurations(3)	list_target_tags(3)

database			  April	2025		       list_targets(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=list_targets&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help