Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/ppp/
HDbundle.h196 extern void bundle_SetLabel(struct bundle *, const char *);
HDmain.c413 bundle_SetLabel(bundle, lastlabel); in main()
419 bundle_SetLabel(bundle, lastlabel); in main()
HDauth.c259 bundle_SetLabel(bundle, vector[3]); in auth_Select()
HDcommand.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()
HDbundle.c1343 bundle_SetLabel(struct bundle *bundle, const char *label) in bundle_SetLabel() function