📄 nlist.3
字号:
.th NLIST III 6/12/72.sh NAMEnlist \*- get entries from name list.sh SYNOPSIS.ft B.nf.i0nlist(filename, nl)char *filename;.dtstruct { char name[8]; int type; int value;} nl[ ];.fi.ft R.sh DESCRIPTION.it Nlistexamines the name list inthe given executable output fileand selectively extracts alist of values.The name list consists ofa list of 8-character names (null padded)each followed by two words.The list is terminated with a null name.Each name is looked up in the name list ofthe file.If the name is found, the type and value of thename are placed in the two words followingthe name.If the name is not found, the type entry is set to \*-1..s3This subroutine is useful forexamining the system name list kept inthe file\fB/unix\fR.In this way programs can obtain system addressesthat are up to date..sh "SEE ALSO"a.out (V).sh DIAGNOSTICSAlltype entries are set to \*-1 if the file cannot be foundor if it is not a valid namelist..sh BUGS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -