HomeSort by: relevance | last modified time | path
    Searched refs:FREE (Results 1 - 25 of 164) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/bsd/openpam/dist/lib/libpam/
openpam_free_envlist.c 46 * Free an environment list
58 FREE(*env);
59 FREE(envlist);
pam_end.c 74 FREE(dp->name);
75 FREE(dp);
81 FREE(pamh->env[pamh->env_count]);
83 FREE(pamh->env);
92 FREE(pamh);
openpam_free_data.c 69 FREE(data);
80 * It simply releases the data by passing its =data argument to =free.
pam_getenvlist.c 80 FREE(envlist[i]);
82 FREE(envlist);
99 * should be released using =free after use:
107 * free(*env);
108 * free(environ);
pam_error.c 72 FREE(rsp); /* ignore response */
pam_info.c 72 FREE(rsp); /* ignore response */
pam_verror.c 68 FREE(rsp); /* ignore response */
pam_vinfo.c 68 FREE(rsp); /* ignore response */
openpam_impl.h 156 #define FREE(p) \
158 free(p); \
166 FREE((v)[(c)]); \
167 FREE(v); \
openpam_load.c 98 FREE(module->path);
99 FREE(module);
119 FREE(chain);
pam_setenv.c 87 FREE(env);
openpam_borrow_cred.c 91 FREE(scred);
97 FREE(scred);
openpam_readline.c 108 FREE(line);
135 * it to =!free.
pam_get_authtok.c 148 FREE(resp);
153 FREE(resp);
156 FREE(resp2);
162 FREE(resp);
openpam_set_option.c 88 for (free(cur->optv[i]); i < cur->optc; ++i)
101 FREE(opt);
110 FREE(cur->optv[i]);
  /src/external/gpl2/lvm2/dist/test/
t-pvcreate-metadata0.sh 9 # along with this program; if not, write to the Free Software Foundation,
28 lvcreate -n "$lv" -l 60%FREE "$vg"
29 lvcreate -s -n $lv2 -l 10%FREE "$vg"/"$lv"
t-vgsplit-stacked.sh 8 lvcreate -n $lv1 -l 100%FREE $vg1
t-read-ahead.sh 9 # along with this program; if not, write to the Free Software Foundation,
35 lvcreate -n "$lv" -l 100%FREE -i5 -I256 "$vg"
53 lvcreate -n $lv -l 50%FREE $vg
  /src/external/gpl3/gdb/dist/readline/readline/
histlib.h 3 /* Copyright (C) 1989-2009,2021-2022 Free Software Foundation, Inc.
8 History is free software: you can redistribute it and/or modify
10 the Free Software Foundation, either version 3 of the License, or
60 #ifndef FREE
61 # define FREE(x) if (x) free (x)
rldefs.h 5 /* Copyright (C) 1987-2021 Free Software Foundation, Inc.
10 Readline is free software: you can redistribute it and/or modify
12 the Free Software Foundation, either version 3 of the License, or
155 #if !defined (FREE)
156 # define FREE(x) if (x) free (x)
  /src/external/gpl3/gdb.old/dist/readline/readline/
histlib.h 3 /* Copyright (C) 1989-2009,2021-2022 Free Software Foundation, Inc.
8 History is free software: you can redistribute it and/or modify
10 the Free Software Foundation, either version 3 of the License, or
60 #ifndef FREE
61 # define FREE(x) if (x) free (x)
rldefs.h 5 /* Copyright (C) 1987-2021 Free Software Foundation, Inc.
10 Readline is free software: you can redistribute it and/or modify
12 the Free Software Foundation, either version 3 of the License, or
155 #if !defined (FREE)
156 # define FREE(x) if (x) free (x)
  /src/usr.sbin/user/
defs.h 49 #define FREE(ptr) (void) free(ptr)
  /src/external/bsd/byacc/dist/
closure.c 108 FREE(EFF);
180 FREE(itemset);
181 FREE(ruleset);
182 FREE(first_derives);
205 printf("\n\nEpsilon Free Firsts\n");
graph.c 51 FREE(symbol_pname[i]);
52 FREE(symbol_pname);

Completed in 36 milliseconds

1 2 3 4 5 6 7