Searched refs:NLS_OK (Results 1 – 2 of 2) sorted by relevance
398 …if ((exitcode = old_addsvc(svcptr, "", cmdptr, comptr, moduleptr, idptr, NULL, netspec)) != NLS_OK) in main()421 exit(NLS_OK); in main()571 return(NLS_OK); in prt_cmd()631 return(NLS_OK); in old_addsvc()667 int rtn = NLS_OK; in prt_nets()715 return(NLS_OK); in prt_nets()805 return(NLS_OK); in prt_svcs()827 return(NLS_OK); in disable_svc()867 return(NLS_OK); in enable_svc()907 return(NLS_OK); in remove_svc()[all …]
88 #define NLS_OK 0 /* no error */ macro