Home
last modified time | relevance | path

Searched refs:bundle_SetLabel (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/usr.sbin/ppp/
H A Dbundle.h198 extern void bundle_SetLabel(struct bundle *, const char *);
H A Dmain.c415 bundle_SetLabel(bundle, lastlabel); in main()
421 bundle_SetLabel(bundle, lastlabel); in main()
H A Dauth.c267 bundle_SetLabel(bundle, vector[3]); in auth_Select()
H A Dcommand.c349 bundle_SetLabel(arg->bundle, arg->argv[arg->argc - 1]); in LoadCommand()
352 bundle_SetLabel(arg->bundle, arg->argv[arg->argc - 1]); in LoadCommand()
357 bundle_SetLabel(arg->bundle, "default"); in LoadCommand()
359 bundle_SetLabel(arg->bundle, "default"); in LoadCommand()
H A Dbundle.c1342 bundle_SetLabel(struct bundle *bundle, const char *label) in bundle_SetLabel() function