OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_f
(Results
1 - 5
of
5
) sorted by null
/system/core/toolbox/
newfs_msdos.c
251
const char *opt_B = NULL, *opt_L = NULL, *opt_O = NULL, *
opt_f
= NULL;
local
252
u_int
opt_F
= 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0;
294
opt_F
= atoi(optarg);
328
opt_f
= optarg;
397
if (
opt_f
) {
398
getstdfmt(
opt_f
, &bpb);
414
if (!(
opt_f
|| (opt_h && opt_u && opt_S && opt_s && oflag))) {
446
if (!(fat =
opt_F
)) {
447
if (
opt_f
)
456
if (
opt_f
&& fat == 32
[
all
...]
/external/openssh/contrib/cygwin/
ssh-host-config
444
[ "${opt_force}" = "yes" ] &&
opt_f
=-f
446
csih_select_privileged_username ${
opt_f
} ${opt_u} sshd
/external/v8/tools/
profile.js
783
* @param {function(CallTree.Node)}
opt_f
Visitor function.
786
labels,
opt_f
) {
789
if (
opt_f
) {
790
opt_f
(child, pos);
/external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js
70
* @param {Function=}
opt_f
A funciton to call when done.
72
updateChildren: function(id,
opt_f
) {
84
if (
opt_f
)
85
opt_f
(children);
971
* @param {Function=}
opt_f
Function to call after the state has been
974
function updatePasteCommand(
opt_f
) {
978
if (
opt_f
)
979
opt_f
();
[
all
...]
/external/chromium/chrome/browser/resources/
new_new_tab.js
983
* @param {function=}
opt_f
Function to call when the user clicks the action
988
function showNotification(message, actionText,
opt_f
, opt_delay) {
991
var f =
opt_f
|| function() {};
[
all
...]
Completed in 350 milliseconds