Lines Matching defs:buffer
632 char *buffer, struct path_cond *cond,
646 AA_BUG(!buffer);
648 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer,
734 char *buffer, struct path_cond *cond,
747 AA_BUG(!buffer);
759 error = aa_path_name(&bprm->file->f_path, profile->path_flags, buffer,
811 char *buffer, struct path_cond *cond,
821 AA_BUG(!buffer);
826 bprm, buffer, cond, unsafe));
832 buffer,
839 buffer, cond, unsafe));
846 buffer,
877 char *buffer = NULL;
906 /* buffer freed below, name is pointer into buffer */
907 buffer = aa_get_buffer(false);
908 if (!buffer) {
916 bprm, buffer, &cond, &unsafe);
920 buffer,
986 aa_put_buffer(buffer);