Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dbundle.h196 extern void bundle_SetLabel(struct bundle *, const char *);
H A Dmain.c413 bundle_SetLabel(bundle, lastlabel); in main()
419 bundle_SetLabel(bundle, lastlabel); in main()
H A Dauth.c265 bundle_SetLabel(bundle, vector[3]); in auth_Select()
H A Dcommand.c347 bundle_SetLabel(arg->bundle, arg->argv[arg->argc - 1]); in LoadCommand()
350 bundle_SetLabel(arg->bundle, arg->argv[arg->argc - 1]); in LoadCommand()
355 bundle_SetLabel(arg->bundle, "default"); in LoadCommand()
357 bundle_SetLabel(arg->bundle, "default"); in LoadCommand()
H A Dbundle.c1340 bundle_SetLabel(struct bundle *bundle, const char *label) in bundle_SetLabel() function