Lines Matching refs:strsep
123 subject = strsep(©, ":"); in expand_amount()
124 subject_id = strsep(©, ":"); in expand_amount()
125 resource = strsep(©, ":"); in expand_amount()
126 action = strsep(©, "=/"); in expand_amount()
127 amount = strsep(©, "/"); in expand_amount()
188 subject = strsep(©, ":"); in expand_rule()
189 textid = strsep(©, ":"); in expand_rule()
256 subject = strsep(&rule, ":"); in humanize_ids()
257 textid = strsep(&rule, ":"); in humanize_ids()
316 subject = strsep(©, ":"); in humanize_amount()
317 subject_id = strsep(©, ":"); in humanize_amount()
318 resource = strsep(©, ":"); in humanize_amount()
319 action = strsep(©, "=/"); in humanize_amount()
320 amount = strsep(©, "/"); in humanize_amount()
361 while ((rule = strsep(&rules, ",")) != NULL) { in print_rules()
469 resource = strsep(©, "="); in humanize_usage_amount()
521 while ((tmp = strsep(©, ",")) != NULL) { in show_usage()